Searched defs:VirtIOBlk (Results 1 – 2 of 2) sorted by relevance
80 pub type VirtIOBlk<T> = blk::VirtIOBlk<T, PciTransport>; typedef
31 type VirtIOBlk = pci::VirtIOBlk<HalImpl>; typedef63 pub fn get_by_name(device: VirtIOBlk, name: &str) -> Result<Option<Self>> { in get_by_name()