Searched refs:is_scheme_bootable (Results 1 – 7 of 7) sorted by relevance
44 is_scheme_bootable(const char *part_type) { in is_scheme_bootable() function
51 is_scheme_bootable(const char *part_type) in is_scheme_bootable() function
64 is_scheme_bootable(const char *part_type) in is_scheme_bootable() function
84 int is_scheme_bootable(const char *scheme); /* Non-zero if scheme boots */
54 is_scheme_bootable(const char *part_type) { in is_scheme_bootable() function
276 if (choice == BSDDIALOG_NO && scheme != NULL && !is_scheme_bootable(scheme)) { in wizard_partition()
265 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()