Searched refs:propNameLength (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
634 for (propNameLength = 0; (cnt + propNameLength) < _ofPartitionSize;
635 propNameLength++) {
636 if (_ofImage[cnt + propNameLength] == '=') break;
640 if ((cnt + propNameLength) >= _ofPartitionSize) break;
641 cnt += propNameLength + 1;
653 if (convertPropToObject(propName, propNameLength,
999 bool IODTNVRAM::convertPropToObject(UInt8 *propName, UInt32 propNameLength, argument
1011 propName[propNameLength]
1061 UInt32 propNameLength, propDataLength; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIONVRAM.h99 virtual bool convertPropToObject(UInt8 *propName, UInt32 propNameLength,

Completed in 80 milliseconds