Home
last modified time | relevance | path

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

/external/crosvm/arch/src/
Dlib.rs237 AllocateIoAddrs(PciDeviceError), enumerator
281 AllocateIoAddrs(e) => write!(f, "Allocating IO addresses: {}", e), in fmt()
342 .map_err(DeviceRegistrationError::AllocateIoAddrs)?; in generate_pci_root()