Home
last modified time | relevance | path

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

/disk/
A Dpart_dos.c62 static int test_block_type(unsigned char *buffer) in test_block_type() function
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()
152 i=test_block_type(buffer); in print_partition_extended()
293 dos_type = test_block_type(buffer); in part_get_info_extended()
325 return test_block_type(buf) == DOS_MBR ? 0 : -1; in is_valid_dos_buf()

Completed in 15 milliseconds