Home
last modified time | relevance | path

Searched refs:MyType (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qdev-global-props.c34 typedef struct MyType MyType; typedef
35 DECLARE_INSTANCE_CHECKER(MyType, STATIC_TYPE,
42 struct MyType { struct
50 DEFINE_PROP_UINT32("prop1", MyType, prop1, PROP_DEFAULT), argument
51 DEFINE_PROP_UINT32("prop2", MyType, prop2, PROP_DEFAULT),
65 .instance_size = sizeof(MyType),
97 MyType *mt; in test_static_prop_subprocess()
126 MyType *mt; in test_static_globalprop_subprocess()
150 DECLARE_INSTANCE_CHECKER(MyType, DYNAMIC_TYPE, in DECLARE_INSTANCE_CHECKER() argument
159 MyType *mt = DYNAMIC_TYPE(obj); in DECLARE_INSTANCE_CHECKER()
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Dbad-base.err1 bad-base.json: In struct 'MyType':
H A Dbad-base.json9 { 'struct': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }