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

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOGUIDPartitionScheme.cpp247 UInt32 gptSize = 0; local
355 gptSize = OSSwapLittleToHostInt32(headerMap->hdr_entsz);
357 if ( gptSize < sizeof(gpt_ent) )
362 if ( gptSize > UINT16_MAX )
381 bufferSize = IORound(gptCount * gptSize, mediaBlockSize);
396 if ( crc32(0, gptMap, gptCount * gptSize) != gptCheck )
406 (gptID * gptSize) - gptSize );

Completed in 116 milliseconds