Searched refs:BLOCK0_SIGNATURE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/pdisk/dist/
H A Dconvert.c146 if (data->sbSig != BLOCK0_SIGNATURE) {
148 if (data->sbSig != BLOCK0_SIGNATURE) {
153 if (data->sbSig != BLOCK0_SIGNATURE) {
H A Ddpme.h48 #define BLOCK0_SIGNATURE 0x4552 /* i.e. 'ER' */ macro
H A Dpartition_map.c596 if (p->sbSig != BLOCK0_SIGNATURE) {
597 p->sbSig = BLOCK0_SIGNATURE;
1036 if (p->sbSig != BLOCK0_SIGNATURE) {
1382 if (p->sbSig != BLOCK0_SIGNATURE) {
H A Ddump.c171 if (p->sbSig != BLOCK0_SIGNATURE) {
463 if (zp->sbSig == BLOCK0_SIGNATURE) {
466 printf(" should be 0x%x\n", BLOCK0_SIGNATURE);

Completed in 85 milliseconds