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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp73 UInt32 partitionOffset, partitionLength; local
97 partitionLength = currentLength - 16;
102 _ofPartitionSize = partitionLength;
108 _nrPartitionSize = partitionLength - _xpramPartitionSize;
112 _piPartitionSize = partitionLength;
126 partitionLengthNumber = OSNumber::withNumber(partitionLength, 32);
503 UInt32 partitionOffset, partitionLength; local
514 partitionLength = partitionLengthNumber->unsigned32BitValue();
517 (offset + length > partitionLength))
530 UInt32 partitionOffset, partitionLength; local
[all...]

Completed in 23 milliseconds