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

/macosx-10.9.5/pdisk-9/
H A Dvalidate.c416 if (mb->dpme_signature != DPME_SIGNATURE) {
448 if (mb->dpme_signature != DPME_SIGNATURE) {
450 printf("\tsignature is 0x%x, should be 0x%x\n", mb->dpme_signature, DPME_SIGNATURE);
H A Ddpme.h51 #define DPME_SIGNATURE 0x504D /* i.e. 'PM' */ macro
H A Dpartition_map.c254 || data->dpme_signature != DPME_SIGNATURE) {
263 && data->dpme_signature == DPME_SIGNATURE) {
303 || (data->dpme_signature != DPME_SIGNATURE && dflag == 0)
557 data->dpme_signature = DPME_SIGNATURE;
751 data->dpme_signature = DPME_SIGNATURE;
/macosx-10.9.5/IOStorageFamily-172/
H A DIOApplePartitionScheme.h105 #define DPME_SIGNATURE 0x504D macro
H A DIOApplePartitionScheme.cpp309 if ( OSSwapBigToHostInt16(dpmeMap->dpme_signature) == DPME_SIGNATURE )
339 if ( OSSwapBigToHostInt16(dpmeMap->dpme_signature) != DPME_SIGNATURE )

Completed in 49 milliseconds