Home
last modified time | relevance | path

Searched full:value2 (Results 1 – 25 of 148) sorted by relevance

123456

/openbmc/bmcweb/test/http/
H A Dhttp_body_test.cpp28 HttpBody::value_type value2(std::move(value)); in TEST() local
29 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
30 EXPECT_EQ(value2.str(), "teststring"); in TEST()
31 EXPECT_EQ(value2.payloadSize(), 10); in TEST()
39 HttpBody::value_type value2 = std::move(value); in TEST() local
40 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
41 EXPECT_EQ(value2.str(), "teststring"); in TEST()
42 EXPECT_EQ(value2.payloadSize(), 10); in TEST()
50 HttpBody::value_type value2(value); in TEST() local
51 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()
[all …]
/openbmc/linux/fs/ocfs2/
H A Docfs2_trace.h96 TP_PROTO(int value1, int value2),
97 TP_ARGS(value1, value2),
100 __field(int, value2)
104 __entry->value2 = value2;
106 TP_printk("%d %d", __entry->value1, __entry->value2)
115 TP_PROTO(unsigned int value1, int value2),
116 TP_ARGS(value1, value2),
119 __field(int, value2)
123 __entry->value2 = value2;
125 TP_printk("%u %d", __entry->value1, __entry->value2)
[all …]
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbootconfig.rst28 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
47 foo.bar.qux.quux = value2
53 qux.quux = value2
58 foo.bar { baz = value1; qux.quux = value2 }
90 foo.bar = value2
98 baz = value2
107 foo = value2
111 foo = value2
146 KEY[.WORDS...] = "[VALUE]"[,"VALUE2"...]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dadditional_data_test.cpp25 {"KEY1", "VALUE1"}, {"KEY2", "VALUE2"}, {"KEY3", ""}}; in TEST()
32 EXPECT_EQ(*(ad.getValue("KEY2")), "VALUE2"); in TEST()
44 std::string expected = R"({"KEY1":"VALUE1","KEY2":"VALUE2","KEY3":""})"; in TEST()
58 ad.add("KEY2", "VALUE2"); in TEST()
59 EXPECT_EQ(*(ad.getValue("KEY2")), "VALUE2"); in TEST()
62 {"KEY2", "VALUE2"}}; in TEST()
/openbmc/linux/drivers/clocksource/
H A Dacpi_pm.c148 u64 value1, value2; in verify_pmtmr_rate() local
154 value2 = 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
189 value2 = 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()
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios_attributes.robot228 ${value2}= Convert To String ${j}
229 ${value2}= Replace String ${value2} " ${EMPTY}
230 Should Be Equal ${value1.strip()} ${value2.strip()}
251 ${value2}= Convert To String ${bios_attr_data['${key}']}
252 ${value2}= Replace String ${value2} " ${EMPTY}
253 Should Be Equal ${value1.strip()} ${value2.strip()}
/openbmc/linux/Documentation/admin-guide/
H A Dbootconfig.rst26 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
49 foo.bar.qux.quux = value2
55 qux.quux = value2
60 foo.bar { baz = value1; qux.quux = value2 }
96 foo.bar = value2
105 baz = value2
115 foo = value2
119 foo = value2
155 KEY[.WORDS...] = "[VALUE]"[,"VALUE2"...]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DCreate.interface.yaml25 "key2": "value2"
28 ["KEY1=value1", "KEY2=value2"]
61 "key2": "value2"
64 ["KEY1=value1", "KEY2=value2"]
/openbmc/linux/samples/bpf/
H A Dtracex6_user.c27 struct bpf_perf_event_value value2; in check_on_cpu() local
56 if (bpf_map_lookup_elem(map_fd[2], &cpu, &value2)) { in check_on_cpu()
57 fprintf(stderr, "Value2 missing for CPU %d\n", cpu); in check_on_cpu()
62 value2.counter, value2.enabled, value2.running); in check_on_cpu()
/openbmc/qemu/tests/qapi-schema/
H A Dunion-no-base.json7 'data': [ 'value1', 'value2' ] }
11 'value2': 'TestTypeB' } }
H A Dunion-invalid-discriminator.json2 'data': [ 'value1', 'value2' ] }
14 'value2': 'TestTypeB' } }
H A Dunion-array-branch.json3 'data': [ 'value1', 'value2' ] }
12 'value2': 'TestTypeB' } }
H A Dunion-base-any.json3 'data': [ 'value1', 'value2' ] }
12 'value2': 'TestTypeB' } }
H A Dunion-int-branch.json3 'data': [ 'value1', 'value2' ] }
12 'value2': 'TestTypeB' } }
H A Dunion-invalid-if-discriminator.json2 'data': [ 'value1', 'value2' ] }
14 'value2': 'TestTypeB' } }
H A Dunion-invalid-branch-key.json2 'data': [ 'value1', 'value2' ] }
17 'value2': 'TestTypeB' } }
H A Dunion-bad-base.json3 'data': [ 'value1', 'value2' ] }
12 'value2': 'TestTypeB' } }
H A Dunion-inline-invalid-dict.json4 'data': [ 'value1', 'value2' ] }
11 'value2': { 'integer': 'int' } } }
H A Dunion-clash-member.json4 'data': [ 'value1', 'value2' ] }
15 'value2': 'Branch2' } }
H A Dqapi-schema-test.out31 case value2: q_empty
39 member value2
46 member value2
80 case value2: UserDefB
95 case value2: UserDefB
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c133 uint32_t value2 = dm_read_reg(tg->ctx, addr2); in dce60_timing_generator_enable_advanced_request() local
145 value2, in dce60_timing_generator_enable_advanced_request()
156 value2, in dce60_timing_generator_enable_advanced_request()
175 dm_write_reg(tg->ctx, addr2, value2); in dce60_timing_generator_enable_advanced_request()
/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()
263 assert(hwconfig_subarg_cmp("key1", "subkey2", "value2")); in main()
264 assert(!strncmp(ret, "value2", len)); in main()
/openbmc/linux/arch/mips/bcm47xx/
H A Dboard.c21 const char *value2; member
27 const char *value2; member
263 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
295 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
312 !strcmp(buf2, e3->value2) && in bcm47xx_board_get_nvram()
323 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
330 if (!strcmp(buf1, e2->value2)) in bcm47xx_board_get_nvram()
/openbmc/u-boot/cmd/ti/
H A Dddr3.c139 u32 index, value, index2, value2; in ddr_memory_compare() local
145 value2 = __raw_readl(index2); in ddr_memory_compare()
147 if (value != value2) { in ddr_memory_compare()
148 …printf("ddr_memory_test: Compare failed at address = 0x%x value = 0x%x, address2 = 0x%x value2 = 0… in ddr_memory_compare()
149 index, value, index2, value2); in ddr_memory_compare()
/openbmc/qemu/hw/m68k/
H A Dbootinfo.h33 #define BOOTINFO2(base, id, value1, value2) \ argument
41 stl_be_p(base, value2); \

123456