Searched refs:BLOCK0_SIGNATURE (Results 1 - 6 of 6) sorted by last modified time

/macosx-10.9.5/IOStorageFamily-172/
H A DIOApplePartitionScheme.cpp274 if ( OSSwapBigToHostInt16(driverMap->sbSig) == BLOCK0_SIGNATURE )
H A DIOApplePartitionScheme.h101 #define BLOCK0_SIGNATURE 0x4552 macro
/macosx-10.9.5/pdisk-9/
H A Dconvert.c148 if (data->sbSig != BLOCK0_SIGNATURE) {
150 if (data->sbSig != BLOCK0_SIGNATURE) {
155 if (data->sbSig != BLOCK0_SIGNATURE) {
H A Ddpme.h48 #define BLOCK0_SIGNATURE 0x4552 /* i.e. 'ER' */ macro
H A Ddump.c172 if (p->sbSig != BLOCK0_SIGNATURE) {
521 if (zp->sbSig == BLOCK0_SIGNATURE) {
524 printf(" should be 0x%x\n", BLOCK0_SIGNATURE);
H A Dpartition_map.c593 if (p->sbSig != BLOCK0_SIGNATURE) {
594 p->sbSig = BLOCK0_SIGNATURE;
1033 if (p->sbSig != BLOCK0_SIGNATURE) {
1379 if (p->sbSig != BLOCK0_SIGNATURE) {

Completed in 106 milliseconds