Home
last modified time | relevance | path

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

/openbmc/qemu/qom/
H A Dobject.c562 static void object_initialize_with_type(Object *obj, size_t size, TypeImpl *type) in object_initialize_with_type() function
584 object_initialize_with_type(data, size, type); in object_initialize()
780 object_initialize_with_type(obj, size, type); in object_new_with_type()