/illumos-gate/usr/src/cmd/fm/scripts/ |
H A D | buildcode.pl | 64 use vars qw($opt_c $opt_v $opt_V $opt_t); 112 print " Dictname: \"$dictname\"\n" if $opt_v; 115 print " Dictval: " . sprintf("%d", $dictval) . ": " if $opt_v; 120 print "below 2^21\n" if $opt_v; 135 print "above 2^21-1, below 2^38-1\n" if $opt_v; 151 print "above 2^38-1, below 2^55-1\n" if $opt_v; 164 print "above 2^55-1, below 2^72-1\n" if $opt_v; 182 print " Code type: 01\n" if $opt_v; 186 print " Code size: " . $Codesize[$codelen] . "\n" if $opt_v; 191 print " Dictval: $dictval\n" if $opt_v; [all …]
|
H A D | dictck.pl | 44 use vars qw($opt_b $opt_p $opt_v); 110 print "parsing \"$name\"\n" if $opt_v; 118 print "FMDICT keyword found on line $line\n" if $opt_v; 140 print "property \"$lhs\" value \"$rhs\"\n" if $opt_v; 210 print "code: $code keys: $lhs\n" if $opt_v; 235 print "computed maxkey: $maxkey\n" if $opt_v; 268 print "parsing \"$name\"\n" if $opt_v;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | rfs4.c | 90 uint_t opt_v = FALSE; in rfs4_tbl_dcmd() local 99 'v', MDB_OPT_SETBITS, TRUE, &opt_v, in rfs4_tbl_dcmd() 108 if (opt_v) { in rfs4_tbl_dcmd() 129 if (!opt_v && DCMD_HDRSPEC(flags)) { in rfs4_tbl_dcmd() 165 if (opt_v) { in rfs4_tbl_dcmd() 432 rfs4_print_osid(uintptr_t addr, uint_t opt_v) in rfs4_print_osid() argument 449 if (!opt_v) in rfs4_print_osid() 517 uint_t opt_v = FALSE; in rfs4_osid_dcmd() local 520 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in rfs4_osid_dcmd() 529 return (rfs4_print_osid(addr, opt_v)); in rfs4_osid_dcmd() [all …]
|
H A D | nfssrv.c | 332 print_tree(uintptr_t addr, uint_t opt_v, treenode_t *tn, char *s) in print_tree() argument 363 if (opt_v) in print_tree() 373 if (opt_v) { in print_tree() 396 opt_v, tn, s); in print_tree() 416 uint_t opt_v = FALSE; in nfs_nstree_dcmd() local 421 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in nfs_nstree_dcmd() 452 return (print_tree((uintptr_t)exp.ns_root, opt_v, &tn, s)); in nfs_nstree_dcmd() 467 calc_hashdist(struct exp_walk_arg *arg, uint_t opt_v, uintptr_t tbladdr) in calc_hashdist() argument 504 if (opt_v) in calc_hashdist() 520 uint_t opt_v = FALSE; in nfs_fid_hashdist_dcmd() local [all …]
|
H A D | svc.c | 77 uint_t opt_v = FALSE; in svc_pool_dcmd() local 91 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL); in svc_pool_dcmd() 143 if (opt_v && svcpool.p_lhead && (mdb_pwalk_dcmd("svc_mxprt", in svc_pool_dcmd()
|
H A D | nfs_clnt.c | 369 uint_t opt_v = *(uint_t *)cb_data; in nfs_print_mntinfo_cb() local 399 if (!opt_v) in nfs_print_mntinfo_cb() 490 uint_t opt_v = FALSE; in nfs_mntinfo_dcmd() local 493 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in nfs_mntinfo_dcmd() 497 if (mdb_walk("nfs_mnt", nfs_print_mntinfo_cb, &opt_v) == -1) { in nfs_mntinfo_dcmd() 509 return (nfs_print_mntinfo_cb(addr, &mi, &opt_v) == WALK_ERR ? DCMD_ERR in nfs_mntinfo_dcmd() 527 uint_t opt_v = FALSE; in nfs_servinfo_dcmd() local 539 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in nfs_servinfo_dcmd() 549 if (!opt_v) { in nfs_servinfo_dcmd() 665 uint_t opt_v = FALSE; in nfs4_mntinfo_dcmd() local [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/ |
H A D | klmmod.c | 194 uint_t opt_v = FALSE; in nlm_zone_dcmd() local 197 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in nlm_zone_dcmd() 210 if (opt_v == FALSE) { in nlm_zone_dcmd() 321 uint_t opt_v = FALSE; in nlm_host_dcmd() local 324 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in nlm_host_dcmd() 345 if (opt_v == FALSE) { in nlm_host_dcmd() 465 uint_t opt_v = FALSE; in nlm_vhold_dcmd() local 468 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in nlm_vhold_dcmd() 481 if (opt_v == FALSE) { in nlm_vhold_dcmd() 596 uint_t opt_v = FALSE; in nlm_slreq_dcmd() local [all …]
|
/illumos-gate/usr/src/lib/brand/shared/zone/ |
H A D | uninstall.ksh | 94 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] && 98 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] && 102 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] && 106 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] && 110 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] && 126 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] && 142 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] && 189 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
|
/illumos-gate/usr/src/cmd/mdb/common/modules/cpc/ |
H A D | cpc.c | 60 uint_t opt_v = FALSE; in cpc() local 62 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != in cpc() 105 if (opt_v) in cpc() 118 if (opt_v == 0) in cpc()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | modhash.c | 562 uint_t opt_v) in modent_print() argument 567 if (DCMD_HDRSPEC(flags) && opt_k == 0 && opt_v == 0) { in modent_print() 579 } else if (opt_v) { in modent_print() 604 uint_t opt_v = 0; in modent() local 614 'v', MDB_OPT_SETBITS, 1, &opt_v, in modent() 618 if ((opt_k && opt_v) || (opt_t != NULL && (opt_k || opt_v)) || in modent() 632 return (modent_print(addr, 0, flags, htep, FALSE, opt_k, opt_v)); in modent()
|
H A D | fm.c | 153 uint_t opt_v = 0; in ereport() local 163 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != in ereport() 172 if (DCMD_HDRSPEC(flags) && !opt_v) { in ereport() 192 if (opt_v) in ereport()
|
H A D | vfs.c | 184 int opt_v = 0; in fsinfo() local 203 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in fsinfo() 219 else if (!opt_v && (len >= FSINFO_MNTLEN)) in fsinfo() 231 if (!opt_v) in fsinfo()
|
/illumos-gate/usr/src/cmd/ipdadm/ |
H A D | ipdadm.c | 88 int opt_v = (int)(intptr_t)arg; in ipdadm_list_one() local 95 if (!opt_v) { in ipdadm_list_one() 107 int opt_v = 0; in ipdadm_list() local 116 ++opt_v; in ipdadm_list() 136 ipd_status_foreach_zone(hdl, ipdadm_list_one, (void *)(intptr_t)opt_v); in ipdadm_list()
|
/illumos-gate/usr/src/lib/brand/solaris10/zone/ |
H A D | uninstall.ksh | 50 opt_v="" 85 v ) opt_v="-v" ;;
|
/illumos-gate/usr/src/cmd/psrinfo/ |
H A D | psrinfo.c | 557 int opt_v = 0; in main() local 740 opt_v = 1; in main() 750 if (opt_c || opt_p || opt_S != NULL || opt_s || opt_t || opt_v) in main() 760 if (opt_s || opt_v) in main() 794 if (opt_s && opt_v) { in main() 800 if (opt_v && opt_p) { in main() 806 } else if (opt_v) { in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 443 print "Reading configuration from $aspppcf\n" if $opt_v; 507 if ($opt_v) { 528 if $opt_v; 805 print "Updating local passwd file (if any).\n" if $opt_v; 1044 print "Reading UUCP configuration.\n" if $opt_v; 1070 if $opt_v; 1529 print "Stopping aspppd\n" if $opt_v; 1532 print "Saving all files\n" if $opt_v; 1539 print "Saving $$filerec[0]\n" if $opt_v; 1592 print "Making scripts executable\n" if $opt_v;
|
/illumos-gate/usr/src/cmd/sendmail/util/ |
H A D | etrn.pl | 37 our ($opt_v, $opt_b); 51 my $verbose = $opt_v;
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_help.c | 491 uint_t opt_v = FALSE; in cmd_which() local 494 i = mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL); in cmd_which() 519 if (opt_v) { in cmd_which() 536 if (opt_v) { in cmd_which()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.configd/ |
H A D | configd.c | 192 int opt_v = FALSE; /* verbose */ in request_log() local 207 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in request_log() 294 if (opt_v) { in request_log()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/ |
H A D | sched_impl.c | 187 uint_t opt_v = FALSE; in kcf_areq_node() local 190 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v, in kcf_areq_node() 202 if (opt_v) /* verbose */ in kcf_areq_node()
|
/illumos-gate/usr/src/cmd/plockstat/ |
H A D | plockstat.c | 758 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; in main() local 797 opt_v = 1; in main() 966 if (opt_v) in main()
|
/illumos-gate/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 1141 int opt_v, int opt_V, int opt_p, int opt_j) in aggregate() argument 1190 else if (opt_v) in aggregate() 1267 int opt_u = 0, opt_v = 0, opt_V = 0, opt_j = 0; in main() local 1396 opt_v++; in main() 1457 opt_v, opt_V, opt_p, opt_j); in main() 1551 } else if (opt_v) { in main()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/ |
H A D | libc.c | 1389 uint_t opt_v = FALSE; in d_psinfo() local 1393 MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in d_psinfo() 1408 if (opt_v) { in d_psinfo() 1494 uint_t opt_v = FALSE, opt_f = FALSE, warn; in d_mutex() local 1504 'v', MDB_OPT_SETBITS, TRUE, &opt_v, in d_mutex() 1603 if (!opt_v) in d_mutex()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 516 uint_t opt_v = FALSE; in fmtopo() local 519 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v, in fmtopo() 532 verbose = opt_v; in fmtopo()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft_mdb.c | 366 int opt_v = 0; in eft_node() local 373 'v', MDB_OPT_SETBITS, TRUE, &opt_v, in eft_node() 384 if (opt_v) { in eft_node()
|