Searched refs:DOS_MBR (Results 1 – 2 of 2) sorted by relevance
16 #define DOS_MBR 0 macro
97 return DOS_MBR; /* This is an DOS MBR */ in test_block_type()112 if (test_block_type((unsigned char *)mbr) != DOS_MBR) in part_test_dos()126 if (test_block_type(buffer) != DOS_MBR) in part_test_dos()157 if (i != DOS_MBR) { in print_partition_extended()320 return test_block_type(buf) == DOS_MBR ? 0 : -1; in is_valid_dos_buf()
Completed in 3 milliseconds