HomeSort by relevance Sort by last modified time
    Searched refs:opt_m (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/md/
set_io_cnt.c 60 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);
  /onnv/onnv-gate/usr/src/tools/scripts/
validate_paths.pl 69 my ($opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b);
122 print "$name:$line: $file\n" unless !$opt_m && -e $path;
123 print " $path\n" if $opt_m;
141 my $arg, $opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b;
149 /^-m/ && do { $opt_m = 1; last SWITCH; };
  /onnv/onnv-gate/usr/src/cmd/fm/fmstat/common/
fmstat.c 700 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);
  /onnv/onnv-gate/usr/src/cmd/lgrpinfo/
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;
  /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/
fmdump.c 539 int opt_a = 0, opt_e = 0, opt_f = 0, opt_H = 0, opt_m = 0; local
591 opt_m++;
715 } else if (opt_m) {
720 if (opt_m && arg.da_fmt->do_func == NULL) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
Perldoc.pm 437 return $self->page_module_file(@found) if $self->opt_m;
663 # $self->opt_t, $self->opt_u, $self->opt_m, $self->opt_l
696 push @found, $_ if $self->opt_m or $self->containspod($_);
704 unless ($self->opt_m) {
730 ($self->opt_m ? "module" : "documentation") . " found for \"$_\".\n";
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/
fmtopo.c 53 static const char *opt_m; variable
853 if (opt_m != NULL) {
854 if (topo_method_invoke(node, opt_m, 0, NULL, &out, &err) == 0) {
1212 opt_m = optarg;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
h2xs.PL 567 $opt_M,
579 $opt_m,
605 'func-mask|M=s' => \$opt_M,
618 'gen-tied-var|m' => \$opt_m,
640 usage "You cannot use -b and -m at the same time.\n" if ($opt_b && $opt_m);
726 $fmask = qr{$opt_M} if defined $opt_M;
746 if (($opt_m || $opt_a) && $C::Scan::VERSION < 0.73) {
993 if ($opt_m) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
devinfo.c 1285 uint_t opt_v = FALSE, opt_m = FALSE; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/sdbc/
sdbc.c 1640 uint_t opt_m = FALSE; \/* has memory allocated *\/ local
    [all...]

Completed in 839 milliseconds