Searched refs:FIO_MSTR (Results 1 – 8 of 8) sorted by relevance
| /illumos-gate/usr/src/cmd/format/ |
| H A D | menu_analyze.c | 263 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 D | modify_partition.c | 136 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 D | io.h | 79 #define FIO_MSTR 3 /* matched string, with abbreviations */ macro
|
| H A D | menu.c | 147 i = input(FIO_MSTR, prompt, '>', &ioparam, NULL, CMD_INPUT); in run_menu()
|
| H A D | io.c | 484 case FIO_MSTR: in input() 933 case FIO_MSTR: in input() 1712 case FIO_MSTR: in print_input_choices()
|
| H A D | misc.c | 168 answer = input(FIO_MSTR, question, '?', &ioparam, NULL, DATA_INPUT); in check()
|
| H A D | auto_sense.c | 793 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 D | menu_scsi.c | 550 grown_list = !input(FIO_MSTR, "Format with the Grown Defects list", in do_format()
|