Home
last modified time | relevance | path

Searched refs:DOS_MBR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/disk/
H A Dpart_dos.c86 return DOS_MBR; /* Is MBR */ in test_block_type()
97 if (test_block_type((unsigned char *)mbr) != DOS_MBR) in part_test_dos()
126 if (i != DOS_MBR) { in print_partition_extended()
282 return test_block_type(buf) == DOS_MBR ? 0 : -1; in is_valid_dos_buf()
H A Dpart_dos.h17 #define DOS_MBR 0 macro