Home
last modified time | relevance | path

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

/openbmc/qemu/qom/
H A Dobject.c310 TypeImpl *iface_impl; in type_initialize_interface() local
316 iface_impl = type_new(&info); in type_initialize_interface()
317 iface_impl->parent_type = parent_type; in type_initialize_interface()
318 type_initialize(iface_impl); in type_initialize_interface()
321 new_iface = (InterfaceClass *)iface_impl->class; in type_initialize_interface()