Searched refs:DOS_MBR (Results 1 – 2 of 2) sorted by relevance
89 return DOS_MBR; /* Is MBR */ in test_block_type()101 if (test_block_type((unsigned char *)mbr) != DOS_MBR) in part_test_dos()115 if (test_block_type(buffer) != DOS_MBR) in part_test_dos()146 if (i != DOS_MBR) { in print_partition_extended()309 return test_block_type(buf) == DOS_MBR ? 0 : -1; in is_valid_dos_buf()
16 #define DOS_MBR 0 macro