Home
last modified time | relevance | path

Searched full:value1 (Results 1 – 25 of 136) sorted by relevance

123456

/openbmc/linux/arch/mips/bcm47xx/
H A Dboard.c15 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 Docfs2_trace.h96 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 Dadditional_data_test.cpp25 {"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 Djson_utils_test.cpp49 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 Dacpi_pm.c148 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 Dbootconfig.rst46 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 DCreate.interface.yaml24 "key1": "value1",
28 ["KEY1=value1", "KEY2=value2"]
60 "key1": "value1",
64 ["KEY1=value1", "KEY2=value2"]
/openbmc/u-boot/tools/
H A Dkwbimage.c1320 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 Dbootconfig.rst48 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 Dunion-no-base.json7 'data': [ 'value1', 'value2' ] }
10 'data': { 'value1': 'TestTypeA',
H A Dunion-invalid-discriminator.json2 'data': [ 'value1', 'value2' ] }
13 'data': { 'value1': 'TestTypeA',
H A Dunion-array-branch.json3 'data': [ 'value1', 'value2' ] }
11 'data': { 'value1': ['TestTypeB'],
H A Dunion-base-any.json3 'data': [ 'value1', 'value2' ] }
11 'data': { 'value1': 'TestTypeA',
H A Dunion-int-branch.json3 'data': [ 'value1', 'value2' ] }
11 'data': { 'value1': 'int',
H A Dunion-invalid-if-discriminator.json2 'data': [ 'value1', 'value2' ] }
13 'data': { 'value1': 'TestTypeA',
H A Dunion-bad-base.json3 'data': [ 'value1', 'value2' ] }
11 'data': { 'value1': 'TestTypeA',
H A Dunion-inline-invalid-dict.json4 'data': [ 'value1', 'value2' ] }
10 'data': { 'value1': { 'string': 'str' },
H A Dunion-clash-member.json4 'data': [ 'value1', 'value2' ] }
14 'data': { 'value1': 'Branch1',
H A Dqapi-schema-test.out30 case value1: q_empty
38 member value1
45 member value1
79 case value1: UserDefA
94 case value1: UserDefC
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_platform_test.cpp605 "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 Dhwconfig.c245 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 Dtest-clone-visitor.c107 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 Dtest_pldm_bios_attributes.robot227 ${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 Dbootinfo.h33 #define BOOTINFO2(base, id, value1, value2) \ argument
39 stl_be_p(base, value1); \
/openbmc/linux/tools/testing/selftests/riscv/mm/
H A Dmmap_test.h62 void *value1 = mmap(NULL, sizeof(int), prot, flags, 0, 0); in memory_layout() local
65 return value2 > value1; in memory_layout()

123456