Searched defs:PciHotPlugManager (Results 1 – 2 of 2) sorted by relevance
| /external/crosvm/src/crosvm/sys/linux/ |
| D | pci_hotplug_manager.rs | 52 pub struct PciHotPlugManager { struct 54 port_stubs: BTreeMap<PciAddress, PortManagerStub>, 56 bus_address_map: BTreeMap<u8, PciAddress>, 58 jail_warden: Box<dyn JailWarden>, 60 worker_client: Option<WorkerClient>, 687 impl PciHotPlugManager { implementation
|
| /external/crosvm/src/crosvm/sys/ |
| D | linux.rs | 2661 hotplug_manager: &mut PciHotPlugManager, in add_hotplug_net() 2696 hotplug_manager: &mut PciHotPlugManager, in handle_hotplug_net_command() 2717 hotplug_manager: &mut PciHotPlugManager, in handle_hotplug_net_add() 2749 hotplug_manager: &mut PciHotPlugManager, in handle_hotplug_net_remove()
|