Home
last modified time | relevance | path

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

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