Home
last modified time | relevance | path

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

/external/crosvm/arch/src/
Dlib.rs241 AllocateDeviceAddrs(PciDeviceError), enumerator
283 AllocateDeviceAddrs(e) => write!(f, "Allocating device addresses: {}", e), in fmt()
333 .map_err(DeviceRegistrationError::AllocateDeviceAddrs)?; in generate_pci_root()
351 .map_err(DeviceRegistrationError::AllocateDeviceAddrs)?; in generate_pci_root()