Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit_generic.c44 is_scheme_bootable(const char *part_type) { in is_scheme_bootable() function
H A Dpartedit_efi.c51 is_scheme_bootable(const char *part_type) in is_scheme_bootable() function
H A Dpartedit_x86.c64 is_scheme_bootable(const char *part_type) in is_scheme_bootable() function
H A Dpartedit.h84 int is_scheme_bootable(const char *scheme); /* Non-zero if scheme boots */
H A Dpartedit_powerpc.c54 is_scheme_bootable(const char *part_type) { in is_scheme_bootable() function
H A Dpart_wizard.c276 if (choice == BSDDIALOG_NO && scheme != NULL && !is_scheme_bootable(scheme)) { in wizard_partition()
H A Dgpart_ops.c265 if (!is_scheme_bootable(items[choice].name)) { in choose_part_type()
302 if (!is_scheme_bootable(scheme)) { in gpart_partition()
1244 if (strcmp(items[2].value, "/") == 0 && !is_scheme_bootable(scheme)) { in gpart_create()