Searched refs:opt_m (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/tools/scripts/ |
H A D | validate_paths.pl | 72 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; };
|
/titanic_50/usr/src/cmd/fm/fmstat/common/ |
H A D | fmstat.c | 700 const char *opt_m = NULL; in main() local 738 opt_m = optarg; in main() 771 if (opt_t != 0 && (opt_m != NULL || opt_s != 0)) { in main() 783 if (opt_m == NULL && opt_s != 0) { in main() 796 stat_mod_serd(opt_m); in main() 798 stat_xprt_auth(opt_m); in main() 799 else if (opt_a || opt_m) in main() 800 stat_mod(opt_m, opt_a, opt_z); in main()
|
/titanic_50/usr/src/cmd/lgrpinfo/ |
H A D | lgrpinfo.pl | 72 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;
|
/titanic_50/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 1157 int opt_a = 0, opt_e = 0, opt_f = 0, opt_H = 0, opt_m = 0, opt_p = 0; in main() local 1233 opt_m++; in main() 1281 if (opt_A && (opt_e || opt_i || opt_I || opt_m || opt_u)) in main() 1418 } else if (opt_m) { in main() 1423 if (opt_m && arg.da_fmt->do_func == NULL) { in main()
|
/titanic_50/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 54 static const char *opt_m; variable 850 if (opt_m != NULL) { in walk_node() 851 if (topo_method_invoke(node, opt_m, 0, NULL, &out, &err) == 0) { in walk_node() 1214 opt_m = optarg; in main()
|
/titanic_50/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 1640 uint_t opt_m = FALSE; /* has memory allocated */ in sdbc_cctl() local 1661 'm', MDB_OPT_SETBITS, TRUE, &opt_m, in sdbc_cctl() 1672 !opt_o && !opt_m && !opt_p && !opt_V && !opt_B && in sdbc_cctl() 1712 (opt_m && (centry.cc_alloc_size_dm)) || in sdbc_cctl()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | devinfo.c | 1284 uint_t opt_v = FALSE, opt_m = FALSE; in devnames() local 1292 'm', MDB_OPT_SETBITS, TRUE, &opt_m, in devnames() 1300 if (opt_m) { in devnames()
|