/titanic_41/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;
|
/titanic_41/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" ]] &&
|
/titanic_41/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) != argc) in cpc() 104 if (opt_v) in cpc() 117 if (opt_v == 0) in cpc()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
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) != argc) in ereport() 171 if (DCMD_HDRSPEC(flags) && !opt_v) { in ereport() 191 if (opt_v) in ereport()
|
H A D | modhash.c | 563 uint_t opt_v) in modent_print() argument 568 if (DCMD_HDRSPEC(flags) && opt_k == 0 && opt_v == 0) { in modent_print() 580 } else if (opt_v) { in modent_print() 605 uint_t opt_v = 0; in modent() local 615 'v', MDB_OPT_SETBITS, 1, &opt_v, in modent() 619 if ((opt_k && opt_v) || (opt_t != NULL && (opt_k || opt_v)) || in modent() 633 return (modent_print(addr, 0, flags, htep, FALSE, opt_k, opt_v)); in modent()
|
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()
|
H A D | devinfo.c | 1284 uint_t opt_v = FALSE, opt_m = FALSE; in devnames() local 1293 'v', MDB_OPT_SETBITS, TRUE, &opt_v, in devnames() 1331 if (opt_v) in devnames() 1343 if (opt_v) { in devnames()
|
H A D | kmem.c | 538 uint_t opt_v = FALSE; in kmem_slabs() local 547 'v', MDB_OPT_SETBITS, TRUE, &opt_v, in kmem_slabs() 581 if (!(opt_v || buckets) && DCMD_HDRSPEC(flags)) { in kmem_slabs() 583 } else if ((opt_v || buckets) && !skip) { in kmem_slabs() 589 if (opt_v) { in kmem_slabs() 649 if (!opt_v) { in kmem_slabs() 653 if (opt_v && (stats.ks_partial_slabs > 0)) { in kmem_slabs()
|
/titanic_41/usr/src/cmd/volcheck/ |
H A D | volcheck.c | 59 boolean_t opt_v = B_FALSE; in main() local 76 opt_v = B_TRUE; in main()
|
/titanic_41/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()
|
/titanic_41/usr/src/lib/brand/solaris10/zone/ |
H A D | uninstall.ksh | 50 opt_v="" 85 v ) opt_v="-v" ;;
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_help.c | 302 uint_t opt_v = FALSE; in cmd_which() local 305 i = mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL); in cmd_which() 330 if (opt_v) { in cmd_which() 347 if (opt_v) { in cmd_which()
|
H A D | mdb_cmds.c | 1523 uint_t opt_v = FALSE; in cmd_objects() local 1527 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in cmd_objects() 1530 if (opt_v) { in cmd_objects() 1678 uint_t opt_p = FALSE, opt_v = FALSE; in cmd_showrev() local 1682 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in cmd_showrev() 1685 if (opt_p || opt_v) in cmd_showrev() 1686 return (showrev_objectversions(opt_v)); in cmd_showrev()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 1642 uint_t opt_v = FALSE; /* verbose */ in sdbc_cctl() local 1667 'v', MDB_OPT_SETBITS, TRUE, &opt_v) != argc) in sdbc_cctl() 1726 if (!opt_v) in sdbc_cctl() 2098 uint_t opt_v = FALSE; in sdbc_wctl() local 2105 'v', MDB_OPT_SETBITS, TRUE, &opt_v) != argc) in sdbc_wctl() 2132 if (opt_c || opt_d || opt_v) in sdbc_wctl() 2156 if (!opt_v) in sdbc_wctl() 2203 uint_t opt_v = FALSE; in sdbc_wrq() local 2210 'v', MDB_OPT_SETBITS, TRUE, &opt_v) != argc) in sdbc_wrq() 2219 print_wrq(&(_sd_net_config.sn_wr_queue), opt_v); in sdbc_wrq() [all …]
|
/titanic_41/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;
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | etrn.pl | 37 our ($opt_v, $opt_b); 51 my $verbose = $opt_v;
|
/titanic_41/usr/src/cmd/psrinfo/ |
H A D | psrinfo.c | 450 int opt_v = 0; in main() local 618 opt_v = 1; in main() 645 if (opt_s && opt_v) { in main() 651 if (opt_v && opt_p) { in main() 657 } else if (opt_v) { in main()
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/plockstat/ |
H A D | plockstat.c | 760 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; in main() local 798 opt_v = 1; in main() 967 if (opt_v) in main()
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 1032 int opt_v, int opt_V, int opt_p, int opt_j) in aggregate() argument 1081 else if (opt_v) in aggregate() 1158 int opt_u = 0, opt_v = 0, opt_V = 0, opt_j = 0; in main() local 1271 opt_v++; in main() 1322 opt_v, opt_V, opt_p, opt_j); in main() 1416 } else if (opt_v) { in main()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 515 uint_t opt_v = FALSE; in fmtopo() local 518 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v, in fmtopo() 531 verbose = opt_v; in fmtopo()
|
/titanic_41/usr/src/cmd/prtdiag/i386/ |
H A D | smbios.c | 186 do_prominfo(int opt_v, char *progname, int opt_l, int opt_p) in do_prominfo() argument
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft_mdb.c | 364 int opt_v = 0; in eft_node() local 371 'v', MDB_OPT_SETBITS, TRUE, &opt_v, in eft_node() 382 if (opt_v) { in eft_node()
|