Home
last modified time | relevance | path

Searched defs:VirtioPciError (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/virtio/
H A Dtransport_pci.rs121 ) -> Result<Self, VirtioPciError> { in new() argument
434 pub enum VirtioPciError { enum
465 impl Display for VirtioPciError { implementation
506 impl From<PciError> for VirtioPciError { implementation
518 ) -> Result<NonNull<T>, VirtioPciError> { in get_bar_region() argument
552 ) -> Result<NonNull<[T]>, VirtioPciError> { in get_bar_region_slice() argument