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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp169 _piImage = _nvramImage + _piPartitionOffset;
172 bzero(_piImage, _piPartitionSize);
204 _piImage = _nvramImage + _piPartitionOffset;
576 if ((_piImage == 0) || (length <= 0)) return 0;
582 bcopy(buffer, _piImage + 4, length);
585 *(UInt32 *)_piImage = length;
692 if (_piImage != 0) {
693 propDataLength = *(UInt32 *)_piImage;
695 propObject = OSData::withBytes(_piImage + 4, propDataLength);
699 // Clear the length from _piImage an
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIONVRAM.h92 UInt8 *_piImage; member in class:IODTNVRAM

Completed in 70 milliseconds