/titanic_51/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_51/usr/src/contrib/ast/src/cmd/ksh93/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 ]] faile [all...] |
/titanic_51/usr/src/pkg/manifests/ |
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/zf [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/SUNWdtr [all...] |
H A D | developer-build-onbld.mf | 44 dir path=opt group=sys 45 dir path=opt/onbld 46 dir path=opt/onbld/bin 47 dir path=opt/onbld/bin/$(ARCH) 48 dir path=opt/onbld/env 49 dir path=opt/onbld/etc 50 dir path=opt/onbld/etc/exception_lists 51 dir path=opt/onbld/gk 52 dir path=opt/onbld/lib 53 dir path=opt/onbld/lib/$(ARCH) [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/lib [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 dir path=opt/util-tests/tests/mergeq 31 file path=opt/util-tests/README mode=0444 32 file path=opt/util-tests/bin/print_json mode=0555 33 file path=opt/uti [all...] |
/titanic_51/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/lib [all...] |
/titanic_51/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 in krb5_get_init_creds_opt_set_renew_life() 32 krb5_get_init_creds_opt_set_forwardable(krb5_get_init_creds_opt * opt,int forwardable) krb5_get_init_creds_opt_set_forwardable() argument 39 krb5_get_init_creds_opt_set_proxiable(krb5_get_init_creds_opt * opt,int proxiable) krb5_get_init_creds_opt_set_proxiable() argument 46 krb5_get_init_creds_opt_set_etype_list(krb5_get_init_creds_opt * opt,krb5_enctype * etype_list,int etype_list_length) krb5_get_init_creds_opt_set_etype_list() argument 54 krb5_get_init_creds_opt_set_address_list(krb5_get_init_creds_opt * opt,krb5_address ** addresses) krb5_get_init_creds_opt_set_address_list() argument 61 krb5_get_init_creds_opt_set_preauth_list(krb5_get_init_creds_opt * opt,krb5_preauthtype * preauth_list,int preauth_list_length) krb5_get_init_creds_opt_set_preauth_list() argument 69 krb5_get_init_creds_opt_set_salt(krb5_get_init_creds_opt * opt,krb5_data * salt) krb5_get_init_creds_opt_set_salt() argument 76 krb5_get_init_creds_opt_set_change_password_prompt(krb5_get_init_creds_opt * opt,int prompt) krb5_get_init_creds_opt_set_change_password_prompt() argument 168 krb5_get_init_creds_opt_alloc(krb5_context context,krb5_get_init_creds_opt ** opt) krb5_get_init_creds_opt_alloc() argument 190 krb5_get_init_creds_opt_free(krb5_context context,krb5_get_init_creds_opt * opt) krb5_get_init_creds_opt_free() argument 210 krb5int_gic_opte_copy(krb5_context context,krb5_get_init_creds_opt * opt,krb5_gic_opt_ext ** opte) krb5int_gic_opte_copy() argument 249 krb5int_gic_opt_to_opte(krb5_context context,krb5_get_init_creds_opt * opt,krb5_gic_opt_ext ** opte,unsigned int force,const char * where) krb5int_gic_opt_to_opte() argument 334 krb5_get_init_creds_opt_set_pa(krb5_context context,krb5_get_init_creds_opt * opt,const char * attr,const char * value) krb5_get_init_creds_opt_set_pa() argument 370 krb5_get_init_creds_opt_get_pa(krb5_context context,krb5_get_init_creds_opt * opt,int * num_preauth_data,krb5_gic_opt_pa_data ** preauth_data) krb5_get_init_creds_opt_get_pa() argument [all...] |
/titanic_51/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 631 option_t *opt; global() local 708 process_option(opt,argv,sline) process_option() argument 856 n_arguments(opt) n_arguments() argument 895 add_options(opt) add_options() argument 948 option_t *opt; global() local 999 option_t *opt; global() local 1074 showhelp(argv,opt) showhelp() argument 1091 showversion(argv,opt) showversion() argument 1488 readfile(argv,opt) readfile() argument 1502 callfile(argv,opt) callfile() argument 1559 setpassfilter(argv,opt) setpassfilter() argument 1578 setactivefilter(argv,opt) setactivefilter() argument 1598 noopt(argv,opt) noopt() argument 1616 setdomain(argv,opt) setdomain() argument 1795 setnetmask(argv,opt) setnetmask() argument 1924 setxonxoff(argv,opt) setxonxoff() argument 1946 setlogfile(argv,opt) setlogfile() argument 1980 loadplugin(argv,opt) loadplugin() argument [all...] |
/titanic_51/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/zf [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/zf [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/zf [all...] |
/titanic_51/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[ in svr4_optcom_req() 638 struct T_opthdr *opt; process_topthdrs_first_pass() local 861 struct T_opthdr *opt; do_options_second_pass() local 1524 struct T_opthdr *opt, *opt_start, *opt_end; tpi_optcom_buf() local [all...] |
/titanic_51/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 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 in find_ucred_opt() 281 struct T_opthdr *opt, *opt_start = NULL, *opt_end; __rpc_get_ltaddr() local [all...] |
/titanic_51/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 339 print_tcpoptions_summary(uchar_t * opt,int optlen,char * line) print_tcpoptions_summary() argument [all...] |
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/ |
H A D | zfs_rollback_001_pos.ksh | 60 function test_n_check #opt num_snap_clone num_rollback 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 [all...] |
/titanic_51/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 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() [all...] |
/titanic_51/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 my_state_is_wont(opt) global() argument 172 my_want_state_is_dont(opt) global() argument 173 my_want_state_is_wont(opt) global() argument 175 set_my_state_do(opt) global() argument 176 set_my_state_will(opt) global() argument 177 set_my_want_state_do(opt) global() argument 178 set_my_want_state_will(opt) global() argument 180 set_my_state_dont(opt) global() argument 181 set_my_state_wont(opt) global() argument 182 set_my_want_state_dont(opt) global() argument 183 set_my_want_state_wont(opt) global() argument [all...] |
/titanic_51/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{ [all...] |
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_001_pos.ksh | 53 # run 'zfs destroy $opt <dataset>'. 3rd, check the system status. 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 [all...] |
/titanic_51/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 in print_opt() [all...] |
/titanic_51/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 in t_kfree() [all...] |