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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp746 UInt8 *buffer, *tmpBuffer; local
761 buffer = tmpBuffer = IONew(UInt8, _ofPartitionSize);
781 ok = convertObjectToProp(tmpBuffer, &length, tmpSymbol, tmpObject);
783 tmpBuffer += length;
1147 UInt16 *tmpBuffer = (UInt16 *)buffer; local
1150 checksum += tmpBuffer[cnt];
1158 UInt16 *tmpBuffer = (UInt16 *)buffer; local
1161 sum += tmpBuffer[cnt];

Completed in 37 milliseconds