/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucheck.c | 95 int verbose = 0; /* fsck-like verbosity */ variable 111 verbose++; 135 if (verbose) printf("*** uucheck: Check Required Files and Directories\n"); 144 if (verbose) printf("*** uucheck: Directories Check Complete\n\n"); 148 if (verbose) printf("*** uucheck: Check %s file\n", PERMISSIONS); 150 if (verbose) printf("*** uucheck: %s Check Complete\n\n", PERMISSIONS); 165 if (verbose) printf("** %s \n\n", in checkPerm() 172 if (verbose) printf("can't open %s\n", PERMISSIONS); in checkPerm() 198 if (verbose) printf("\n"); in checkPerm() 218 if (verbose) printf("When a system logs in as: "); [all …]
|
/illumos-gate/usr/src/cmd/sendmail/util/ |
H A D | etrn.pl | 51 my $verbose = $opt_v; 119 if ($verbose); 159 print "server = $server\n" if (defined($verbose)); 171 print if $verbose; 176 &read_response($2, $verbose); 179 if ($verbose); 184 if ($verbose); 198 print if $verbose; 204 print "ETRN supported\n" if ($verbose); 210 print if $verbose; [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/ |
H A D | sppptun.c | 49 static int verbose; /* -v on command line */ variable 94 if (verbose) in sppp_dlpi() 102 if (verbose) { in sppp_dlpi() 165 if (str.ic_len > olen && verbose > 1) { in strioctl() 232 if (verbose) in plumb_it() 238 if (verbose) in plumb_it() 246 if (verbose) in plumb_it() 264 if (verbose) in plumb_it() 279 if (verbose) in plumb_it() 288 if (verbose) in plumb_it() [all …]
|
/illumos-gate/usr/src/cmd/allocate/ |
H A D | dminfo.c | 117 int verbose = 0; in main() local 184 verbose++; in main() 239 if (verbose) { in main() 254 if (verbose) { in main() 274 if (verbose) { in main() 285 if (verbose) { in main() 291 if (verbose) { in main() 298 if (verbose) { in main() 312 if (verbose) { in main() 319 if (verbose) { in main() [all …]
|
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | diag.c | 63 #define VERBPRINT if (verbose) (void) printf 76 d_offline_drive(struct dlist *dl, int *bsy_res_flag_p, int verbose) in d_offline_drive() argument 126 int port_a_flag, int *bsy_res_flag_p, int verbose) in l_check_busy_reserv_bp() argument 136 if (err = l_get_status(ses_path, l_state, verbose)) { in l_check_busy_reserv_bp() 158 &p_list, verbose)) != 0) { in l_check_busy_reserv_bp() 165 &p_list, verbose)) != 0) { in l_check_busy_reserv_bp() 174 &p_list, verbose)) != 0) { in l_check_busy_reserv_bp() 181 &p_list, verbose)) != 0) { in l_check_busy_reserv_bp() 188 bsy_res_flag_p, verbose)) { in l_check_busy_reserv_bp() 209 int front_flag, int force_flag, int verbose) in l_bp_bypass_enable() argument [all …]
|
H A D | mon.c | 104 l_get_mode_pg(char *path, uchar_t **pg_buf, int verbose) in l_get_mode_pg() argument 522 struct device_element *status, int verbose) in l_led() argument 547 &map, verbose)) != 0) in l_led() 550 ses_path, &map, verbose)) != 0) { in l_led() 566 &map, verbose)) != 0) { in l_led() 571 ses_path, &map, verbose)) != 0) { in l_led() 576 if ((err = l_get_status(ses_path, l_state, verbose)) != 0) { in l_led() 583 if (err = l_get_slot(path_struct, l_state, verbose)) { in l_led() 605 L_PAGE_2, verbose)) { in l_led() 615 if (err = l_get_status(ses_path, l_state, verbose)) { in l_led() [all …]
|
/illumos-gate/usr/src/cmd/captoinfo/ |
H A D | captoinfo.c | 133 static int verbose = 0; /* debugging printing level */ variable 186 if (verbose) in checktermcap() 199 if (verbose) in checktermcap() 216 if (verbose > 1) in checktermcap() 281 if (verbose) { in filltables() 295 if (verbose > 1) { in filltables() 306 if (verbose > 1) { in filltables() 319 if (verbose > 1) { in filltables() 344 if (verbose > 1) { in filltables() 355 if (verbose > 1) { in filltables() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | hurl.sh | 25 verbose=0 76 v) verbose=1 ;; 87 do test 0 != $verbose && echo "$command: url=$url" >&2 106 test 0 != $verbose && echo "$command: prot=$prot host=$host port=$port path=$path" >&2 110 then test 0 != $verbose && echo "$command: using /dev/tcp/$host/$port" >&2 128 test 0 != $verbose && echo "$command: prot=$prot code=$code $text" >&2 134 test 0 != $verbose && echo "$command: head=$head $data" >&2 193 then test 0 != $verbose && echo "$command: using wget" >&2 196 then test 0 != $verbose && echo "$command: using wget" >&2 199 then test 0 != $verbose && echo "$command: using curl" >&2
|
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lpstat.c | 201 int verbose, int description) in report_device() argument 253 int verbose, int description) in report_accepting() argument 301 int verbose, int description) in report_class() argument 375 int verbose, int description) in report_printer() argument 506 if (verbose == 1) { in report_printer() 666 else if (verbose > 1) in report_printer() 669 if (verbose > 0) in report_printer() 678 int verbose, int description) in printer_query() argument 724 report, encryption, verbose, in printer_query() 742 else if ((report == report_printer) && (verbose == 0)) in printer_query() [all …]
|
/illumos-gate/usr/src/test/smbsrv-tests/cmd/ |
H A D | run_smbtorture.py | 120 def __init__(self, tests, skip_pat, verbose): argument 123 def should_skip(self, test, pattern, verbose): argument 130 if verbose: 137 if not should_skip(self, line, skip_pat, verbose)] 167 def combine_patterns(iterable, verbose): argument 170 if verbose > 1: 180 pat = re.compile(fnmatch_pat, flags=re.DEBUG if verbose > 2 else 0) 182 if verbose > 1: 237 if args.verbose > 1: 241 testgen = matched_suites(combine_patterns(args.match, args.verbose)) [all …]
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | localedef.c | 41 int verbose = 0; variable 86 if (verbose) { in open_category() 121 if (verbose) { in close_category() 153 if (verbose > 1) { in copy_category() 166 if (verbose > 1) { in copy_category() 243 verbose++; in main() 273 if (verbose) { in main() 278 if (verbose) in main() 285 if (verbose) in main() 291 if (verbose) { in main() [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 123 if (verbose) { in openlib() 134 if (verbose) { in openlib() 143 if (verbose) in openlib() 160 int var, verbose = 0, silent = 0, error = 0, mode = 0, class = 0; in main() local 189 if (verbose == 0) in main() 196 verbose++; in main() 221 if (openlib(prog, argv[optind], class, silent, verbose) != 0) { in main()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libpython/ |
H A D | libpython.c | 126 char *fbuf, size_t bufsz, int verbose); 148 int verbose = FALSE; in py_frame() local 151 'v', MDB_OPT_SETBITS, TRUE, &verbose, in py_frame() 167 verbose) < 0) { in py_frame() 253 python_stack(uintptr_t addr, const PyThreadState *ts, uint_t *verbose) in python_stack() argument 256 uint_t nargc = (verbose != NULL && *verbose) ? 1 : 0; in python_stack() 276 python_thread(uintptr_t addr, const PyInterpreterState *is, uint_t *verbose) in python_thread() argument 281 if (mdb_pwalk("pythread", (mdb_walk_cb_t)python_stack, verbose, in python_thread() 294 uint_t verbose = FALSE; in py_stack() local 297 'v', MDB_OPT_SETBITS, TRUE, &verbose, in py_stack() [all …]
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 155 int verbose = MAX(dump_opt['d'], dump_opt['i']); in zil_prt_rec_write() local 162 if (txtype == TX_WRITE2 || verbose < 5) in zil_prt_rec_write() 202 0, MIN(lr->lr_length, (verbose < 6 ? 20 : SPA_MAXBLOCKSIZE)), in zil_prt_rec_write() 313 int verbose = MAX(dump_opt['d'], dump_opt['i']); in print_log_record() local 328 if (txtype && verbose >= 3) { in print_log_record() 347 int verbose = MAX(dump_opt['d'], dump_opt['i']); in print_log_block() local 350 if (verbose <= 3) in print_log_block() 353 if (verbose >= 5) { in print_log_block() 375 print_log_stats(int verbose) in print_log_stats() argument 379 if (verbose > 3) in print_log_stats() [all …]
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | status.c | 42 ADM_Process_status(int verbose) in ADM_Process_status() argument 71 if (verbose) { in ADM_Process_status() 80 if (verbose) { in ADM_Process_status() 88 if (verbose) { in ADM_Process_status() 105 if (verbose) { in ADM_Process_status()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 71 static void display_one_work(pmcwork_t *wp, int verbose, int idx); 131 display_ic(struct pmcs_hw m, int verbose) in display_ic() argument 452 display_iport(struct pmcs_hw m, uintptr_t addr, int verbose, in display_iport() argument 658 display_hwinfo(struct pmcs_hw m, int verbose) in display_hwinfo() argument 714 display_targets(struct pmcs_hw m, int verbose, int totals_only) in display_targets() argument 799 if (verbose) { in display_targets() 883 display_one_work(pmcwork_t *wp, int verbose, int idx) in display_one_work() argument 915 if (verbose) { in display_one_work() 927 if (verbose) { in display_one_work() 937 display_work(struct pmcs_hw m, int verbose, int wserno) in display_work() argument [all …]
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | hot.c | 79 g_dev_start(char *drv_path, int verbose) in g_dev_start() argument 106 int verbose) in g_dev_stop() argument 131 wwn_list, verbose)) != 0) { in g_dev_stop() 167 issue_lip(char *fp_path, int verbose) in issue_lip() argument 182 if (verbose) { in issue_lip() 198 if (g_issue_fcio_ioctl(fp_fd, &fcio, verbose) != 0) { in issue_lip() 218 g_force_lip(char *path_phys, int verbose) in g_force_lip() argument 258 if (issue_lip(fp_path, verbose) != 0) { in g_force_lip() 300 return (issue_lip(fp_path, verbose)); in g_force_lip() 317 if (verbose) { in g_force_lip()
|
/illumos-gate/usr/src/cmd/growfs/ |
H A D | growfs.sh | 36 verbose="" 63 v) verbose="1" ;; 99 if [ -n "$verbose" ]; then 109 if [ -n "$verbose" ]; then 123 if [ -n "$verbose" ]; then
|
/illumos-gate/usr/src/cmd/infocmp/ |
H A D | infocmp.c | 125 static int verbose = 0; /* debugging printing level */ variable 170 if (verbose) { in allocvariables() 417 if (verbose) in pr_bcaps() 423 if (verbose) in pr_bcaps() 429 if (verbose) in pr_bcaps() 435 if (verbose) in pr_bcaps() 449 if (verbose) in pr_ncaps() 455 if (verbose) in pr_ncaps() 462 if (verbose) in pr_ncaps() 469 if (verbose) in pr_ncaps() [all …]
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | diag.c | 71 #define VERBPRINT if (verbose) (void) printf 76 print_ssd_in_box(char *ses_path, uchar_t *box_name, int verbose) in print_ssd_in_box() argument 87 if (err = l_get_status(ses_path, &l_state, verbose)) { in print_ssd_in_box() 91 if (err = g_get_wwn_list(&wwn_list, verbose)) { in print_ssd_in_box() 179 sysdump(int verbose) in sysdump() argument 188 if (err = l_get_box_list(&b_list, verbose)) { in sysdump() 254 b_list->b_name, verbose)) { in sysdump()
|
/illumos-gate/usr/src/tools/protocmp/ |
H A D | protocmp.c | 81 static int verbose = 0; variable 421 check_second_vs_first(int verbose) in check_second_vs_first() argument 436 if (verbose) { in check_second_vs_first() 477 check_first_vs_second(int verbose) in check_first_vs_second() argument 491 if (verbose) { in check_first_vs_second() 550 if (verbose) { in read_in_file() 554 count = read_in_protolist(file_name, list, verbose); in read_in_file() 556 if (verbose) in read_in_file() 559 count = read_in_protodir(file_name, list, verbose); in read_in_file() 637 if (verbose) { in set_values() [all …]
|
/illumos-gate/usr/src/boot/common/ |
H A D | ls.c | 66 int verbose; in command_ls() local 70 verbose = 0; in command_ls() 76 verbose = 1; in command_ls() 94 if (verbose) { in command_ls() 116 if (d->d_type == 0 || verbose) { in command_ls() 131 if (verbose) { in command_ls()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass5.c | 327 if (!verbose) in pass5() 336 (!verbose && update_bitmaps)) in pass5() 346 if (!verbose) in pass5() 353 (!verbose && update_bitmaps)) in pass5() 362 if (!verbose) in pass5() 369 (!verbose && update_bitmaps)) in pass5() 380 if (!verbose) in pass5() 390 (!verbose && update_bitmaps)) in pass5() 401 if (!verbose) in pass5() 410 (!verbose && update_bitmaps)) in pass5() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf_sbd/ |
H A D | stmf_sbd.c | 440 uint_t verbose = FALSE; in stmf_sbd_lu() local 444 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) in stmf_sbd_lu() 447 if (verbose) in stmf_sbd_lu() 471 uint_t verbose = FALSE, keyonly = FALSE, pgrkeyaddr = FALSE; in stmf_sbd_pgr_key() local 483 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc) in stmf_sbd_pgr_key() 486 if (pgrkeyaddr || verbose) in stmf_sbd_pgr_key() 506 if (verbose) { in stmf_sbd_pgr_key() 511 if (verbose) in stmf_sbd_pgr_key() 525 if (verbose) in stmf_sbd_pgr_key() 564 uint_t verbose = FALSE; in stmf_sbd_it() local [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | log.c | 42 uint_t verbose = FALSE; in msgbuf() local 68 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc) in msgbuf() 72 if (verbose) in msgbuf() 87 if (verbose) { in msgbuf() 138 if (verbose) in msgbuf()
|