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

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

Completed in 98 milliseconds