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()
250 Self::InvalidBarType => write!(f, "Invalid PCI BAR type."), in fmt()
251 Self::CreateMmioError => write!(f, "Error occurred while creating mmio."), in fmt()
252 Self::InvalidBusDeviceFunction => write!(f, "Found invalid BusDeviceFunction."), in fmt()
253 Self::SegmentNotFound => write!(f, "Target segment not found"), in fmt()
254 Self::GetWrongHeader => write!(f, "GetWrongHeader with vendor id 0xffff"), in fmt()
255 Self::UnrecognisedHeaderType => write!(f, "Found device with unrecognised header type"), in fmt()
257 write!(f, "Found None When transform Pci device structure") in fmt()
526 write!( in fmt()
1107 write!( in fmt()
1210 } => write!( in fmt()
1216 write!(f, "I/O space at {:#010x}, size {}", address, size) in fmt()
1219 write!(f, "Unused bar") in fmt()
1254 write!( in fmt()