Searched defs:opt_V (Results 1 - 4 of 4) sorted by relevance

/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/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)) ||
/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

Completed in 1812 milliseconds