Home
last modified time | relevance | path

Searched refs:scan_restore_label (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/format/
H A Dmenu_analyze.c346 deflt = !scan_restore_label; in a_setup()
348 scan_restore_label = !input(FIO_MSTR, "Restore disk label", '?', in a_setup()
404 fmt_print(scan_restore_label ? "yes\n" : "no\n"); in a_config()
H A Danalyze.h46 extern int scan_restore_defects, scan_restore_label;
H A Danalyze.c55 int scan_restore_label = 1; /* restore label after writing */ variable
428 if ((cur_flags & LABEL_DIRTY) && (scan_restore_label)) {