Searched refs:opt_V (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/fm/scripts/ |
H A D | buildcode.pl | 64 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
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_main.c | 240 int c, pfd = -1, opt_V = 0; in main() local 261 opt_V++; in main() 271 if (opt_V) { in main()
|
/titanic_41/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 62 static int opt_V = 0; variable 134 if (opt_p && !(pcnt > 0 || opt_V || opt_all)) { in print_node() 393 if (!opt_V && strlen(val) > 48) { in print_prop_nameval() 406 if (opt_V) in print_prop_nameval() 411 if (!opt_V && strlen(fmri) > 48) { in print_prop_nameval() 502 } else if (!opt_V && strlen(pgn) > 30) { in print_pgroup() 861 if (opt_V || opt_all) { in walk_node() 1109 if (opt_p && !(pcnt > 0 || opt_V || opt_all)) { in print_fmri() 1224 opt_V++; in main()
|
/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 1078 if (opt_V) in aggregate() 1158 int opt_u = 0, opt_v = 0, opt_V = 0, opt_j = 0; in main() local 1274 opt_V++; in main() 1322 opt_v, opt_V, opt_p, opt_j); in main() 1411 if (opt_V) { in main() 1435 if (arg.da_fmt->do_hdr && !(opt_V && ops == &fmdump_flt_ops)) in main()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 1641 uint_t opt_V = FALSE; /* valid bits */ in sdbc_cctl() local 1666 'V', MDB_OPT_SETBITS, TRUE, &opt_V, in sdbc_cctl() 1672 !opt_o && !opt_m && !opt_p && !opt_V && !opt_B && in sdbc_cctl() 1711 (opt_V && (centry.cc_valid)) || in sdbc_cctl()
|