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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp616 UInt32 propNameLength, propDataLength; local
644 for (propDataLength = 0; (cnt + propDataLength) < _ofPartitionSize;
645 propDataLength++) {
646 if (_ofImage[cnt + propDataLength] == '\0') break;
650 if ((cnt + propDataLength) >= _ofPartitionSize) break;
651 cnt += propDataLength + 1;
654 propData, propDataLength,
673 propDataLength = *(UInt32 *)_piImage;
674 if ((propDataLength !
999 convertPropToObject(UInt8 *propName, UInt32 propNameLength, UInt8 *propData, UInt32 propDataLength, const OSSymbol **propSymbol, OSObject **propObject) argument
1061 UInt32 propNameLength, propDataLength; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIONVRAM.h100 UInt8 *propData, UInt32 propDataLength,

Completed in 76 milliseconds