Searched refs:PT_unknown (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | partitions.c | 112 PT_unknown); in generic_adapt_foreign_part_info()
|
| H A D | gpt.c | 112 { .name = "apple", .fstype = FS_HFS, .ptype = PT_unknown }, 116 { .name = "vmcore", .fstype = FS_VMKCORE, .ptype = PT_unknown }, 117 { .name = "vmfs", .fstype = FS_VMFS, .ptype = PT_unknown }, 118 { .name = "vmresered", .fstype = FS_VMWRESV, .ptype = PT_unknown }, 781 t->gent.generic_ptype = PT_unknown; in gpt_match_ptype() 856 if (gent == PT_unknown) in gpt_get_generic_type()
|
| H A D | partitions.h | 99 PT_unknown, /* anything we can not map to one of these */ enumerator
|
| H A D | disklabel.c | 613 default: pt = PT_unknown; break; in dl_init_types() 687 nt->desc.generic_ptype = PT_unknown; in disklabel_find_type()
|
| H A D | mbr.c | 1133 return PT_unknown; in mbr_map_part_type()
|