Searched defs:VirtioPciError (Results 1 – 1 of 1) sorted by relevance
106 ) -> Result<Self, VirtioPciError> { in new() argument395 ) -> Result<NonNull<T>, VirtioPciError> { in get_bar_region() argument425 ) -> Result<NonNull<[T]>, VirtioPciError> { in get_bar_region_slice() argument435 pub enum VirtioPciError { enum464 impl Display for VirtioPciError { implementation503 impl From<PciError> for VirtioPciError { implementation510 unsafe impl Send for VirtioPciError {} implementation513 unsafe impl Sync for VirtioPciError {} implementation