Home
last modified time | relevance | path

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

/qemu/qom/
H A Dobject.c424 static void object_post_init_with_type(Object *obj, TypeImpl *ti) in object_post_init_with_type() function
431 object_post_init_with_type(obj, type_get_parent(ti)); in object_post_init_with_type()
563 object_post_init_with_type(obj, type); in object_initialize_with_type()