Searched refs:tmpOffset (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
813 if (!getOWVariableInfo(cnt++, &tmpSymbol, &tmpType, &tmpOffset))
821 if (tmpBoolean->getValue()) owHeader->owFlags |= tmpOffset;
826 owHeader->owNumbers[tmpOffset] = tmpNumber->unsigned32BitValue();
839 owHeader->owStrings[tmpOffset].length = tmpDataLength;
841 owHeader->owStrings[tmpOffset].offset = curOffset + _ofPartitionOffset;

Completed in 25 milliseconds