Home
last modified time | relevance | path

Searched refs:TYPE_DUMMY (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dcheck-qom-proplist.c35 #define TYPE_DUMMY "qemu-dummy" macro
41 TYPE_DUMMY)
160 .name = TYPE_DUMMY,
344 object_new_with_props(TYPE_DUMMY, in test_dummy_createv()
373 obj = object_new_with_propv(TYPE_DUMMY, in new_helper()
480 object_new_with_props(TYPE_DUMMY, in test_dummy_badenum()
507 object_new_with_props(TYPE_DUMMY, in test_dummy_getenum()
572 object_new_with_props(TYPE_DUMMY, in test_dummy_iterator()
614 Object *obj1 = object_new(TYPE_DUMMY); in test_qom_partial_path()
615 Object *obj2a = object_new(TYPE_DUMMY); in test_qom_partial_path()
[all …]
H A Dtest-io-task.c28 #define TYPE_DUMMY "qemu-dummy" macro
43 .name = TYPE_DUMMY,
68 Object *obj = object_new(TYPE_DUMMY); in test_task_complete()
98 Object *obj = object_new(TYPE_DUMMY); in test_task_data_free()
116 Object *obj = object_new(TYPE_DUMMY); in test_task_failure()
177 Object *obj = object_new(TYPE_DUMMY); in test_task_thread_complete()
218 Object *obj = object_new(TYPE_DUMMY); in test_task_thread_failure()