Home
last modified time | relevance | path

Searched refs:opt_v (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/fm/scripts/
H A Dbuildcode.pl64 use vars qw($opt_c $opt_v $opt_V $opt_t);
112 print " Dictname: \"$dictname\"\n" 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;
321 $opt_v = 1 if $opt_V; # big V implies small v
[all …]
H A Ddictck.pl44 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 Drfs4.c90 uint_t opt_v = FALSE; in rfs4_tbl_dcmd() local
108 if (opt_v) { in rfs4_tbl_dcmd()
165 if (opt_v) { in rfs4_tbl_dcmd()
449 if (!opt_v) in rfs4_print_osid()
517 uint_t opt_v = FALSE; in rfs4_osid_dcmd() local
580 if (!opt_v) in rfs4_print_file()
657 uint_t opt_v = FALSE; in rfs4_file_dcmd() local
703 if (!opt_v) in rfs4_print_deleg()
767 uint_t opt_v = FALSE; in rfs4_deleg_dcmd() local
884 if (!opt_v) in rfs4_print_lsid()
[all …]
H A Dnfssrv.c363 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()
504 if (opt_v) in calc_hashdist()
520 uint_t opt_v = FALSE; in nfs_fid_hashdist_dcmd() local
523 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in nfs_fid_hashdist_dcmd()
531 return (calc_hashdist(&nfs_expinfo_arg, opt_v, addr)); in nfs_fid_hashdist_dcmd()
549 uint_t opt_v = FALSE; in nfs_path_hashdist_dcmd() local
[all …]
H A Dsvc.c77 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 Dnfs_clnt.c369 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()
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
712 if (opt_v) { in nfs4_mntinfo_dcmd()
814 uint_t opt_v = FALSE; in nfs4_servinfo_dcmd() local
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c194 uint_t opt_v = FALSE; in nlm_zone_dcmd() local
210 if (opt_v == FALSE) { in nlm_zone_dcmd()
321 uint_t opt_v = FALSE; in nlm_host_dcmd() local
345 if (opt_v == FALSE) { in nlm_host_dcmd()
465 uint_t opt_v = FALSE; in nlm_vhold_dcmd() local
481 if (opt_v == FALSE) { in nlm_vhold_dcmd()
674 uint_t opt_v; member
894 uint_t opt_v; member
1035 if (arg->opt_v) in nlm_lockson_cb()
1051 if (arg->opt_v) { in nlm_lockson_cb()
[all …]
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh94 [[ -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 Dcpc.c60 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 Dmodhash.c562 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 Dfm.c153 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 Dvfs.c184 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 Dipdadm.c88 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 Duninstall.ksh50 opt_v=""
85 v ) opt_v="-v" ;;
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c557 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 Dasppp2pppd443 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 Detrn.pl37 our ($opt_v, $opt_b);
51 my $verbose = $opt_v;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_help.c491 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 Dconfigd.c192 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 Dsched_impl.c187 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 Dplockstat.c758 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 Dfmdump.c1141 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 Dlibc.c1389 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 Dlibtopo.c516 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 Deft_mdb.c366 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()

12