Lines Matching refs:scheme
203 const char *scheme = NULL; in wizard_partition() local
220 scheme = gc->lg_val; in wizard_partition()
227 if (scheme != NULL && strcmp(scheme, "(none)") == 0) in wizard_partition()
228 scheme = NULL; in wizard_partition()
246 if (choice == 1 && scheme != NULL && !is_scheme_bootable(scheme)) { in wizard_partition()
254 scheme); in wizard_partition()
260 scheme = choose_part_type(default_scheme()); in wizard_partition()
261 if (scheme == NULL) in wizard_partition()
263 gpart_partition(disk, scheme); in wizard_partition()
266 if (scheme == NULL || choice == 0) { in wizard_partition()
267 if (gpart != NULL && scheme != NULL) { in wizard_partition()
277 scheme = choose_part_type(default_scheme()); in wizard_partition()
278 if (scheme == NULL) in wizard_partition()
280 gpart_partition(disk, scheme); in wizard_partition()
283 if (strcmp(scheme, "PC98") == 0 || strcmp(scheme, "MBR") == 0) { in wizard_partition()