/illumos-gate/usr/src/cmd/allocate/ |
H A D | fd_clean.sh | 45 if [ "$silent" != "y" ] ; then 52 if [ "$silent" != "y" ] ; then 59 if [ "$silent" != "y" ] ; then 66 if [ "$silent" != "y" ] ; then 81 silent=n 89 silent=y;; 127 if [ "$silent" != "y" ] ; then 134 if [ "$silent" != "y" ] ; then 141 if [ "$silent" != "y" ] ; then 152 if [ "$silent" != "y" ] ; then [all …]
|
H A D | sr_clean.sh | 45 if [ "$silent" != "y" ] ; then 52 if [ "$silent" != "y" ] ; then 59 if [ "$silent" != "y" ] ; then 66 if [ "$silent" != "y" ] ; then 80 silent=n 86 silent=y;; 124 if [ "$silent" != "y" ] ; then 131 if [ "$silent" != "y" ] ; then 138 if [ "$silent" != "y" ] ; then 149 if [ "$silent" != "y" ] ; then [all …]
|
H A D | st_clean.sh | 46 if [ "$silent" != "y" ] ; then 53 if [ "$silent" != "y" ] ; then 60 if [ "$silent" != "y" ] ; then 67 if [ "$silent" != "y" ] ; then 78 silent=n 84 silent=y;; 167 if [ "$silent" != "y" ] ; then
|
H A D | disk_clean.sh | 101 elif [ "$silent" != "y" ]; then 130 elif [ "$silent" != "y" ]; then 141 elif [ "$silent" != "y" ]; then 150 if [ "$silent" != "y" ]; then 405 if [ "$silent" != "y" ]; then 410 if [ "$silent" != "y" ]; then 415 if [ "$silent" != "y" ]; then 455 silent=y;;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/sd/ |
H A D | sd.c | 79 int silent; member 424 process_sdlun_waitq(uintptr_t walk_addr, int silent) in process_sdlun_waitq() argument 432 if (!silent) { in process_sdlun_waitq() 440 if (!silent) { in process_sdlun_waitq() 452 if (!silent) { in process_sdlun_waitq() 482 process_xbuf(uintptr_t xbuf_attr, int silent) in process_xbuf() argument 503 if (!silent) { in process_xbuf() 520 if (!silent) { in process_xbuf() 531 if (!silent) { in process_xbuf() 590 int silent = *(int *)flg_silent; in sd_callback() local [all …]
|
/illumos-gate/usr/src/cmd/sgs/moe/common/ |
H A D | moe.c | 95 openlib(const char *prog, const char *name, int class, int silent, int verbose) in openlib() argument 130 if (silent == 0) { in openlib() 160 int var, verbose = 0, silent = 0, error = 0, mode = 0, class = 0; in main() local 190 silent++; in main() 195 if (silent == 0) in main() 212 if (silent) in main() 221 if (openlib(prog, argv[optind], class, silent, verbose) != 0) { in main()
|
/illumos-gate/usr/src/cmd/cat/ |
H A D | cat.c | 61 static int silent = 0; /* s flag */ variable 126 silent++; in main() 194 if (!silent) in main() 205 if (!silent) in main() 244 if (!silent) in main() 258 if (!silent) in main() 277 if (!silent) { in main() 312 if (!silent) in main() 324 if (!silent) in main() 393 if (!silent) { in cat() [all …]
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | scriptvfy.l | 623 scripteval(char *script_name, char *script_path, int mask, int silent) 669 if (!silent) { 725 pre_valid(char *script_name, char *script_path, int silent) 727 return (scripteval(script_name, script_path, PRE_MASK, silent)); 732 cas_valid(char *script_name, char *script_path, int silent) 734 return (scripteval(script_name, script_path, CAS_MASK, silent)); 739 post_valid(char *script_name, char *script_path, int silent) 741 return (scripteval(script_name, script_path, POST_MASK, silent)); 746 req_valid(char *script_name, char *script_path, int silent) 748 return (scripteval(script_name, script_path, REQ_MASK, silent)); [all …]
|
/illumos-gate/usr/src/cmd/amt/ |
H A D | amt.c | 92 static int silent; variable 109 silent = NOT_SILENT; in main() 115 silent = SILENT_MODE; in main() 130 if (silent == NOT_SILENT) in main() 177 if (silent == NOT_SILENT) { in main() 407 if (silent == NOT_SILENT) in memory_allocation_not_shared() 425 if (silent == NOT_SILENT) in memory_allocation_not_shared() 437 if (silent == NOT_SILENT) in memory_allocation_not_shared() 465 if (silent == NOT_SILENT) in memory_allocation_not_shared() 494 if (silent == NOT_SILENT) in print_message() [all …]
|
/illumos-gate/usr/src/cmd/which/ |
H A D | which.c | 46 static bool silent = false; variable 64 silent = true; in main() 97 if (!silent) { in main() 139 if (!silent) in is_there()
|
/illumos-gate/usr/src/cmd/rm/ |
H A D | rm.c | 78 static boolean_t silent, interactive, recursive, ontty; variable 101 silent = B_TRUE; in main() 109 silent = B_FALSE; in main() 135 if ((argc < 1 && !silent) || errflg) { in main() 331 if (!silent) { in rm() 384 if (ontty && !interactive && !silent && in rm() 501 } else if (!silent && flag == 0) { in rm() 546 if (!silent || interactive) { in rm()
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypserv.c | 64 bool silent = TRUE; variable 193 if (silent) { in ypinit() 212 if (silent) { in ypinit() 229 if (silent) { in ypinit() 452 silent = FALSE; in ypget_command_line_args() 460 silent = FALSE; in ypget_command_line_args() 633 if (silent) { in logprintf()
|
/illumos-gate/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 94 static int silent = 0; /* if set do not print identical lines */ variable 188 silent++; in main() 277 if (silent) in main() 282 if (!silent) in main() 355 if (!silent) in main() 376 if ((!silent || change != ' ') && len1 != 0) in put1() 430 if (!silent && !leftonly && len1 != 0) { in put2() 660 silent = 1; in cmdin() 664 silent = 0; in cmdin()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cksum.c | 133 int silent; /* silent check, 0 exit if ok */ member 313 if (state->silent) in verify() 322 if (state->silent) in verify() 333 if (state->silent) in verify() 342 if (state->silent) in verify() 377 else if (state->silent) in verify() 503 state.silent = opt_info.num; in b_cksum() 565 state.silent = 0; in b_cksum()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | stage2.c | 28 struct silentbuf silent; variable 734 if (silent.status != DEFER_VERBOSE) in run_menu() 735 silent.status = SILENT; in run_menu() 747 if (silent.status != SILENT) in run_menu() 786 if (silent.status != SILENT) { /* don't reset if we never changed terms */ in run_menu() 885 silent.status = DEFER_SILENT; in cmain() 886 silent.looped = 0; in cmain() 887 silent.buffer_start = silent.buffer; in cmain()
|
H A D | char_io.c | 1031 if (silent.status != SILENT) in grub_printf() 1037 if (silent.buffer_start - silent.buffer + len + 1 >= in grub_printf() 1039 silent.buffer_start = silent.buffer; in grub_printf() 1040 silent.looped = 1; in grub_printf() 1043 silent.buffer_start += in grub_printf() 1044 grub_vsprintf(silent.buffer_start, format, dataptr); in grub_printf()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | Makefile | 6 SILENT = /* this component builds silent -- this prevents us from using it while building it */ 26 $(PACKAGEROOT)/bin :INSTALLDIR: execrate ignore mamprobe package silent 38 silent :: silent.sh target
|
H A D | Mamfile | 485 make silent 486 make silent.sh 487 done silent.sh 488 meta silent %.sh>% silent.sh silent 489 prev silent.sh 495 exec - then : silent contains archaic constructs : 496 exec - else ENV= LC_ALL=C $SHELL -n silent.sh 503 exec - 0) cp silent.sh silent 506 exec - i=`(read x; echo $x) < silent.sh` 510 exec - cat - silent.sh <<'!' [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/log/ |
H A D | log_get.c | 88 __log_get(dblp, alsn, dbt, flags, silent) in __log_get() argument 93 int silent; 298 if (!silent) 318 err1: if (!silent)
|
/illumos-gate/usr/src/cmd/audit/ |
H A D | audit.c | 58 static int silent = 0; variable 141 silent = 1; in main() 292 if (!silent) { in is_valid_zone()
|
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lp.c | 77 int silent = 0; in main() local 194 silent = 1; in main() 303 if (((silent == 0) || (dump != 0)) && in main()
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | useradd.dfl | 28 # The value "silent" means to continue without issuing any message. 32 #EXCEED_TRAD=silent
|
/illumos-gate/usr/src/cmd/csplit/ |
H A D | csplit.c | 67 int silent, keep, create; /* Flags: -s(ilent), -k(eep), (create) */ variable 126 silent++; in main() 247 if (!silent && create) { in closefile()
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 234 softc->silent = 1; in gfxp_vga_attach() 255 if ((softc->silent == 0) && (GFXP_IS_CONSOLE(softc))) { in gfxp_vga_attach() 355 if (softc->silent == 1) { in vgatext_progressbar_stop() 356 softc->silent = 0; in vgatext_progressbar_stop() 419 if (softc->mode == KD_TEXT && softc->silent == 1) { in vgatext_kdsetmode() 747 if (softc->silent) in vgatext_cons_cursor() 796 if (softc->silent) in vgatext_hide_cursor() 815 if (softc->silent) in vgatext_set_cursor()
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | parallel.cc | 195 if (rule->silent && !silent) { in execute_parallel() 608 if (!silent && output_mode != txt2_mode) { in distribute_process() 1217 silent_flag = silent; in finish_children() 1221 silent_flag = BOOLEAN(silent_flag || rule->silent); in finish_children() 1325 if (!silent && output_mode != txt2_mode) { in dump_out_file() 1788 silent_flag = silent; in run_rule_commands()
|