HomeSort by: relevance | last modified time | path
    Searched refs:BLOCK0_SIGNATURE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/pdisk/dist/
convert.c 146 if (data->sbSig != BLOCK0_SIGNATURE) {
148 if (data->sbSig != BLOCK0_SIGNATURE) {
153 if (data->sbSig != BLOCK0_SIGNATURE) {
dpme.h 48 #define BLOCK0_SIGNATURE 0x4552 /* i.e. 'ER' */
partition_map.c 596 if (p->sbSig != BLOCK0_SIGNATURE) {
597 p->sbSig = BLOCK0_SIGNATURE;
1036 if (p->sbSig != BLOCK0_SIGNATURE) {
1382 if (p->sbSig != BLOCK0_SIGNATURE) {
dump.c 171 if (p->sbSig != BLOCK0_SIGNATURE) {
463 if (zp->sbSig == BLOCK0_SIGNATURE) {
466 printf(" should be 0x%x\n", BLOCK0_SIGNATURE);

Completed in 17 milliseconds