Home
last modified time | relevance | path

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

/qemu/qom/
H A Dobject.c305 TypeImpl *iface_impl; in type_initialize_interface() local
311 iface_impl = type_new(&info); in type_initialize_interface()
312 iface_impl->parent_type = parent_type; in type_initialize_interface()
313 type_initialize(iface_impl); in type_initialize_interface()
316 new_iface = (InterfaceClass *)iface_impl->class; in type_initialize_interface()