/openbmc/linux/arch/mips/bcm47xx/ |
D | board.c |
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | additional_data_test.cpp | 25 {"KEY1", "VALUE1"}, {"KEY2", "VALUE2"}, {"KEY3", ""}}; in TEST() 29 EXPECT_EQ(*(ad.getValue("KEY1")), "VALUE1"); in TEST() 44 std::string expected = R"({"KEY1":"VALUE1","KEY2":"VALUE2","KEY3":""})"; in TEST() 55 ad.add("KEY1", "VALUE1"); in TEST() 56 EXPECT_EQ(*(ad.getValue("KEY1")), "VALUE1"); in TEST() 61 std::map<std::string, std::string> expected{{"KEY1", "VALUE1"}, in TEST()
|
H A D | json_utils_test.cpp | 50 jsonInsert(json, "Key", "Value1", 1); in TEST() 51 EXPECT_EQ(json, " \"Key\": \"Value1\",\n"); in TEST() 53 EXPECT_EQ(json, " \"Key\": \"Value1\",\n" in TEST()
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
D | bootconfig.rst |
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ |
H A D | Create.interface.yaml | 24 "key1": "value1", 28 ["KEY1=value1", "KEY2=value2"] 60 "key1": "value1", 64 ["KEY1=value1", "KEY2=value2"]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | union-no-base.json | 7 'data': [ 'value1', 'value2' ] } 10 'data': { 'value1': 'TestTypeA',
|
H A D | union-invalid-discriminator.json | 2 'data': [ 'value1', 'value2' ] } 13 'data': { 'value1': 'TestTypeA',
|
H A D | union-array-branch.json | 3 'data': [ 'value1', 'value2' ] } 11 'data': { 'value1': ['TestTypeB'],
|
H A D | union-base-any.json | 3 'data': [ 'value1', 'value2' ] } 11 'data': { 'value1': 'TestTypeA',
|
H A D | union-int-branch.json | 3 'data': [ 'value1', 'value2' ] } 11 'data': { 'value1': 'int',
|
H A D | union-invalid-if-discriminator.json | 2 'data': [ 'value1', 'value2' ] } 13 'data': { 'value1': 'TestTypeA',
|
H A D | union-bad-base.json | 3 'data': [ 'value1', 'value2' ] } 11 'data': { 'value1': 'TestTypeA',
|
H A D | union-inline-invalid-dict.json | 4 'data': [ 'value1', 'value2' ] } 10 'data': { 'value1': { 'string': 'str' },
|
H A D | union-clash-member.json | 4 'data': [ 'value1', 'value2' ] } 14 'data': { 'value1': 'Branch1',
|
H A D | qapi-schema-test.out | 30 case value1: q_empty 38 member value1 45 member value1 79 case value1: UserDefA 94 case value1: UserDefC
|
/openbmc/u-boot/tools/ |
H A D | kwbimage.c | 1320 char *keyword, *saveptr, *value1, *value2; in image_create_config_parse_oneline() local 1335 value1 = strtok_r(NULL, delimiters, &saveptr); in image_create_config_parse_oneline() 1337 if (!value1) { in image_create_config_parse_oneline() 1344 el->version = atoi(value1); in image_create_config_parse_oneline() 1347 ret = image_boot_mode_id(value1); in image_create_config_parse_oneline() 1350 fprintf(stderr, "Invalid boot media '%s'\n", value1); in image_create_config_parse_oneline() 1356 el->nandblksz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1359 el->nandbadblklocation = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1362 ret = image_nand_ecc_mode_id(value1); in image_create_config_parse_oneline() 1365 fprintf(stderr, "Invalid NAND ECC mode '%s'\n", value1); in image_create_config_parse_oneline() [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
D | bootconfig.rst |
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_platform_test.cpp | 597 "xyz.openbmc_project.example1.value", "value1", in TEST() 606 PropertyValue value1{std::in_place_type<std::string>, in TEST() local 611 ASSERT_EQ(value1 == propValue1, true); in TEST() 627 PropertyValue value1{std::in_place_type<uint8_t>, 10}; in TEST() local 629 ASSERT_EQ(value1 == propValue1, true); in TEST() 644 PropertyValue value1{std::in_place_type<bool>, true}; in TEST() local 646 ASSERT_EQ(value1 == propValue1, true); in TEST() 662 PropertyValue value1{std::in_place_type<std::string>, "Disabled"}; in TEST() local 665 ASSERT_EQ(value1 == propValue1, true); in TEST() 682 PropertyValue value1{std::in_place_type<std::string>, "Disabled"}; in TEST() local [all …]
|
/openbmc/u-boot/common/ |
H A D | hwconfig.c | 245 env_set("hwconfig", "key1:subkey1=value1,subkey2=value2;key2:value3;;;;" in main() 251 assert(hwconfig_arg_cmp("key1", "subkey1=value1,subkey2=value2")); in main() 252 assert(!strncmp(ret, "subkey1=value1,subkey2=value2", len)); in main() 257 assert(hwconfig_subarg_cmp("key1", "subkey1", "value1")); in main() 258 assert(!strncmp(ret, "value1", len)); in main()
|
/openbmc/qemu/tests/unit/ |
H A D | test-clone-visitor.c | 107 src->u.value1.boolean = true; in test_clone_complex1() 115 g_assert(dst->u.value1.boolean); in test_clone_complex1() 116 g_assert(!dst->u.value1.has_a_b); in test_clone_complex1() 117 g_assert_cmpint(dst->u.value1.a_b, ==, 0); in test_clone_complex1()
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_bios_attributes.robot | 218 ${value1}= Convert To String ${output["CurrentValue"]} 221 Should Be Equal ${value1.strip()} ${value2.strip()} 241 ${value1}= Convert To String ${output["CurrentValue"]} 244 Should Be Equal ${value1.strip()} ${value2.strip()}
|
/openbmc/qemu/hw/m68k/ |
H A D | bootinfo.h | 33 #define BOOTINFO2(base, id, value1, value2) \ argument 39 stl_be_p(base, value1); \
|
/openbmc/linux/tools/testing/selftests/riscv/mm/ |
D | mmap_test.h |
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
D | dcn201_link_encoder.c |
|
/openbmc/linux/drivers/cdx/controller/ |
D | bitfield.h |
|