Searched defs:VfioDevice (Results 1 – 6 of 6) sorted by relevance
18 pub fn open_vfio_device<P: AsRef<Path>>(vfio_path: &P) -> Result<VfioDevice> { in open_vfio_device()
31 device: &Arc<VfioDevice>, in new()
239 device: &Arc<VfioDevice>, in new()
765 pub struct VfioDevice { struct769 dev_type: VfioDeviceType, argument779 impl VfioDevice { implementation1556 impl AsRawDescriptor for VfioDevice { implementation
92 pub fn new(device: VfioDevice, vfio_device_socket_mem: Tube) -> Self { in new()
692 device: VfioDevice, in new()