Home
last modified time | relevance | path

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

/openbmc/qemu/qom/
H A Dobject.c413 static void object_init_with_type(Object *obj, TypeImpl *ti) in object_init_with_type() function
416 object_init_with_type(obj, type_get_parent(ti)); in object_init_with_type()
562 object_init_with_type(obj, type); in object_initialize_with_type()