Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 24 of 24) sorted by relevance

/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-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-int-branch.json3 'data': [ 'value1', 'value2' ] }
12 '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-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 Dunion-base-empty.json9 'value2': 'str' } }
H A Dunion-base-no-discriminator.json14 'value2': 'TestTypeB' } }
H A Dunion-invalid-base.json12 'value2': 'TestTypeB' } }
H A Dunion-string-discriminator.json2 'data': [ 'value1', 'value2' ] }
H A Dunion-bad-discriminator.json4 'data': [ 'value1', 'value2' ] }
H A Dunion-base-union.json6 'data': [ 'value1', 'value2' ] }
H A Dqapi-schema-test.json43 'data': [ 'value1', 'value2' ] }
52 'data': [ 'value1', 'value2', 'value3', 'value4' ] }
91 'value2' : 'UserDefB',
106 'value2' : 'UserDefB' } }
H A Dqapi-schema-test.out32 case value2: q_empty
40 member value2
47 member value2
81 case value2: UserDefB
96 case value2: UserDefB
/qemu/hw/m68k/
H A Dbootinfo.h33 #define BOOTINFO2(base, id, value1, value2) \ argument
41 stl_p(base, value2); \
/qemu/hw/ppc/
H A Dspapr_hcall.c800 target_ulong value2) in h_set_mode_resource_set_ciabr() argument
809 if (value2) { in h_set_mode_resource_set_ciabr()
825 target_ulong value2) in h_set_mode_resource_set_dawr0() argument
834 if (value2 & PPC_BIT(61)) { in h_set_mode_resource_set_dawr0()
839 ppc_store_dawrx0(env, value2); in h_set_mode_resource_set_dawr0()
848 target_ulong value2) in h_set_mode_resource_le() argument
853 if (value2) { in h_set_mode_resource_le()
876 target_ulong value2) in h_set_mode_resource_addr_trans_mode() argument
882 if (value2) { in h_set_mode_resource_addr_trans_mode()
/qemu/backends/tpm/
H A Dtpm_util.c294 uint32_t value2; in tpm_util_get_buffer_size() member
317 be32_to_cpu(tpm2_resp.value2)); in tpm_util_get_buffer_size()
/qemu/chardev/
H A Dbaum.c540 uint8_t value2) in baum_send_key2() argument
542 uint8_t packet[] = { type, value, value2 }; in baum_send_key2()
/qemu/hw/display/
H A Dtrace-events26 …nent, int bound, const char *param1, int value1, const char *param2, int value2) "%s: %s > %d (%s:…
/qemu/docs/devel/
H A Dqapi-code-gen.rst220 { 'enum': 'MyEnum', 'data': [ 'value1', 'value2', 'value3' ] }
1322 { "name": "value2" },