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