Searched refs:opt_V (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/scripts/
H A Dbuildcode.pl64 use vars qw($opt_c $opt_v $opt_V $opt_t);
121 if ($opt_V) {
136 if ($opt_V) {
152 if ($opt_V) {
165 if ($opt_V) {
218 print " Converted:\n" if $opt_V;
222 substr($Alphabet, oct('0b' . $1), 1) . "\n" if $opt_V;
321 $opt_v = 1 if $opt_V; # big V implies small v
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c240 int c, pfd = -1, opt_V = 0; local
261 opt_V++;
271 if (opt_V) {
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c62 static int opt_V = 0; variable
134 if (opt_p && !(pcnt > 0 || opt_V || opt_all)) {
392 if (!opt_V && strlen(val) > 48) {
405 if (opt_V)
410 if (!opt_V && strlen(fmri) > 48) {
501 } else if (!opt_V && strlen(pgn) > 30) {
860 if (opt_V || opt_all) {
1108 if (opt_p && !(pcnt > 0 || opt_V || opt_all)) {
1223 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)
1078 if (opt_V)
1158 int opt_u = 0, opt_v = 0, opt_V = 0, opt_j = 0; local
1274 opt_V++;
1322 opt_v, opt_V, opt_p, opt_j);
1411 if (opt_V) {
1435 if (arg.da_fmt->do_hdr && !(opt_V && ops == &fmdump_flt_ops))
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/mdb/common/modules/sdbc/
H A Dsdbc.c1641 uint_t opt_V = FALSE; /* valid bits */ local
1666 'V', MDB_OPT_SETBITS, TRUE, &opt_V,
1672 !opt_o && !opt_m && !opt_p && !opt_V && !opt_B &&
1711 (opt_V && (centry.cc_valid)) ||

Completed in 111 milliseconds