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

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOGUIDPartitionScheme.cpp246 gpt_ent * gptMap = 0; local
392 gptMap = (gpt_ent *) buffer->getBytesNoCopy();
396 if ( crc32(0, gptMap, gptCount * gptSize) != gptCheck )
405 gptMap = (gpt_ent *) ( ((UInt8 *) buffer->getBytesNoCopy()) +
408 uuid_unswap( gptMap->ent_type );
409 uuid_unswap( gptMap->ent_uuid );
411 if ( isPartitionUsed( gptMap ) )
415 if ( isPartitionCorrupt( gptMap, gptID ) )
422 if ( isPartitionInvalid( gptMap, gptID ) )
429 IOMedia * newMedia = instantiateMediaObject( gptMap, gptI
[all...]

Completed in 61 milliseconds