Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/sysinst/
H A Dpartitions.c190 only_disklabel_parts.have_boot_support = in partitions_init()
H A Dpartitions.h489 bool (*have_boot_support)(const char *disk); member
H A Dpart_edit.c1396 if (bootable && p->have_boot_support != NULL && in select_part_scheme()
1397 !p->have_boot_support(dev->diskdev)) in select_part_scheme()
H A Ddisklabel.c1334 .have_boot_support = disklabel_non_bootable,
H A Dgpt.c1921 .have_boot_support = gpt_have_boot_support,