Lines Matching refs:write
467 Self::InvalidVendorId(vendor_id) => write!( in fmt()
472 Self::MissingCommonConfig => write!( in fmt()
476 Self::MissingNotifyConfig => write!( in fmt()
481 write!( in fmt()
488 write!(f, "No valid `VIRTIO_PCI_CAP_ISR_CFG` capability was found.") in fmt()
490 Self::UnexpectedBarType => write!(f, "Unexpected BAR (expected memory BAR)."), in fmt()
491 Self::BarNotAllocated(bar_index) => write!(f, "Bar {} not allocated.", bar_index), in fmt()
492 Self::BarOffsetOutOfRange => write!(f, "Capability offset greater than BAR length."), in fmt()
493 Self::Misaligned { vaddr, alignment } => write!( in fmt()
498 Self::BarGetVaddrFailed => write!(f, "Get bar virtaddress failed"), in fmt()