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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp745 UInt32 curOffset, tmpOffset, tmpType, tmpDataLength; local
832 tmpDataLength = tmpString->getLength();
834 if ((curOffset - tmpDataLength) < sizeof(OWVariablesHeader)) {
839 owHeader->owStrings[tmpOffset].length = tmpDataLength;
840 curOffset -= tmpDataLength;
842 if (tmpDataLength != 0)
843 bcopy(tmpData, buffer + curOffset, tmpDataLength);
1177 UInt32 bootCommandDataLength, bootArgsDataLength, tmpDataLength; local
1216 tmpDataLength = cnt + bootArgsDataLength;
1217 tmpData = IONew(UInt8, tmpDataLength
[all...]

Completed in 13 milliseconds