Searched refs:opt (Results 51 - 75 of 691) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_aslr.sh69 check 32bit /opt/os-tests/tests/secflags/addrs-32
71 check 64bit /opt/os-tests/tests/secflags/addrs-64
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_history/
H A Dzpool_history_001_neg.ksh65 for opt in "${neg_opt[@]}"; do
66 log_mustnot eval "zpool history $opt > /dev/null"
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c630 display_ip(int items, char *fmt, char *msg, unsigned char **opt) argument
636 memcpy((char *)&tmp, *opt, sizeof (struct in_addr));
638 *opt += 4;
643 display_ascii(char *fmt, char *msg, unsigned char **opt) argument
646 int len = **opt;
651 (*opt)++;
652 memcpy(buf, *opt, len);
655 (*opt) += slen;
659 display_number(char *fmt, char *msg, unsigned char **opt) argument
661 int len = **opt;
698 display_ascii_hex(char *msg, unsigned char **opt) argument
[all...]
H A Dsnoop_ip.c590 print_ipoptions(const uchar_t *opt, int optlen) argument
609 len = opt[1];
611 switch (opt[0]) {
622 print_route(opt);
631 print_ripso(opt);
636 print_cipso(opt);
642 print_route(opt);
653 print_route(opt);
658 opt[0], len, truncstr,
659 tohex((char *)&opt[
673 print_route(const uchar_t *opt) argument
1188 print_ripso(const uchar_t *opt) argument
1262 cipso_high(const uchar_t *opt) argument
1283 cipso2sl(const uchar_t *opt, bslabel_t *sl, int *high) argument
1304 interpret_cipso_tagtype1(const uchar_t *opt) argument
1363 interpret_cipso_tagtype3(const uchar_t *opt) argument
1417 print_cipso(const uchar_t *opt) argument
[all...]
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kalloc.c76 struct t_optmgmt *opt; member in union:structptrs
104 _alloc_buf(&p.call->opt, tiptr->tp_info.options);
108 _alloc_buf(&p.call->opt, dsize);
114 p.opt = kmem_zalloc(sizeof (struct t_optmgmt), KM_SLEEP);
116 _alloc_buf(&p.opt->opt, tiptr->tp_info.options);
117 *ptr = ((char *)p.opt);
135 _alloc_buf(&p.udata->opt, tiptr->tp_info.options);
137 p.udata->opt.maxlen = p.udata->opt
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dinterface_check.pl50 use vars qw(%opt @SaveArgv $ErrFH $ObjCnt);
265 if ($opt{i}) {
305 my $symitem = $opt{I} ? 'NEW' : 'SYMBOL';
315 last if !$opt{I};
326 print INTFILE "\n" if !$opt{h} && ($ObjCnt != 0);
417 if ((getopts('c:E:e:f:hIi:ow:', \%opt) == 0) || (!$opt{f} && ($#ARGV == -1))) {
446 if ($opt{c}) {
447 require "$opt{c}";
455 !$opt{
[all...]
H A Dfind_elf.pl47 use vars qw(%opt $HaveElfedit);
182 my $name = $opt{r} ? $RelPath : $FullPath;
189 if (($IsSymLink || $AliasedPath) && !$opt{a}) {
201 (($Elf[1] eq 'EXEC') && $opt{s})) {
244 if ($opt{f}) {
290 if ($opt{f} && !($Entry =~ /\.so$/) &&
292 ($opt{s} || (! -x _))) {
324 if ((getopts('afrs', \%opt) == 0) || (scalar(@ARGV) != 1)) {
346 if ($opt{r}) {
363 print "PREFIX $Arg\n" if $opt{
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c107 parameter_request_list(uint8_t **opt) argument
122 if (opt && *opt) {
123 bcopy(prlist, *opt, sizeof (prlist));
124 *opt += sizeof (prlist);
132 set_hw_spec_data(PKT *p, uint8_t **opt, uint8_t *pkttype) argument
156 if (opt && *opt) {
195 bcopy(dhcp_classid, *opt, dhcp_classid[1] + 2);
196 *opt
600 uint8_t *opt, ulen; local
654 uint8_t *opt; local
713 uint8_t *opt; local
[all...]
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dpostattach.ksh52 while getopts "a:d:nr:" opt; do
53 case $opt in
/illumos-gate/usr/src/test/zfs-tests/tests/functional/features/
H A DMakefile20 ROOTOPTPKG = $(ROOT)/opt/zfs-tests
/illumos-gate/usr/src/test/libc-tests/doc/
H A DMakefile21 ROOTOPTPKG = $(ROOT)/opt/libc-tests
/illumos-gate/usr/src/test/os-tests/doc/
H A DMakefile20 ROOTOPTPKG = $(ROOT)/opt/os-tests
/illumos-gate/usr/src/test/util-tests/doc/
H A DMakefile21 ROOTOPTPKG = $(ROOT)/opt/util-tests
/illumos-gate/usr/src/test/zfs-tests/doc/
H A DMakefile20 ROOTOPTPKG = $(ROOT)/opt/zfs-tests
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_find_001_pos.ksh55 function find_ls_acl #<opt> <obj>
57 typeset opt=$1 # -ls or -acl
61 if [[ $opt == "ls" ]]; then
108 for opt in "ls" "acl"
110 log_must find_ls_acl $opt $obj
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_012_neg.ksh59 for opt in ${badopts[@]}; do
60 log_mustnot zfs rename $opt $ds ${ds}-new
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_003_neg.ksh55 for opt in ${badopts[@]}; do
56 log_mustnot zfs snapshot $opt $ds@$TESTSNAP
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-is-caller-privileged.c121 const char *opt; local
138 opt = long_options[option_index].name;
140 if (strcmp (opt, "help") == 0) {
143 } else if (strcmp (opt, "version") == 0) {
145 } else if (strcmp (opt, "udi") == 0) {
147 } else if (strcmp (opt, "caller") == 0) {
149 } else if (strcmp (opt, "action") == 0) {
H A Dhal_find_by_property.c96 const char *opt; local
113 opt = long_options[option_index].name;
115 if (strcmp (opt, "help") == 0) {
118 } else if (strcmp (opt, "verbose") == 0) {
120 } else if (strcmp (opt, "version") == 0) {
122 } else if (strcmp (opt, "key") == 0) {
124 } else if (strcmp (opt, "string") == 0) {
H A Dhal_set_property.c131 const char *opt; local
156 opt = long_options[option_index].name;
158 if (strcmp (opt, "help") == 0) {
161 } else if (strcmp (opt, "key") == 0) {
163 } else if (strcmp (opt, "string") == 0) {
166 } else if (strcmp (opt, "int") == 0) {
169 } else if (strcmp (opt, "uint64") == 0) {
172 } else if (strcmp (opt, "double") == 0) {
175 } else if (strcmp (opt, "bool") == 0) {
185 } else if (strcmp (opt, "strlis
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_005_pos.ksh86 for opt in "-R $TESTDIR1" "-m $TESTDIR1" \
95 log_must zpool create $opt $TESTPOOL ${pooltype[i]} \
98 log_fail "Createing pool with $opt fails."
101 log_fail "$TESTPOOL created with $opt is not mounted."
106 if [[ "$opt" == "-m $TESTDIR1" ]]; then
111 elif [[ "$opt" == "-R $TESTDIR1" ]]; then
124 "while with $opt option."
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c39 static boolean_t verify_opt_len(struct nd_opt_hdr *opt, int optlen,
47 static void incoming_prefix_opt(struct phyint *pi, uchar_t *opt,
49 static void incoming_prefix_onlink(struct phyint *pi, uchar_t *opt);
51 uchar_t *opt);
54 uchar_t *opt, struct sockaddr_in6 *from,
57 struct prefix *pr, uchar_t *opt,
60 static void incoming_mtu_opt(struct phyint *pi, uchar_t *opt,
62 static void incoming_lla_opt(struct phyint *pi, uchar_t *opt,
68 static void verify_prefix_opt(struct phyint *pi, uchar_t *opt,
70 static void verify_mtu_opt(struct phyint *pi, uchar_t *opt,
109 uchar_t *opt; local
290 struct nd_opt_hdr *opt; local
436 struct nd_opt_hdr *opt; local
591 incoming_prefix_opt(struct phyint *pi, uchar_t *opt, struct sockaddr_in6 *from, boolean_t loopback) argument
642 incoming_prefix_onlink(struct phyint *pi, uchar_t *opt) argument
676 incoming_prefix_onlink_process(struct prefix *pr, uchar_t *opt) argument
726 incoming_prefix_stateful(struct phyint *pi, uchar_t *opt) argument
793 incoming_prefix_addrconf(struct phyint *pi, uchar_t *opt, struct sockaddr_in6 *from, boolean_t loopback) argument
887 incoming_prefix_addrconf_process(struct phyint *pi, struct prefix *pr, uchar_t *opt, struct sockaddr_in6 *from, boolean_t loopback, boolean_t new_prefix) argument
1150 incoming_mtu_opt(struct phyint *pi, uchar_t *opt, struct sockaddr_in6 *from) argument
1206 incoming_lla_opt(struct phyint *pi, uchar_t *opt, struct sockaddr_in6 *from, int isrouter) argument
1271 struct nd_opt_hdr *opt; local
1350 verify_prefix_opt(struct phyint *pi, uchar_t *opt, char *frombuf) argument
1464 verify_mtu_opt(struct phyint *pi, uchar_t *opt, char *frombuf) argument
1491 verify_opt_len(struct nd_opt_hdr *opt, int optlen, struct phyint *pi, struct sockaddr_in6 *from) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.c136 argvec_process_subopt(const mdb_opt_t *opt, const mdb_arg_t *arg) argument
159 for (sop = opt->opt_subopts; sop->sop_flag; sop++) {
168 warn("invalid option for -%c: \"%s\"\n", opt->opt_char, error);
178 *((uint_t *)opt->opt_valp) = value;
185 argvec_process_opt(const mdb_opt_t *opt, const mdb_arg_t *arg) argument
190 switch (opt->opt_type) {
192 *((uint_t *)opt->opt_valp) |= opt->opt_bits;
196 *((uint_t *)opt->opt_valp) &= ~opt
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dmount.c180 char *opt; local
191 while ((opt = strtok(opts, ",")) != NULL) {
193 while (isspace(*opt)) {
194 opt++;
196 if (strcmp(opt, "direct") == 0) {
198 } else if (strcmp(opt, "indirect") == 0) {
200 } else if ((strcmp(opt, "nest") != 0) &&
201 (strcmp(opt, "ignore") != 0)) {
205 (void) strcat(options, opt);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcifs_attr_001_pos.ksh182 typeset opt=$3
188 Opt($opt) not defined."
200 $expect $func $object $opt $user
220 for opt in $XATTROPTIONS ; do
222 $object $opt $user
224 $object $opt $user
227 for opt in $XATTROPTIONS ; do
229 $object $opt $user
231 $object $opt $user

Completed in 190 milliseconds

1234567891011>>