Home
last modified time | relevance | path

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

/qemu/qom/
H A Dobject.c69 TypeImpl *parent_type; member
209 if (!type->parent_type && type->parent) { in type_get_parent()
210 type->parent_type = type_get_by_name(type->parent); in type_get_parent()
211 if (!type->parent_type) { in type_get_parent()
218 return type->parent_type; in type_get_parent()
292 TypeImpl *parent_type) in type_initialize_interface() argument
298 info.parent = parent_type->name; in type_initialize_interface()
303 iface_impl->parent_type = parent_type; in type_initialize_interface()
/qemu/include/net/
H A Dnet.h266 void qemu_create_nic_bus_devices(BusState *bus, const char *parent_type,
/qemu/net/
H A Dnet.c1184 void qemu_create_nic_bus_devices(BusState *bus, const char *parent_type, in qemu_create_nic_bus_devices() argument
1188 GPtrArray *nic_models = qemu_get_nic_models(parent_type); in qemu_create_nic_bus_devices()