Searched refs:VirtIOBlk (Results 1 – 4 of 4) sorted by relevance
31 type VirtIOBlk = pci::VirtIOBlk<HalImpl>; typedef63 pub fn get_by_name(device: VirtIOBlk, name: &str) -> Result<Option<Self>> { in get_by_name() argument98 device: VirtIOBlk,105 fn new(mut device: VirtIOBlk) -> Result<Self> { in new()
31 use vmbase::virtio::pci::{PciTransportIterator, VirtIOBlk};182 VirtIOBlk::<HalImpl>::new(transport).map_err(Error::VirtIOBlkCreationFailed)?; in find_instance_img()
80 pub type VirtIOBlk<T> = blk::VirtIOBlk<T, PciTransport>; typedef
74 let mut blk = pci::VirtIOBlk::<HalImpl>::new(transport).expect("failed to create blk driver"); in check_virtio_block_device()