Searched refs:opt_n (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_evset.c | 51 uintptr_t opt_n = 0; in cmd_evset() local 74 'n', MDB_OPT_UINTPTR, &opt_n, in cmd_evset() 132 if (opt_n == 0 && (setb & MDB_TGT_SPEC_AUTODIS)) in cmd_evset() 160 if (opt_n) in cmd_evset() 161 sp.spec_limit = opt_n; in cmd_evset() 187 uint64_t *opt_L, uintptr_t *opt_n, uint_t *opt_o, uint_t *opt_p, in ev_getopts() argument 222 'n', MDB_OPT_UINTPTR, opt_n, in ev_getopts() 289 if (opt_n == 0 && (setb & MDB_TGT_SPEC_AUTODIS)) in ev_getopts() 309 ev_setopts(mdb_tgt_t *t, int id, const char *opt_c, uintptr_t opt_n) in ev_setopts() argument 317 if (opt_n != 0) in ev_setopts() [all …]
|
/titanic_41/usr/src/tools/scripts/ |
H A D | validate_paths.pl | 72 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);
|
/titanic_41/usr/src/cmd/projadd/ |
H A D | projadd.pl | 86 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 D | projmod.pl | 364 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)) {
|
/titanic_41/usr/src/lib/brand/shared/zone/ |
H A D | uninstall.ksh | 94 [[ -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" ]] && [[ -n "$opt_v" ]] &&
|
/titanic_41/usr/src/lib/brand/solaris10/zone/ |
H A D | uninstall.ksh | 49 opt_n="" 84 n ) opt_n="-n" ;; 98 if [[ -n "$opt_n" ]]; then
|
/titanic_41/usr/src/cmd/rmvolmgr/ |
H A D | rmvolmgr.c | 70 static boolean_t opt_n; /* disable legacy mountpoint symlinks */ variable 110 opt_n = B_TRUE; in rmvolmgr() 140 if (opt_n) { in rmvolmgr() 169 if (opt_n) { in rmvolmgr()
|
/titanic_41/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 589 if ($opt_j || $opt_n || $opt_i) { 591 push(@dtrace_cmds, $dtrace_path) if ($opt_n);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 146 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;
|