Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dpci_device.rs35 PciAllocationFailed, enumerator
59 PciAllocationFailed => write!(f, "failed to allocate PCI address"), in fmt()
269 Err(Error::PciAllocationFailed) in allocate_address()
Dac97.rs287 self.pci_address.ok_or(PciDeviceError::PciAllocationFailed) in allocate_address()
Dvfio_pci.rs784 self.pci_address.ok_or(PciDeviceError::PciAllocationFailed) in allocate_address()
/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs185 self.pci_address.ok_or(PciDeviceError::PciAllocationFailed) in allocate_address()
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs411 self.pci_address.ok_or(PciDeviceError::PciAllocationFailed) in allocate_address()