Searched refs:MyType (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | test-qdev-global-props.c | 34 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 D | bad-base.err | 1 bad-base.json: In struct 'MyType':
|
| H A D | bad-base.json | 9 { 'struct': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }
|