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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp148 _ofImage = _nvramImage + _ofPartitionOffset;
621 if (_ofImage == 0) return kIOReturnNotReady;
630 if (_ofImage[cnt] == '\0') break;
633 propName = _ofImage + cnt;
636 if (_ofImage[cnt + propNameLength] == '=') break;
643 propData = _ofImage + cnt;
646 if (_ofImage[cnt + propDataLength] == '\0') break;
685 owHeader = (OWVariablesHeader *)_ofImage;
686 if (!validateOWChecksum(_ofImage)) {
707 propData = _ofImage
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIONVRAM.h74 UInt8 *_ofImage; member in class:IODTNVRAM

Completed in 81 milliseconds