Searched refs:BLOCK0_SIGNATURE (Results 1 – 4 of 4) sorted by relevance
146 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()
171 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()
596 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()
48 #define BLOCK0_SIGNATURE 0x4552 /* i.e. 'ER' */ macro