Lines Matching refs:input
172 * input characters so we can page the output.
265 scan_entire = !input(FIO_MSTR, "Analyze entire disk", '?',
268 * If we are not scanning the whole disk, input the bounds of the scan.
281 scan_lower = (diskaddr_t)input(FIO_BN,
287 scan_upper = (diskaddr_t)input(FIO_BN,
293 scan_loop = !input(FIO_MSTR, "Loop continuously", '?',
296 * If we are not looping continuously, input the number of passes.
301 scan_passes = input(FIO_INT, "Enter number of passes", ':',
306 scan_correct = !input(FIO_MSTR, "Repair defective blocks", '?',
310 scan_stop = !input(FIO_MSTR, "Stop after first error", '?',
314 scan_random = !input(FIO_MSTR, "Use random bit patterns", '?',
331 scan_size = input(FIO_INT, "Enter number of blocks per transfer", ':',
335 scan_auto = !input(FIO_MSTR, "Verify media after formatting", '?',
340 option_msg = !input(FIO_MSTR, "Enable extended messages", '?',
344 scan_restore_defects = !input(FIO_MSTR, "Restore defect list", '?',
348 scan_restore_label = !input(FIO_MSTR, "Restore disk label", '?',