Home
last modified time | relevance | path

Searched refs:option_f (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmenu.c163 if ((*f)() && option_f) in run_menu()
231 if (cur_ctype == NULL && option_f) in embedded_scsi()
242 if (cur_ctype == NULL && option_f) in not_embedded_scsi()
253 if (cur_ctype == NULL && option_f) in not_scsi()
264 if ((cur_disk == NULL) && option_f) in not_efi()
274 if ((cur_disk == NULL) && option_f) in disp_expert_change_expert_efi()
286 if ((cur_disk == NULL) && option_f) in disp_expand_efi()
298 if ((cur_disk == NULL) && option_f) in disp_all_change_expert_efi()
311 if (cur_ctype == NULL && option_f) in scsi()
323 if (cur_ctype == NULL && option_f) in scsi_expert()
H A Dmain.c129 if (option_f) { in main()
130 if (freopen(option_f, "r", stdin) == NULL) { in main()
132 option_f); in main()
310 } else if (option_f == 0 && option_d == 0) { in main()
322 if (option_f) { in main()
631 if (option_f) { in get_disk_characteristics()
H A Dcheckdev.c239 if (found && option_f) { in checkswap()
615 if (found && option_f) { in checkmount()
817 if (found && option_f) { in checkpartitions()
H A Dmisc.c162 if (option_f) in check()
199 if (option_f) in cmdabort()
911 if ((option_f == NULL) && isatty(0) == 1 && isatty(1) == 1) { in get_tty_lines()
H A Dglobal.h86 extern char *option_f; /* input redirect option */
H A Dmenu_analyze.c172 if (option_f || (!isatty(0)) || (!isatty(1))) in a_print()
H A Dio.c656 if (!interactive || option_f) { in input()
1683 if (option_f) in input()
2373 if (option_f) { in get_inputline()
H A Dmenu_defect.c463 if (option_f || (!isatty(0)) || (!isatty(1))) in d_print()
H A Dmenu_command.c178 if ((option_f == NULL) && isatty(0) == 1 && isatty(1) == 1) { in c_disk()
307 if (!option_f && ncyl == 0 && nhead == 0 && nsect == 0 && in c_disk()
H A Dmenu_fdisk.c367 if (option_f != NULL || isatty(0) != 1 || isatty(1) != 1) { in c_fdisk()
H A Dauto_sense.c1124 if (can_prompt && expert_mode && !option_f) { in generic_disk_sense()
1248 while (can_prompt && expert_mode && !option_f) { in generic_disk_sense()
H A Dstartup.c67 char *option_f; variable
226 option_f = argv[next++]; in do_options()