Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/sysinst/
H A Dpartitions.c112 PT_unknown); in generic_adapt_foreign_part_info()
H A Dgpt.c112 { .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 Dpartitions.h99 PT_unknown, /* anything we can not map to one of these */ enumerator
H A Ddisklabel.c613 default: pt = PT_unknown; break; in dl_init_types()
687 nt->desc.generic_ptype = PT_unknown; in disklabel_find_type()
H A Dmbr.c1133 return PT_unknown; in mbr_map_part_type()