Searched refs:is_scheme_bootable (Results 1 – 8 of 8) sorted by relevance
44 is_scheme_bootable(const char *part_type) { in is_scheme_bootable() function
39 is_scheme_bootable(const char *part_type) { in is_scheme_bootable() function
61 is_scheme_bootable(const char *part_type) in is_scheme_bootable() function
80 int is_scheme_bootable(const char *scheme);
53 is_scheme_bootable(const char *part_type) { in is_scheme_bootable() function
240 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()
246 if (choice == 1 && scheme != NULL && !is_scheme_bootable(scheme)) { in wizard_partition()