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

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOFDiskPartitionScheme.cpp384 return ( partition->systid == 0x05 ||
385 partition->systid == 0x0F ||
386 partition->systid == 0x85 );
395 return ( partition->systid != 0 && partition->numsect != 0 );
481 snprintf(hintIndex, sizeof(hintIndex), "0x%02X", partition->systid & 0xFF);
H A DIOFDiskPartitionScheme.h59 UInt8 systid; /* (type) */ member in struct:fdisk_part
80 /* Partition map entry types (systid). */
H A DIOGUIDPartitionScheme.cpp301 if ( fdiskMap->parts[index].systid )
303 if ( fdiskMap->parts[index].systid == 0xEE )

Completed in 138 milliseconds