/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | options.sh | 227 for opt in \ 241 do old=$opt 242 if [[ ! -o $opt ]] 243 then old=no$opt 246 set --$opt || err_exit "set --$opt failed" 247 [[ -o $opt ]] || err_exit "[[ -o $opt ]] failed" 248 [[ -o no$opt ]] && err_exit "[[ -o no$opt ]] failed" 249 [[ -o no-$opt ]] && err_exit "[[ -o no-$opt ]] failed" 250 [[ -o no_$opt ]] && err_exit "[[ -o no_$opt ]] failed" 251 [[ -o ?$opt ]] || err_exit "[[ -o ?$opt ]] failed" [all …]
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | developer-build-onbld.mf | 43 dir path=opt group=sys 44 dir path=opt/onbld 45 dir path=opt/onbld/bin 46 dir path=opt/onbld/bin/$(ARCH) 47 dir path=opt/onbld/env 48 dir path=opt/onbld/etc 49 dir path=opt/onbld/etc/exception_lists 50 dir path=opt/onbld/gk 51 dir path=opt/onbld/lib 52 dir path=opt/onbld/lib/$(ARCH) [all …]
|
H A D | system-test-zfstest.mf | 24 dir path=opt/zfs-tests 25 dir path=opt/zfs-tests/bin 26 dir path=opt/zfs-tests/include 27 dir path=opt/zfs-tests/runfiles 28 dir path=opt/zfs-tests/tests 29 dir path=opt/zfs-tests/tests/functional 30 dir path=opt/zfs-tests/tests/functional/acl 31 dir path=opt/zfs-tests/tests/functional/acl/cifs 32 dir path=opt/zfs-tests/tests/functional/acl/nontrivial 33 dir path=opt/zfs-tests/tests/functional/acl/trivial [all …]
|
H A D | system-dtrace-tests.mf | 33 dir path=opt/SUNWdtrt group=sys 34 dir path=opt/SUNWdtrt/bin 35 dir path=opt/SUNWdtrt/bin/$(ARCH32) 36 dir path=opt/SUNWdtrt/bin/$(ARCH64) 37 dir path=opt/SUNWdtrt/lib 38 dir path=opt/SUNWdtrt/lib/java 39 dir path=opt/SUNWdtrt/tst 40 dir path=opt/SUNWdtrt/tst/$(ARCH) 41 dir path=opt/SUNWdtrt/tst/$(ARCH)/arrays 42 $(i386_ONLY)dir path=opt/SUNWdtrt/tst/$(ARCH)/funcs [all …]
|
H A D | system-test-libctest.mf | 24 dir path=opt/libc-tests 25 dir path=opt/libc-tests/bin 26 dir path=opt/libc-tests/cfg 27 dir path=opt/libc-tests/cfg/symbols 28 dir path=opt/libc-tests/runfiles 29 dir path=opt/libc-tests/tests 30 dir path=opt/libc-tests/tests/random 31 dir path=opt/libc-tests/tests/symbols 42 file path=opt/libc-tests/README mode=0444 43 file path=opt/libc-tests/bin/libctest mode=0555 [all …]
|
H A D | system-test-utiltest.mf | 24 dir path=opt/util-tests 25 dir path=opt/util-tests/bin 26 dir path=opt/util-tests/runfiles 27 dir path=opt/util-tests/tests 28 dir path=opt/util-tests/tests/libnvpair_json 29 dir path=opt/util-tests/tests/libsff 30 file path=opt/util-tests/README mode=0444 31 file path=opt/util-tests/bin/print_json mode=0555 32 file path=opt/util-tests/bin/utiltest mode=0555 33 file path=opt/util-tests/runfiles/default.run mode=0444 [all …]
|
/titanic_50/usr/src/test/libc-tests/runfiles/ |
H A D | default.run | 25 [/opt/libc-tests/tests/fpround_test] 27 [/opt/libc-tests/tests/newlocale_test] 29 [/opt/libc-tests/tests/nl_langinfo_test] 31 [/opt/libc-tests/tests/wcsrtombs_test] 33 [/opt/libc-tests/tests/wctype_test] 35 [/opt/libc-tests/tests/random/getrandom] 36 [/opt/libc-tests/tests/random/getentropy] 37 [/opt/libc-tests/tests/random/chacha] 38 [/opt/libc-tests/tests/random/inz_child] 39 [/opt/libc-tests/tests/random/inz_inval] [all …]
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | gic_opt.c | 5 init_common(krb5_get_init_creds_opt *opt) in init_common() argument 7 opt->flags |= KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT; in init_common() 11 krb5_get_init_creds_opt_init(krb5_get_init_creds_opt *opt) in krb5_get_init_creds_opt_init() argument 13 opt->flags = 0; in krb5_get_init_creds_opt_init() 14 init_common(opt); in krb5_get_init_creds_opt_init() 18 krb5_get_init_creds_opt_set_tkt_life(krb5_get_init_creds_opt *opt, krb5_deltat tkt_life) in krb5_get_init_creds_opt_set_tkt_life() argument 20 opt->flags |= KRB5_GET_INIT_CREDS_OPT_TKT_LIFE; in krb5_get_init_creds_opt_set_tkt_life() 21 opt->tkt_life = tkt_life; in krb5_get_init_creds_opt_set_tkt_life() 25 krb5_get_init_creds_opt_set_renew_life(krb5_get_init_creds_opt *opt, krb5_deltat renew_life) in krb5_get_init_creds_opt_set_renew_life() argument 27 opt->flags |= KRB5_GET_INIT_CREDS_OPT_RENEW_LIFE; in krb5_get_init_creds_opt_set_renew_life() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 172 static int process_option __P((option_t *opt, char **argv, int sline)); 173 static int n_arguments __P((option_t *opt)); 184 opt_t opt; member 393 option_t *opt; local 407 opt = find_option(arg); 408 if (opt != NULL) { 409 int n = n_arguments(opt); 415 if (!process_option(opt, argv, 0)) 457 option_t *opt; local 506 opt = find_option(cmd); [all …]
|
/titanic_50/usr/src/test/zfs-tests/runfiles/ |
H A D | delphix.run | 27 [/opt/zfs-tests/tests/functional/acl/cifs] 30 [/opt/zfs-tests/tests/functional/acl/nontrivial] 45 [/opt/zfs-tests/tests/functional/acl/trivial] 55 [/opt/zfs-tests/tests/functional/atime] 58 [/opt/zfs-tests/tests/functional/bootfs] 65 [/opt/zfs-tests/tests/functional/cache] 70 [/opt/zfs-tests/tests/functional/cachefile] 76 [/opt/zfs-tests/tests/functional/casenorm] 85 [/opt/zfs-tests/tests/functional/checksum] 90 [/opt/zfs-tests/tests/functional/clean_mirror] [all …]
|
H A D | omnios.run | 27 [/opt/zfs-tests/tests/functional/acl/cifs] 30 [/opt/zfs-tests/tests/functional/acl/nontrivial] 45 [/opt/zfs-tests/tests/functional/acl/trivial] 55 [/opt/zfs-tests/tests/functional/atime] 58 [/opt/zfs-tests/tests/functional/bootfs] 65 [/opt/zfs-tests/tests/functional/cache] 70 [/opt/zfs-tests/tests/functional/cachefile] 76 [/opt/zfs-tests/tests/functional/casenorm] 85 [/opt/zfs-tests/tests/functional/checksum] 90 [/opt/zfs-tests/tests/functional/clean_mirror] [all …]
|
H A D | openindiana.run | 27 [/opt/zfs-tests/tests/functional/acl/cifs] 30 [/opt/zfs-tests/tests/functional/acl/nontrivial] 45 [/opt/zfs-tests/tests/functional/acl/trivial] 55 [/opt/zfs-tests/tests/functional/atime] 58 [/opt/zfs-tests/tests/functional/bootfs] 65 [/opt/zfs-tests/tests/functional/cache] 70 [/opt/zfs-tests/tests/functional/cachefile] 76 [/opt/zfs-tests/tests/functional/casenorm] 85 [/opt/zfs-tests/tests/functional/checksum] 90 [/opt/zfs-tests/tests/functional/clean_mirror] [all …]
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | optcom.c | 192 struct opthdr *opt; in svr4_optcom_req() local 257 opt = (struct opthdr *)&toa[1]; in svr4_optcom_req() 266 opt->level = optd->opdes_level; in svr4_optcom_req() 267 opt->name = optd->opdes_name; in svr4_optcom_req() 269 ((len = (*deffn)(q, opt->level, in svr4_optcom_req() 270 opt->name, (uchar_t *)&opt[1])) < 0)) { in svr4_optcom_req() 287 *(int32_t *)&opt[1] = in svr4_optcom_req() 291 *(int16_t *)&opt[1] = in svr4_optcom_req() 295 *(int8_t *)&opt[1] = in svr4_optcom_req() 304 &opt[1], optd->opdes_size); in svr4_optcom_req() [all …]
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_td.c | 60 struct opthdr *opt; in __td_setnodelay() local 63 t_optreq.opt.maxlen = MAXOPTSIZE; in __td_setnodelay() 64 t_optreq.opt.buf = malloc(MAXOPTSIZE); in __td_setnodelay() 65 if (t_optreq.opt.buf == NULL) { in __td_setnodelay() 71 opt = (struct opthdr *)(t_optreq.opt.buf); in __td_setnodelay() 72 opt->name = TCP_NODELAY; in __td_setnodelay() 73 opt->len = 4; in __td_setnodelay() 74 opt->level = IPPROTO_TCP; in __td_setnodelay() 75 (void) memcpy((caddr_t)(t_optreq.opt.buf + in __td_setnodelay() 77 t_optreq.opt.len = (int)(sizeof (struct opthdr) + in __td_setnodelay() [all …]
|
H A D | ti_opts.c | 161 struct T_opthdr *opt = (struct T_opthdr *)bufp; in find_ucred_opt() local 164 syslog(LOG_INFO, "find_ucred_opt opt: %p %x, %d %d", opt, in find_ucred_opt() 165 opt->len, opt->name, opt->level); in find_ucred_opt() 167 if (opt->len > maxbufp - bufp || (opt->len & 3)) in find_ucred_opt() 169 if (opt->level == SOL_SOCKET && opt->name == SCM_UCRED && in find_ucred_opt() 170 opt->len - sizeof (struct T_opthdr) <= ucred_size()) { in find_ucred_opt() 174 (void) memcpy(uc, &opt[1], in find_ucred_opt() 175 opt->len - sizeof (struct T_opthdr)); in find_ucred_opt() 178 bufp += opt->len; in find_ucred_opt() 281 struct T_opthdr *opt, *opt_start = NULL, *opt_end; in __rpc_get_ltaddr() local [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_tcp.c | 56 #define GET_UINT32(opt) (((uint_t)*((uchar_t *)(opt) + 0) << 24) | \ argument 57 ((uint_t)*((uchar_t *)(opt) + 1) << 16) | \ 58 ((uint_t)*((uchar_t *)(opt) + 2) << 8) | \ 59 ((uint_t)*((uchar_t *)(opt) + 3))) 224 print_tcpoptions(opt, optlen) in print_tcpoptions() argument 225 uchar_t *opt; in print_tcpoptions() 235 (void) sprintf(get_line((char *)&opt - dlc_header, 1), 240 (void) sprintf(get_line((char *)&opt - dlc_header, 1), 244 line = get_line((char *)&opt - dlc_header, 1); 245 len = opt[1]; [all …]
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/ |
H A D | zfs_rollback_001_pos.ksh | 62 typeset opt=$1 80 case $opt in 93 [[ $opt == *R* ]] && exist_clone=$TESTCLONE 97 [[ $opt == *R* ]] && exist_clone="$TESTCLONE $TESTCLONE1" 109 if [[ $opt == *f* ]]; then 112 opt=${opt%f} 117 log_must $ZFS rollback $opt $dtst@$snap_point 121 log_must $ZFS rollback $opt $dtst@$snap_point 143 typeset opt 144 for opt in "-r" "-rf" "-R" "-Rf"; do [all …]
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kdb_ldap.c | 54 krb5_ldap_get_db_opt(char *input, char **opt, char **val) in krb5_ldap_get_db_opt() argument 60 *opt = strdup(input); in krb5_ldap_get_db_opt() 61 if (*opt == NULL) { in krb5_ldap_get_db_opt() 66 *opt = malloc((unsigned) len + 1); in krb5_ldap_get_db_opt() 67 if (!*opt) { in krb5_ldap_get_db_opt() 70 memcpy(*opt, input, (unsigned) len); in krb5_ldap_get_db_opt() 72 while (isblank((*opt)[len-1])) in krb5_ldap_get_db_opt() 74 (*opt)[len] = '\0'; in krb5_ldap_get_db_opt() 82 free (*opt); in krb5_ldap_get_db_opt() 302 char *opt = NULL, *val = NULL; in krb5_ldap_open() local [all …]
|
H A D | ldap_create.c | 86 char *opt = NULL, *val = NULL; in krb5_ldap_create() local 88 if ((status = krb5_ldap_get_db_opt(*t_ptr, &opt, &val)) != 0) { in krb5_ldap_create() 91 if (opt && !strcmp(opt, "binddn")) { in krb5_ldap_create() 93 free (opt); in krb5_ldap_create() 102 free(opt); in krb5_ldap_create() 107 free (opt); in krb5_ldap_create() 112 } else if (opt && !strcmp(opt, "nconns")) { in krb5_ldap_create() 114 free (opt); in krb5_ldap_create() 123 free(opt); in krb5_ldap_create() 127 } else if (opt && !strcmp(opt, "bindpwd")) { in krb5_ldap_create() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 165 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO) argument 166 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL) argument 167 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO) argument 168 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL) argument 170 #define my_state_is_dont(opt) (!my_state_is_do(opt)) argument 171 #define my_state_is_wont(opt) (!my_state_is_will(opt)) argument 172 #define my_want_state_is_dont(opt) (!my_want_state_is_do(opt)) argument 173 #define my_want_state_is_wont(opt) (!my_want_state_is_will(opt)) argument 175 #define set_my_state_do(opt) {options[opt] |= MY_STATE_DO; } argument 176 #define set_my_state_will(opt) {options[opt] |= MY_STATE_WILL; } argument [all …]
|
/titanic_50/usr/src/tools/scripts/ |
H A D | interface_check.pl | 50 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{w} || chdir($opt{w}) || die "$Prog: can't cd to $opt{w}"; 461 if ($opt{E}) { [all …]
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_001_pos.ksh | 60 typeset opt=$1 71 if [[ $opt == -f ]]; then 85 case $opt in 89 *) log_fail "Incorrect option: '$opt'." ;; 99 if [[ $opt == *f* ]]; then 111 if [[ $opt == *f* ]]; then 122 if [[ $opt == *f* ]]; then 134 if [[ $opt == *f* ]]; then 153 log_must $ZFS destroy $opt $dtst 163 if [[ $opt == *R* ]]; then [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | trace.c | 32 static void print_opt(struct nd_opt_hdr *opt, int len); 38 struct nd_opt_hdr *opt; in print_route_sol() local 47 opt = (struct nd_opt_hdr *)&rs[1]; in print_route_sol() 48 print_opt(opt, len); in print_route_sol() 55 struct nd_opt_hdr *opt; in print_route_adv() local 77 opt = (struct nd_opt_hdr *)&ra[1]; in print_route_adv() 78 print_opt(opt, len); in print_route_adv() 82 print_opt(struct nd_opt_hdr *opt, int len) in print_opt() argument 92 optlen = opt->nd_opt_len * 8; in print_opt() 97 switch (opt->nd_opt_type) { in print_opt() [all …]
|
/titanic_50/usr/src/uts/common/ktli/ |
H A D | t_kfree.c | 73 struct t_optmgmt *opt; in t_kfree() member 98 if (p.call->opt.buf != NULL) in t_kfree() 99 kmem_free(p.call->opt.buf, p.call->opt.maxlen); in t_kfree() 107 p.opt = (struct t_optmgmt *)ptr; in t_kfree() 108 if (p.opt->opt.buf != NULL) in t_kfree() 109 kmem_free(p.opt->opt.buf, p.opt->opt.maxlen); in t_kfree() 132 if (p.udata->opt.buf != NULL) in t_kfree() 133 kmem_free(p.udata->opt.buf, p.udata->opt.maxlen); in t_kfree() 149 if (p.uderr->opt.buf != NULL) in t_kfree() 150 kmem_free(p.uderr->opt.buf, p.uderr->opt.maxlen); in t_kfree()
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_rwx_001_pos.ksh | 67 typeset opt=A$2$1 74 case $opt in 78 *) log_fail "Error option: '$opt'" ;; 82 if [[ $opt == A[0-9]*+ || $opt == A[0-9]*= ]]; then 83 log_must usr_exec $CHMOD "$opt$ace" "$node" 85 log_must usr_exec $CHMOD "$opt" "$node" 94 if [[ $opt == A[0-9]*+ || $opt == A[0-9]*= ]]; then 96 log_fail "FAIL: $CHMOD $opt$ace $node" 107 for opt in $opts; do 112 test_chmod_ACE_list $opt $num $ace $testfile [all …]
|