Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart_dos.c66 static int test_block_type(unsigned char *buffer) in test_block_type() function
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()
145 i=test_block_type(buffer); in print_partition_extended()
278 dos_type = test_block_type(buffer); in part_get_info_extended()
309 return test_block_type(buf) == DOS_MBR ? 0 : -1; in is_valid_dos_buf()