Home
last modified time | relevance | path

Searched refs:scan_auto (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/format/
H A Dmenu_analyze.c333 deflt = !scan_auto; in a_setup()
335 scan_auto = !input(FIO_MSTR, "Verify media after formatting", '?', in a_setup()
395 fmt_print(scan_auto ? "yes\n" : "no\n"); in a_config()
H A Danalyze.h44 extern int scan_random, scan_auto;
H A Danalyze.c53 int scan_auto = 1; /* scan after format flag */ variable
H A Dmenu_command.c1184 if (scan_auto) { in c_format()