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

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOFDiskPartitionScheme.cpp234 disk_blk0 * fdiskMap = 0; local
276 fdiskMap = (disk_blk0 *) buffer->getBytesNoCopy();
280 if ( OSSwapLittleToHostInt16(fdiskMap->signature) != DISK_SIGNATURE )
293 if ( isPartitionExtended(fdiskMap->parts + index) ) // (extended)
301 /* data */ fdiskMap->parts[index].relsect );
309 else if ( isPartitionUsed(fdiskMap->parts + index) ) // (data)
318 /* partition */ fdiskMap->parts + index,
328 /* partition */ fdiskMap->parts + index,
338 /* partition */ fdiskMap->parts + index,
H A DIOGUIDPartitionScheme.cpp241 disk_blk0 * fdiskMap = 0; local
288 fdiskMap = (disk_blk0 *) buffer->getBytesNoCopy();
292 if ( OSSwapLittleToHostInt16(fdiskMap->signature) != DISK_SIGNATURE )
301 if ( fdiskMap->parts[index].systid )
303 if ( fdiskMap->parts[index].systid == 0xEE )

Completed in 121 milliseconds