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

/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOGUIDPartitionScheme.cpp244 UInt32 gptCount = 0; local
370 gptCount = OSSwapLittleToHostInt32(headerMap->hdr_entries);
372 if ( gptCount > UINT16_MAX )
381 bufferSize = IORound(gptCount * gptSize, mediaBlockSize);
396 if ( crc32(0, gptMap, gptCount * gptSize) != gptCheck )
403 for ( gptID = 1; gptID <= gptCount; gptID++ )

Completed in 162 milliseconds