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.rs122 ) -> Result<Self, VirtioPciError> { in new() argument
433 pub enum VirtioPciError { enum
464 impl Display for VirtioPciError { implementation
505 impl From<PciError> for VirtioPciError { implementation
517 ) -> Result<NonNull<T>, VirtioPciError> { in get_bar_region() argument
551 ) -> Result<NonNull<[T]>, VirtioPciError> { in get_bar_region_slice() argument