Searched refs:_nrImage (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIONVRAM.h89 UInt8 *_nrImage; member in class:IODTNVRAM
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp151 _nrImage = _nvramImage + _nrPartitionOffset;
1281 nvEnd = *((UInt16 *)_nrImage);
1294 if (bcmp(_nrImage + offset, hdr, sizeof(*hdr)) == 0) {
1320 if (_nrImage == 0) return kIOReturnUnsupported;
1327 prop = (NVRAMProperty *)(_nrImage + offset);
1359 if (_nrImage == 0) return kIOReturnUnsupported;
1373 prop = (NVRAMProperty *)(_nrImage + offset);
1387 *((UInt16 *)_nrImage) = nvLength;

Completed in 74 milliseconds