Searched refs:opt_v (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/fm/scripts/
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;
H A Dbuildcode.pl64 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...]
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Duninstall.ksh50 opt_v=""
85 v ) opt_v="-v" ;;
/illumos-gate/usr/src/cmd/volcheck/
H A Dvolcheck.c59 boolean_t opt_v = B_FALSE; local
76 opt_v = B_TRUE;
/illumos-gate/usr/src/cmd/mdb/common/modules/cpc/
H A Dcpc.c60 uint_t opt_v = FALSE; local
62 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v) != argc)
104 if (opt_v)
117 if (opt_v == 0)
/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/genunix/
H A Dmodhash.c563 uint_t opt_v)
568 if (DCMD_HDRSPEC(flags) && opt_k == 0 && opt_v == 0) {
580 } else if (opt_v) {
605 uint_t opt_v = 0; local
615 'v', MDB_OPT_SETBITS, 1, &opt_v,
619 if ((opt_k && opt_v) || (opt_t != NULL && (opt_k || opt_v)) ||
633 return (modent_print(addr, 0, flags, htep, FALSE, opt_k, opt_v));
561 modent_print(uintptr_t addr, int hidx, uint_t flags, const hash_type_entry_t *htep, boolean_t prtidx, uint_t opt_k, uint_t opt_v) argument
H A Dfm.c153 uint_t opt_v = 0; local
163 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v) != argc)
171 if (DCMD_HDRSPEC(flags) && !opt_v) {
180 * dumping the nvlist (same as opt_v).
191 if (opt_v)
H A Dvfs.c184 int opt_v = 0; local
203 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc)
219 else if (!opt_v && (len >= FSINFO_MNTLEN))
231 if (!opt_v)
H A Ddevinfo.c1321 uint_t opt_v = FALSE, opt_m = FALSE; local
1330 'v', MDB_OPT_SETBITS, TRUE, &opt_v,
1368 if (opt_v)
1380 if (opt_v) {
H A Dkmem.c538 uint_t opt_v = FALSE; local
547 'v', MDB_OPT_SETBITS, TRUE, &opt_v,
581 if (!(opt_v || buckets) && DCMD_HDRSPEC(flags)) {
583 } else if ((opt_v || buckets) && !skip) {
589 if (opt_v) {
649 if (!opt_v) {
653 if (opt_v && (stats.ks_partial_slabs > 0)) {
/illumos-gate/usr/src/cmd/sendmail/aux/
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.c302 uint_t opt_v = FALSE; local
305 i = mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL);
330 if (opt_v) {
347 if (opt_v) {
H A Dmdb_cmds.c1523 uint_t opt_v = FALSE; local
1527 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc)
1530 if (opt_v) {
1678 uint_t opt_p = FALSE, opt_v = FALSE; local
1682 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc)
1685 if (opt_p || opt_v)
1686 return (showrev_objectversions(opt_v));
/illumos-gate/usr/src/cmd/ipdadm/
H A Dipdadm.c88 int opt_v = (int)(intptr_t)arg; local
95 if (!opt_v) {
107 int opt_v = 0; local
116 ++opt_v;
136 ipd_status_foreach_zone(hdl, ipdadm_list_one, (void *)(intptr_t)opt_v);
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1642 uint_t opt_v = FALSE; /* verbose */ local
1667 'v', MDB_OPT_SETBITS, TRUE, &opt_v) != argc)
1726 if (!opt_v)
2098 uint_t opt_v = FALSE; local
2105 'v', MDB_OPT_SETBITS, TRUE, &opt_v) != argc)
2132 if (opt_c || opt_d || opt_v)
2156 if (!opt_v)
2203 uint_t opt_v = FALSE; local
2210 'v', MDB_OPT_SETBITS, TRUE, &opt_v) != argc)
2219 print_wrq(&(_sd_net_config.sn_wr_queue), opt_v);
2333 uint_t opt_v = FALSE; local
2516 uint_t opt_v = FALSE; local
2621 uint_t opt_v = FALSE; local
[all...]
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c450 int opt_v = 0; local
618 opt_v = 1;
645 if (opt_s && opt_v) {
651 if (opt_v && opt_p) {
657 } else if (opt_v) {
/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;
[all...]
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c760 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; local
798 opt_v = 1;
967 if (opt_v)
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c187 uint_t opt_v = FALSE; local
190 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v,
202 if (opt_v) /* verbose */
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c192 int opt_v = FALSE; /* verbose */ local
207 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc)
294 if (opt_v) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c515 uint_t opt_v = FALSE; local
518 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v,
531 verbose = opt_v;
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1032 int opt_v, int opt_V, int opt_p, int opt_j)
1081 else if (opt_v)
1158 int opt_u = 0, opt_v = 0, opt_V = 0, opt_j = 0; local
1271 opt_v++;
1322 opt_v, opt_V, opt_p, opt_j);
1416 } else if (opt_v) {
1030 aggregate(char **ifiles, int n_ifiles, int opt_f, fmd_log_filter_t *fv, uint_t fc, int opt_v, int opt_V, int opt_p, int opt_j) argument
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c302 do_prominfo(int opt_v, char *progname, int opt_l, int opt_p) argument
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c364 int opt_v = 0; local
371 'v', MDB_OPT_SETBITS, TRUE, &opt_v,
382 if (opt_v) {

Completed in 134 milliseconds

12