Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dcheck-qom-proplist.c373 obj = object_new_with_propv(TYPE_DUMMY, in new_helper()
/qemu/include/qom/
H A Dobject.h692 Object *object_new_with_propv(const char *typename,
/qemu/qom/
H A Dobject.c811 obj = object_new_with_propv(typename, parent, id, errp, vargs); in object_new_with_props()
818 Object *object_new_with_propv(const char *typename, in object_new_with_propv() function