Home
last modified time | relevance | path

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

/openbmc/qemu/qom/
H A Dobject.c163 static TypeImpl *type_register_internal(const TypeInfo *info) in type_register_internal() function
181 return type_register_internal(info); in type_register()
2895 type_interface = type_register_internal(&interface_info); in register_types()
2896 type_register_internal(&object_info); in register_types()