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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp1253 UInt8 dataLength; member in struct:NVRAMProperty
1317 length = prop->dataLength;
1335 IOByteCount dataLength; local
1345 dataLength = value->getLength();
1347 if (dataLength > kMaxNVDataLength) return kIOReturnNoSpace;
1360 prop->dataLength = dataLength;
1361 bcopy(value->getBytesNoCopy(), prop->data, dataLength);

Completed in 22 milliseconds