Searched refs:opt_r (Results 1 - 7 of 7) sorted by relevance

/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);
124 ($path) = glob($path) if $opt_r;
144 my $arg, $opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b, $opt_n;
152 /^-r/ && do { $opt_r = 1; last SWITCH; };
/illumos-gate/usr/src/cmd/projadd/
H A Dprojmod.pl370 my $opt_r;
384 "r" => \$opt_r,
420 if ((defined($opt_a) && (defined($opt_r) || defined($opt_s))) ||
421 (defined($opt_r) && (defined($opt_a) || defined($opt_s))) ||
422 (defined($opt_s) && (defined($opt_a) || defined($opt_r))));
425 if ((defined($opt_a) || defined($opt_r) || defined($opt_s)) &&
431 } elsif (defined($opt_r)) {
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl73 $opt_r, $opt_L, $opt_P, $opt_I, $opt_T, $opt_G);
85 "r" => \$opt_r,
128 $opt_a || $opt_l || $opt_m || $opt_c || $opt_e || $opt_t || $opt_r;
149 my $do_rsrc = 1 if $do_all || $opt_r;
157 if ($opt_r) {
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c1661 int opt_a = 0, opt_v = 0, opt_p = 0, opt_s = 0, opt_r = 0, opt_f = 0; local
1690 opt_r++;
1731 if (opt_r)
1733 if (opt_f == 0 && opt_r == 0)
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c1509 uint_t opt_s = FALSE, opt_l = FALSE, opt_r = FALSE, opt_u = FALSE; local
1514 'r', MDB_OPT_SETBITS, TRUE, &opt_r,
1549 if (opt_r | opt_s) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1638 uint_t opt_r = FALSE; /* implicit read-ahead (prefetch) */ local
1665 'r', MDB_OPT_SETBITS, TRUE, &opt_r,
1673 !opt_P && !opt_H && !opt_R && !opt_r); /* no options */
1710 (opt_r && (centry.cc_aging_dm & PREFETCH_BUF_I)) ||
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd884 if ($opt_r) {

Completed in 94 milliseconds