Searched refs:hotplug_handler_pre_plug (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/stubs/ |
H A D | hotplug-stubs.c | 22 void hotplug_handler_pre_plug(HotplugHandler *plug_handler, in hotplug_handler_pre_plug() function
|
/openbmc/qemu/include/hw/ |
H A D | hotplug.h | 79 void hotplug_handler_pre_plug(HotplugHandler *plug_handler,
|
/openbmc/qemu/hw/core/ |
H A D | hotplug.c | 16 void hotplug_handler_pre_plug(HotplugHandler *plug_handler, in hotplug_handler_pre_plug() function
|
H A D | qdev.c | 503 hotplug_handler_pre_plug(hotplug_ctrl, dev, &local_err); in device_set_realized()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-md-pci.c | 42 hotplug_handler_pre_plug(bus_handler, dev, &local_err); in virtio_md_pci_pre_plug()
|
/openbmc/qemu/hw/i386/ |
H A D | x86-common.c | 264 hotplug_handler_pre_plug(HOTPLUG_HANDLER(x86ms->acpi_dev), dev, in x86_cpu_pre_plug()
|
H A D | pc.c | 1298 hotplug_handler_pre_plug(x86ms->acpi_dev, dev, &local_err); in pc_memory_pre_plug()
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 3491 hotplug_handler_pre_plug(hotplug_ctrl, dev, &err); in failover_replug_primary()
|