Lines Matching refs:write
65 write!(f, "PciAddr({:#x})", self.0) in fmt()
88 pub fn write(&self) -> RwLockWriteGuard<LinkedList<Box<dyn PciDeviceStructure>>> { in write() method
89 self.list.write() in write()
99 let mut list = self.list.write(); in add()
298 Self::InvalidBarType => write!(f, "Invalid PCI BAR type."), in fmt()
299 Self::CreateMmioError => write!(f, "Error occurred while creating mmio."), in fmt()
300 Self::InvalidBusDeviceFunction => write!(f, "Found invalid BusDeviceFunction."), in fmt()
301 Self::SegmentNotFound => write!(f, "Target segment not found"), in fmt()
302 Self::McfgTableNotFound => write!(f, "ACPI MCFG Table not found"), in fmt()
303 Self::GetWrongHeader => write!(f, "GetWrongHeader with vendor id 0xffff"), in fmt()
304 Self::UnrecognisedHeaderType => write!(f, "Found device with unrecognised header type"), in fmt()
306 write!(f, "Found None When transform Pci device structure") in fmt()
308 Self::PciIrqError(err) => write!(f, "Error occurred while setting irq :{:?}.", err), in fmt()
1144 write!( in fmt()
1247 } => write!( in fmt()
1253 write!(f, "I/O space at {:#010x}, size {}", address, size) in fmt()
1256 write!(f, "Unused bar") in fmt()
1294 write!( in fmt()