Searched refs:largeLBASize (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/IOATAFamily-252.0.3/
H A DATADeviceNub.cpp536 UInt64 largeLBASize = 0; local
538 largeLBASize = ( ((UInt64) upperLBA) << 32) | ((UInt64) lowerLBA );
540 OSNumber* extendedCapacity = OSNumber::withNumber( largeLBASize, 64 );

Completed in 91 milliseconds