Searched refs:MyType (Results 1 – 4 of 4) 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), 66 .instance_size = sizeof(MyType), 78 MyType *mt; in test_static_prop_subprocess() 107 MyType *mt; in test_static_globalprop_subprocess() 131 DECLARE_INSTANCE_CHECKER(MyType, DYNAMIC_TYPE, in DECLARE_INSTANCE_CHECKER() argument 140 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' } }
|
/openbmc/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 293 { 'struct': 'MyType', 499 { 'struct': 'MyType', 'data': { '*value': 'str' } } 501 'returns': [ 'MyType' ] } 1288 Example: the SchemaInfo for MyType from section `Struct types`_ :: 1290 { "name": "MyType", "meta-type": "object",
|