Searched refs:sig_type (Results 1 – 4 of 4) sorted by relevance
62 enum sig_type { enum101 enum sig_type sig_type; /* Partition table signature type */ member
100 if (dev_desc->sig_type == SIG_TYPE_NONE && in part_test_dos()102 dev_desc->sig_type = SIG_TYPE_MBR; in part_test_dos()
1215 if (dev_desc->sig_type == SIG_TYPE_NONE) { in is_gpt_valid()1218 dev_desc->sig_type = SIG_TYPE_GUID; in is_gpt_valid()1222 dev_desc->sig_type = SIG_TYPE_MBR; in is_gpt_valid()
430 hddp->signature_type = desc->sig_type; in dp_part_fill()