Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bsdinstall/partedit/
HDpartedit_generic.c44 is_scheme_bootable(const char *part_type) { in is_scheme_bootable() function
HDpartedit_pc98.c39 is_scheme_bootable(const char *part_type) { in is_scheme_bootable() function
HDpartedit_sparc64.c39 is_scheme_bootable(const char *part_type) { in is_scheme_bootable() function
HDpartedit_x86.c61 is_scheme_bootable(const char *part_type) in is_scheme_bootable() function
HDpartedit.h80 int is_scheme_bootable(const char *scheme);
HDpartedit_powerpc.c53 is_scheme_bootable(const char *part_type) { in is_scheme_bootable() function
HDgpart_ops.c240 if (!is_scheme_bootable(items[choice].name)) { in choose_part_type()
271 if (!is_scheme_bootable(scheme)) { in gpart_partition()
1049 if (strcmp(items[2].text, "/") == 0 && !is_scheme_bootable(scheme)) { in gpart_create()
HDpart_wizard.c246 if (choice == 1 && scheme != NULL && !is_scheme_bootable(scheme)) { in wizard_partition()