Home
last modified time | relevance | path

Searched defs:device_path (Results 1 – 3 of 3) sorted by relevance

/cloud-hypervisor/vmm/src/
H A Dvm_config.rs578 let device_path = fs::read_link(self.path.as_path()).map_err(LandlockError::OpenPath)?; in apply_landlock() localVariable
H A Ddevice_manager.rs3503 let device_path = vdpa_cfg in make_vdpa_device() localVariable
/cloud-hypervisor/pci/src/
H A Dvfio.rs1452 device_path: PathBuf, field