Searched refs:opt_n (Results 1 - 9 of 9) 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);
144 my $arg, $opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b, $opt_n;
149 $opt_n = "standard input";
174 $opt_n = next_arg($1);
195 process_paths(\*STDIN, $opt_n);
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Duninstall.ksh49 opt_n=""
84 n ) opt_n="-n" ;;
98 if [[ -n "$opt_n" ]]; then
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c51 uintptr_t opt_n = 0; local
74 'n', MDB_OPT_UINTPTR, &opt_n,
132 if (opt_n == 0 && (setb & MDB_TGT_SPEC_AUTODIS))
160 if (opt_n)
161 sp.spec_limit = opt_n;
187 uint64_t *opt_L, uintptr_t *opt_n, uint_t *opt_o, uint_t *opt_p,
222 'n', MDB_OPT_UINTPTR, opt_n,
289 if (opt_n == 0 && (setb & MDB_TGT_SPEC_AUTODIS))
309 ev_setopts(mdb_tgt_t *t, int id, const char *opt_c, uintptr_t opt_n) argument
317 if (opt_n !
185 ev_getopts(uintmax_t addr, uint_t flags, int argc, const mdb_arg_t *argv, uint_t *evflags, char **opt_c, uint_t *opt_i, uint_t *opt_l, uint64_t *opt_L, uintptr_t *opt_n, uint_t *opt_o, uint_t *opt_p, uint_t *rwx) argument
335 uintptr_t opt_n = 0; local
380 uintptr_t opt_n = 0; local
424 uintptr_t opt_n = 0; local
475 uintptr_t opt_n = 0; local
524 uintptr_t opt_n = 0; local
[all...]
/illumos-gate/usr/src/cmd/projadd/
H A Dprojadd.pl86 my $opt_n;
95 "n" => \$opt_n,
118 if (defined($opt_n)) {
177 if (!defined($opt_n)) {
194 if (!defined($opt_n)) {
201 if ((!defined($opt_n)) && (!defined($opt_o))) {
266 if (!defined($opt_n)) {
H A Dprojmod.pl364 my $opt_n;
378 "n" => \$opt_n,
456 if ($opt_n) {
516 if (!defined($opt_n)) {
536 if ((!defined($opt_n)) && (!defined($opt_o))) {
629 if (!defined($opt_n)) {
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh94 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
98 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
102 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
106 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
110 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
126 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
142 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
157 [[ -z "$opt_n" ]] &&
172 [[ -z "$opt_n" ]] &&
189 [[ -z "$opt_n" ]]
[all...]
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c70 static boolean_t opt_n; /* disable legacy mountpoint symlinks */ variable
110 opt_n = B_TRUE;
140 if (opt_n) {
169 if (opt_n) {
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl589 if ($opt_j || $opt_n || $opt_i) {
591 push(@dtrace_cmds, $dtrace_path) if ($opt_n);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd146 return $default unless (-t STDIN) && (-t STDOUT) && !$opt_n;
1414 if ((-t STDIN) && (-t STDOUT) && !$opt_n) {
1575 if (-t STDIN) && (-t STDOUT) && !$opt_n;

Completed in 147 milliseconds