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

/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOApplePartitionScheme.h81 UInt16 ddType; /* (driver's system type) */ member in struct:DDMap
/macosx-10.10/pdisk-9/
H A Dconvert.c178 reverse2((u8 *)&m[i].ddType);
H A Ddump.c196 printf("type=0x%x\n", m[i].ddType);
539 m[i].ddSize, m[i].ddType);
767 for (i = 0; &m[i].ddType < &zp->sbMap[247]; i++) {
768 if (m[i].ddBlock == 0 && m[i].ddSize == 0 && m[i].ddType == 0) {
773 printf(" driver type: 0x%x\n", m[i].ddType);
H A Ddpme.h87 u16 ddType; /* system type (1 for Mac+) */ member in struct:DDMap
H A Dpartition_map.c1407 m[i].ddType = m[j].ddType;
1411 m[i].ddType = 0;

Completed in 100 milliseconds