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

  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_evset.c 187 uint64_t *opt_L, uintptr_t *opt_n, uint_t *opt_o, uint_t *opt_p,
198 *opt_p = FALSE;
225 'p', MDB_OPT_SETBITS, TRUE, opt_p,
337 uint_t opt_p = FALSE; local
343 &opt_l, &opt_L, &opt_n, &opt_o, &opt_p, &opt_rwx)) == NULL ||
344 opt_i || opt_o || opt_rwx != 0 || opt_l || opt_L != 0 || opt_p)
382 uint_t opt_p = FALSE; local
388 &opt_l, &opt_L, &opt_n, &opt_o, &opt_p, &opt_rwx)) == NULL ||
389 opt_i || opt_l || opt_L != 0 || opt_o || opt_p || opt_rwx != 0)
426 uint_t opt_p = FALSE local
477 uint_t opt_p = FALSE; local
526 uint_t opt_p = FALSE; local
    [all...]
mdb_print.c 1994 uint_t opt_C = FALSE, opt_L = FALSE, opt_p = FALSE, opt_i = FALSE; local
    [all...]
mdb_cmds.c 1675 uint_t opt_p = FALSE, opt_v = FALSE; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/gcore/
gcore.c 154 int opt_p = 0, opt_g = 0, opt_c = 0; local
185 opt_p = 1;
195 if ((opt_p | opt_g) == 0) {
206 if (opt_p && !(options & CC_PROCESS_PATH)) {
209 opt_p = 0;
218 if ((opt_p | opt_g) == 0 && prefix == NULL)
254 if (opt_p) {
  /onnv/onnv-gate/usr/src/cmd/projadd/
projadd.pl 89 my $opt_p;
98 "p=s" => \$opt_p,
106 if (defined($opt_o) && ! defined($opt_p));
187 if (defined($opt_p)) {
189 my ($ret, $value) = projent_parse_projid($opt_p);
projmod.pl 367 my $opt_p;
381 "p=s" => \$opt_p,
393 if ($opt_c || $opt_G || $opt_l || $opt_p || $opt_U || @opt_K || $opt_A) {
418 if (defined($opt_o) && ! defined($opt_p));
527 if (defined($opt_p)) {
529 ($ret, $value) = projent_parse_projid($opt_p);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/
DProf.t 31 $perl = $opt_p || which_perl();
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/
V.pm 14 $perl = $opt_p || $^X;
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
lgrp.c 170 uint_t opt_p = lcc->lcc_opt_p; local
175 * if opt_p is set, we're going to break up info for
179 if (opt_p != 0) {
232 int opt_p = 0; /* display partition fraction loads */ local
250 'p', MDB_OPT_SETBITS, TRUE, &opt_p,
284 if (opt_p == 0)
345 if (opt_p)
365 lcc.lcc_opt_p = opt_p;
372 if (opt_p == 0) {
vfs.c 552 int opt_p; member in struct:pfiles_cbdata
975 if (cb->opt_p) {
1149 'p', MDB_OPT_SETBITS, TRUE, &cb.opt_p,
1163 if (cb.opt_p)
  /onnv/onnv-gate/usr/src/cmd/nohup/
nohup.c 68 static int opt_p = 0; variable
124 opt_p = 1;
147 if (opt_p && opt_g)
150 if (opt_p || opt_g)
  /onnv/onnv-gate/usr/src/cmd/fm/scripts/
dictck.pl 47 use vars qw($opt_b $opt_p $opt_v);
210 if ($opt_p) {
  /onnv/onnv-gate/usr/src/cmd/plockstat/
plockstat.c 760 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; local
794 opt_p = 1;
924 if (opt_p) {
  /onnv/onnv-gate/usr/src/cmd/psrinfo/
psrinfo.pl 412 my ($opt_v, $opt_p, $opt_silent);
414 GetOptions("p" => \$opt_p,
424 $phys_view = 1 if $opt_p;
  /onnv/onnv-gate/usr/src/cmd/prtdiag/i386/
smbios.c 186 do_prominfo(int opt_v, char *progname, int opt_l, int opt_p)
  /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/
fmtopo.c 58 static int opt_p = 0; variable
133 if (opt_p && !(pcnt > 0 || opt_V || opt_all)) {
1106 if (opt_p && !(pcnt > 0 || opt_V || opt_all)) {
1218 opt_p++;
  /onnv/onnv-gate/usr/src/cmd/fm/fmadm/common/
faulty.c 1773 int opt_a = 0, opt_v = 0, opt_p = 0, opt_s = 0, opt_r = 0, opt_f = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/sdbc/
sdbc.c 1635 uint_t opt_p = FALSE; \/* pageio *\/ local
2914 uint_t opt_p = FALSE; \/* PINNED *\/ local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
diagnostics.pm 211 our $opt_p = our $opt_d = our $opt_v = our $opt_f = '';
221 $PRETTY = $opt_p;
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
eft_mdb.c 311 int opt_p = 0; local
319 'p', MDB_OPT_SETBITS, TRUE, &opt_p,
324 if (opt_p) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
h2xs.PL 569 $opt_P,
582 $opt_p,
607 'omit-pod|P' => \$opt_P,
621 'remove-prefix|p=s' => \$opt_p,
867 if (defined $opt_p) {
868 if (!/^$opt_p(\d)/) {
869 ++$prefix{$_} if s/^$opt_p//;
872 warn "can't remove $opt_p prefix from '$_'!\n";
1041 = sort map { ++$prefix{$_} if s/^$opt_p(?!\d)//; $_ } @fnames_no_prefix
1042 if defined $opt_p;
    [all...]
dprofpp.PL 409 if( defined $opt_p ){
414 run_profiler( $opt_p, $prof, $startperl );
504 if($opt_P){
521 if($opt_P){
c2ph.PL 382 $opt_p && $perl++;
    [all...]

Completed in 310 milliseconds