Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/format/
H A Dmenu_analyze.c263 deflt = !scan_entire; in a_setup()
265 scan_entire = !input(FIO_MSTR, "Analyze entire disk", '?', in a_setup()
270 if (!scan_entire) { in a_setup()
321 if ((scan_entire) && (cur_disk->label_type == L_TYPE_SOLARIS)) { in a_setup()
323 } else if ((scan_entire) && (cur_disk->label_type == L_TYPE_EFI)) { in a_setup()
365 fmt_print(scan_entire ? "yes\n" : "no\n"); in a_config()
367 if (!scan_entire) { in a_config()
H A Danalyze.h41 extern int scan_entire;
H A Danalyze.c44 int scan_entire = 1; /* scan whole disk flag */ variable
146 if (scan_entire) {
H A Dmenu_command.c1184 scan_entire = 0; in c_format()