/openbmc/linux/arch/mips/bcm47xx/ |
H A D | board.c | 15 const char *value1; member 20 const char *value1; member 26 const char *value1; member 246 for (e1 = bcm47xx_board_list_model_name; e1->value1; e1++) { in bcm47xx_board_get_nvram() 247 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 253 for (e1 = bcm47xx_board_list_hardware_version; e1->value1; e1++) { in bcm47xx_board_get_nvram() 254 if (strstarts(buf1, e1->value1)) in bcm47xx_board_get_nvram() 261 for (e2 = bcm47xx_board_list_hw_version_num; e2->value1; e2++) { in bcm47xx_board_get_nvram() 262 if (!strstarts(buf1, e2->value1) && in bcm47xx_board_get_nvram() 269 for (e1 = bcm47xx_board_list_productid; e1->value1; e1++) { in bcm47xx_board_get_nvram() [all …]
|
/openbmc/linux/fs/ocfs2/ |
H A D | ocfs2_trace.h | 96 TP_PROTO(int value1, int value2), 97 TP_ARGS(value1, value2), 99 __field(int, value1) 103 __entry->value1 = value1; 106 TP_printk("%d %d", __entry->value1, __entry->value2) 115 TP_PROTO(unsigned int value1, int value2), 116 TP_ARGS(value1, value2), 118 __field(unsigned int, value1) 122 __entry->value1 = value1; 125 TP_printk("%u %d", __entry->value1, __entry->value2) [all …]
|
/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 | 49 jsonInsert(json, "Key", "Value1", 1); in TEST() 50 EXPECT_EQ(json, " \"Key\": \"Value1\",\n"); in TEST() 52 EXPECT_EQ(json, " \"Key\": \"Value1\",\n" in TEST()
|
/openbmc/linux/drivers/clocksource/ |
H A D | acpi_pm.c | 148 u64 value1, value2; in verify_pmtmr_rate() local 152 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in verify_pmtmr_rate() 155 delta = (value2 - value1) & ACPI_PM_MASK; in verify_pmtmr_rate() 178 u64 value1, value2; in init_acpi_pm_clocksource() local 187 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in init_acpi_pm_clocksource() 190 if (value2 == value1) in init_acpi_pm_clocksource() 192 if (value2 > value1) in init_acpi_pm_clocksource() 194 if ((value2 < value1) && ((value2) < 0xFFF)) in init_acpi_pm_clocksource() 197 value1, value2); in init_acpi_pm_clocksource() 203 value1); in init_acpi_pm_clocksource()
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bootconfig.rst | 46 foo.bar.baz = value1 52 baz = value1 58 foo.bar { baz = value1; qux.quux = value2 } 89 foo = value1 96 bar = value1 106 foo.bar = value1 112 foo.bar = value1
|
/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/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/ |
H A D | bootconfig.rst | 48 foo.bar.baz = value1 54 baz = value1 60 foo.bar { baz = value1; qux.quux = value2 } 95 foo = value1 103 bar = value1 114 foo.bar = value1 120 foo.bar = value1
|
/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/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_platform_test.cpp | 605 "xyz.openbmc_project.example1.value", "value1", in TEST() 614 PropertyValue value1{std::in_place_type<std::string>, in TEST() local 619 ASSERT_EQ(value1 == propValue1, true); in TEST() 635 PropertyValue value1{std::in_place_type<uint8_t>, 10}; in TEST() local 637 ASSERT_EQ(value1 == propValue1, true); in TEST() 652 PropertyValue value1{std::in_place_type<bool>, true}; in TEST() local 654 ASSERT_EQ(value1 == propValue1, true); in TEST() 670 PropertyValue value1{std::in_place_type<std::string>, "Disabled"}; in TEST() local 673 ASSERT_EQ(value1 == propValue1, true); in TEST() 690 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 | 227 ${value1}= Convert To String ${output["CurrentValue"]} 230 Should Be Equal ${value1.strip()} ${value2.strip()} 250 ${value1}= Convert To String ${output["CurrentValue"]} 253 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/ |
H A D | mmap_test.h | 62 void *value1 = mmap(NULL, sizeof(int), prot, flags, 0, 0); in memory_layout() local 65 return value2 > value1; in memory_layout()
|