Searched refs:DOS_MBR (Results 1 – 2 of 2) sorted by relevance
16 #define DOS_MBR 0 macro
94 return DOS_MBR; /* This is an DOS MBR */ in test_block_type()109 if (test_block_type((unsigned char *)mbr) != DOS_MBR) in part_test_dos()122 if (test_block_type(buffer) != DOS_MBR) in part_test_dos()153 if (i != DOS_MBR) { in print_partition_extended()325 return test_block_type(buf) == DOS_MBR ? 0 : -1; in is_valid_dos_buf()
Completed in 8 milliseconds