Home
last modified time | relevance | path

Searched refs:BarNotAllocated (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/kernel/src/driver/virtio/
Dtransport_pci.rs393 BarNotAllocated(u8), enumerator
436 Self::BarNotAllocated(bar_index) => write!(f, "Bar {} not allocated.", bar_index), in fmt()
468 return Err(VirtioPciError::BarNotAllocated(struct_info.bar)); in get_bar_region()