Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dmenu_analyze.c263 scan_entire = !input(FIO_MSTR, "Analyze entire disk", '?', in a_setup()
291 scan_loop = !input(FIO_MSTR, "Loop continuously", '?', in a_setup()
304 scan_correct = !input(FIO_MSTR, "Repair defective blocks", '?', in a_setup()
308 scan_stop = !input(FIO_MSTR, "Stop after first error", '?', in a_setup()
312 scan_random = !input(FIO_MSTR, "Use random bit patterns", '?', in a_setup()
333 scan_auto = !input(FIO_MSTR, "Verify media after formatting", '?', in a_setup()
338 option_msg = !input(FIO_MSTR, "Enable extended messages", '?', in a_setup()
342 scan_restore_defects = !input(FIO_MSTR, "Restore defect list", '?', in a_setup()
346 scan_restore_label = !input(FIO_MSTR, "Restore disk label", '?', in a_setup()
H A Dmodify_partition.c136 sel_type = input(FIO_MSTR, tmpstr2, '?', &ioparam, in p_modify()
205 if (input(FIO_MSTR, "Do you wish to continue creating a new " in p_modify()
218 free_hog = input(FIO_MSTR, "Free Hog partition", '?', in p_modify()
250 if (input(FIO_MSTR, "Continue", '?', in p_modify()
261 free_hog = input(FIO_MSTR, "Free Hog partition", '?', in p_modify()
295 if (input(FIO_MSTR, "Okay to make this the current partition table", in p_modify()
H A Dio.h79 #define FIO_MSTR 3 /* matched string, with abbreviations */ macro
H A Dmenu.c147 i = input(FIO_MSTR, prompt, '>', &ioparam, NULL, CMD_INPUT); in run_menu()
H A Dio.c484 case FIO_MSTR: in input()
933 case FIO_MSTR: in input()
1712 case FIO_MSTR: in print_input_choices()
H A Dmisc.c168 answer = input(FIO_MSTR, question, '?', &ioparam, NULL, DATA_INPUT); in check()
H A Dauto_sense.c793 if (input(FIO_MSTR, FORMAT_MSG, '?', &ioparam, in auto_sense()
796 } else if (input(FIO_MSTR, GENERIC_MSG, '?', &ioparam, in auto_sense()
1262 if (input(FIO_MSTR, msg, '?', &ioparam, in generic_disk_sense()
H A Dmenu_scsi.c550 grown_list = !input(FIO_MSTR, "Format with the Grown Defects list", in do_format()