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

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/sockfs/
sockfs.c 71 uint_t opt_e = 0; local
72 uint_t opt_E = 0;
78 'e', MDB_OPT_SETBITS, 1, &opt_e,
79 'E', MDB_OPT_SETBITS, 1, &opt_E) != argc)
82 if (!opt_E) {
87 if (opt_e || opt_E) {
  /onnv/onnv-gate/usr/src/tools/scripts/
validate_paths.pl 69 my ($opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b);
141 my $arg, $opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b;
157 push @opt_e, $arg;
175 @exclude = map qr/$_/x, @opt_e;
validate_flg.pl 31 use vars qw/$f_flg *name *dir @execlist $basedir @opt_e @exclude/;
156 push @opt_e, $arg;
165 @exclude = map qr/$_/x, @opt_e;
  /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
582 opt_e++;
648 g_root ? g_root : "", opt_e && !opt_u ? "err" : "flt");
695 if (opt_e && opt_u)
736 if (opt_e && opt_u) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
h2ph.PL 51 use vars qw($opt_D $opt_d $opt_r $opt_l $opt_h $opt_a $opt_Q $opt_e);
191 ($opt_e && exists($bad_file{$incl}))) {
306 if ($opt_e && exists($bad_file{$file})) {
315 if ($opt_e && (scalar(keys %bad_file) > 0)) {
524 if ($opt_e) {
perlbug.PL 264 $ed = $::opt_e || $ENV{VISUAL} || $ENV{EDITOR} || $ENV{EDIT}
467 unless ($::opt_e || $::opt_f || $::opt_b) {
    [all...]
h2xs.PL 574 $opt_e,
613 'omit-enums|e:s' => \$opt_e,
882 if (defined $opt_e and !$opt_e) {
899 # skip enums matching $opt_e
900 next if $opt_e && $enum_name =~ /$opt_e/;
909 } # if (!defined $opt_e or $opt_e)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_nm.c 810 uintptr_t opt_e = 0, opt_s = 0; local
822 'e', MDB_OPT_UINTPTR, &opt_e,
829 if (opt_e && opt_e < addr) {
831 (void *)opt_e, (void *)addr);
845 if (opt_e)
846 sym.st_size = (GElf_Xword)(opt_e - addr);
mdb_cmds.c 1100 uint_t opt_e = FALSE, opt_d = FALSE; local
1106 'e', MDB_OPT_SETBITS, TRUE, &opt_e, NULL);
1108 if ((i != argc && i != argc - 1) || (opt_d && opt_e) ||
    [all...]
  /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,
78 "e" => \$opt_e,
128 $opt_a || $opt_l || $opt_m || $opt_c || $opt_e || $opt_t || $opt_r;
150 my $do_load = 1 if $do_all || $opt_e;
  /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/
fmtopo.c 57 static int opt_e = 0; variable
825 if (opt_e && strcmp(opt_s, FM_FMRI_SCHEME_HC) == 0) {
974 if (!opt_e) {
1209 opt_e++;
  /onnv/onnv-gate/usr/src/cmd/smbios/
smbios.c 49 static int opt_e; variable
1147 opt_e++;
1208 if (opt_e) {
  /onnv/onnv-gate/usr/src/lib/libbsm/
auditxml 55 our ($opt_d, $opt_e, $opt_i, $opt_o);
62 my $pfx_AUE = uc($opt_e) || "AUE";
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libumem/
umem.c 3580 int opt_e = FALSE; \/* Include "small" users *\/ local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
kmem.c 4119 int opt_e = FALSE; \/* Include "small" users *\/ local
    [all...]

Completed in 626 milliseconds