Searched refs:opt_m (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dset_io_cnt.c60 uint64_t opt_m = 0; /* array element */ local
67 'm', MDB_OPT_UINT64, &opt_m, NULL);
74 if ((opt_s != 0) && (opt_m != 0)) {
100 opt_m = setno;
103 if (opt_m > 0) {
104 mdb_printf("%lld]\t%ld\t%ld", opt_m,
105 md_setio[opt_m].io_cnt, md_setio[opt_m].io_state);
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_paths.pl72 my ($opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b, $opt_n);
125 print "$name:$line: $file\n" unless !$opt_m && -e $path;
126 print " $path\n" if $opt_m;
144 my $arg, $opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b, $opt_n;
153 /^-m/ && do { $opt_m = 1; last SWITCH; };
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c700 const char *opt_m = NULL; local
738 opt_m = optarg;
771 if (opt_t != 0 && (opt_m != NULL || opt_s != 0)) {
783 if (opt_m == NULL && opt_s != 0) {
796 stat_mod_serd(opt_m);
798 stat_xprt_auth(opt_m);
799 else if (opt_a || opt_m)
800 stat_mod(opt_m, opt_a, opt_z);
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl72 our($opt_a, $opt_l, $opt_m, $opt_c, $opt_C, $opt_e, $opt_t, $opt_h, $opt_u,
84 "m" => \$opt_m,
128 $opt_a || $opt_l || $opt_m || $opt_c || $opt_e || $opt_t || $opt_r;
146 my $do_memory = 1 if $do_all || $opt_m;
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c54 static const char *opt_m; variable
850 if (opt_m != NULL) {
851 if (topo_method_invoke(node, opt_m, 0, NULL, &out, &err) == 0) {
1214 opt_m = optarg;
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1157 int opt_a = 0, opt_e = 0, opt_f = 0, opt_H = 0, opt_m = 0, opt_p = 0; local
1233 opt_m++;
1281 if (opt_A && (opt_e || opt_i || opt_I || opt_m || opt_u))
1418 } else if (opt_m) {
1423 if (opt_m && arg.da_fmt->do_func == NULL) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1321 uint_t opt_v = FALSE, opt_m = FALSE; local
1329 'm', MDB_OPT_SETBITS, TRUE, &opt_m,
1337 if (opt_m) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1640 uint_t opt_m = FALSE; /* has memory allocated */ local
1661 'm', MDB_OPT_SETBITS, TRUE, &opt_m,
1672 !opt_o && !opt_m && !opt_p && !opt_V && !opt_B &&
1712 (opt_m && (centry.cc_alloc_size_dm)) ||

Completed in 88 milliseconds