Searched refs:DirectIo (Results 1 – 3 of 3) sorted by relevance
12 pub struct DirectIo { struct17 impl DirectIo { argument21 Ok(DirectIo { in new()42 impl BusDevice for DirectIo { implementation58 impl BusDeviceSync for DirectIo { implementation
37 pub use self::direct_io::DirectIo;
123 DirectIo(io::Error), enumerator245 DirectIo(e) => write!(f, "failed to open direct io device: {}", e), in fmt()2520 Arc::new(devices::DirectIo::new(&pmio.path, false).map_err(Error::DirectIo)?); in run_vm()