Searched refs:parent_type (Results 1 – 3 of 3) sorted by relevance
69 TypeImpl *parent_type; member 226 if (!type->parent_type && type->parent) { in type_get_parent() 227 type->parent_type = type_get_by_name_noload(type->parent); in type_get_parent() 228 if (!type->parent_type) { in type_get_parent() 235 return type->parent_type; in type_get_parent() 301 TypeImpl *parent_type) in type_initialize_interface() argument 307 info.parent = parent_type->name; in type_initialize_interface() 312 iface_impl->parent_type = parent_type; in type_initialize_interface()
259 * @parent_type: Object type for devices to be created (e.g. TYPE_PCI_DEVICE)266 * a child type of @parent_type, or which do not specify a model when274 void qemu_create_nic_bus_devices(BusState *bus, const char *parent_type,
1221 void qemu_create_nic_bus_devices(BusState *bus, const char *parent_type, in qemu_create_nic_bus_devices() 1225 GPtrArray *nic_models = qemu_get_nic_models(parent_type); in qemu_create_nic_bus_devices() 1212 qemu_create_nic_bus_devices(BusState * bus,const char * parent_type,const char * default_model,const char * alias,const char * alias_target) qemu_create_nic_bus_devices() argument