Searched refs:opts (Results 151 - 175 of 321) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/inet/
H A Dsdp_itf.h99 void *opts, socklen_t *optlen);
111 const void *opts, socklen_t optlen);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_001_pos.ksh54 opts="+ - ="
107 for opt in $opts; do
/illumos-gate/usr/src/cmd/acpi/common/
H A Dgetopt.c124 * opts - options info list
136 char *opts)
164 (OptsPtr = strchr (opts, CurrentChar)) == NULL)
133 AcpiGetopt( int argc, char **argv, char *opts) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c349 print_options(FILE *stream, char *opts, int len) argument
352 char *endopts = opts + len;
359 cp = opts;
365 while (opts < endopts) {
366 optname = opts;
376 if ((opts = next_field(optval, endopts)) == NULL) {
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintstate.c13 ipstate_t *printstate(sp, opts, now)
15 int opts;
156 if (opts & OPT_DEBUG)
160 if (opts & OPT_DEBUG)
164 if (opts & OPT_DEBUG)
168 if (opts & OPT_DEBUG)
H A Dprintaps.c18 void printaps(aps, opts)
20 int opts;
42 if ((ap.aps_p == IPPROTO_TCP) && (opts & OPT_VERBOSE)) {
/illumos-gate/usr/src/uts/common/rpcsvc/
H A Dautofs_prot.x80 * 'path/subdir/name' in 'map' given 'opts' options.
87 string opts<AUTOFS_MAXOPTSLEN>;
112 string opts<AUTOFS_MAXOPTSLEN>; /* default mount options */
134 % caddr32_t opts; /* default mount options */
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Ddrmach.h299 drmach_opts_t *opts);
301 drmach_opts_t *opts);
305 drmach_opts_t *opts);
308 drmach_opts_t *opts);
313 drmach_opts_t *opts);
319 extern sbd_error_t *drmach_board_test(drmachid_t id, drmach_opts_t *opts,
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1053 subopt_help_str(char *opts[]) argument
1064 for (i = 0; opts[i] != NULL; i++) {
1066 len += strlen(opts[i]);
1077 for (i = 0; opts[i] != NULL; i++) {
1079 (void) strcat(str, opts[i]);
1109 char **opts; local
1120 opts = mtest_build_opts(&maxerr_idx);
1121 if (opts == NULL) {
1127 subopt = getsubopt(&cp, opts, &value);
1131 hlp = subopt_help_str(opts);
1461 opt_help_str(struct opt_control *opts) argument
1494 process_options( const char *options, struct opt_control *opts, int *retp, char **errstring) argument
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c719 * Add share with local opts via zfs_notinherited.
932 char *opts = NULL; local
938 opts = sa_proto_legacy_format("nfs", group, 1);
939 if (opts != NULL && strlen(opts) == 0) {
940 free(opts);
941 opts = strdup("on");
955 opts != NULL ? opts : "off", dataset);
963 if (opts !
1043 char *opts = NULL; local
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl75 my %opts;
77 if (!getopts("cho:pvCP", \%opts)) {
82 my $check_continuation = $opts{'c'};
83 my $heuristic = $opts{'h'};
84 my $picky = $opts{'p'};
85 my $verbose = $opts{'v'};
86 my $ignore_hdr_comment = $opts{'C'};
87 my $check_posix_types = $opts{'P'};
92 if (defined($opts{'o'})) {
93 for my $x (split /,/, $opts{'
[all...]
H A Dhg-active.py59 opts = getopt.getopt(argv, 'w:o:p:')[0]
68 for opt, arg in opts:
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_authenticate.c522 krb5_get_init_creds_opt *opts = NULL; local
653 code = krb5_get_init_creds_opt_alloc(kmd->kcontext, &opts);
656 "Error allocating gic opts: %s",
662 krb5_get_init_creds_opt_set_tkt_life(opts, lifetime);
669 krb5_get_init_creds_opt_set_proxiable(opts, TRUE);
676 krb5_get_init_creds_opt_set_forwardable(opts, TRUE);
683 krb5_get_init_creds_opt_set_renew_life(opts, rlife);
690 krb5_get_init_creds_opt_set_address_list(opts, NULL);
716 krb5_get_init_creds_opt_set_preauth_list(opts, pk_pa_list, 2);
722 kmd->kcontext, opts, "PI
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c336 mount_generic(special, fstype, opts, mntpnt, overlay)
337 char *special, *fstype, *opts, *mntpnt;
347 special, mntpnt, fstype, opts);
366 if (opts && *opts) {
367 m.mnt_mntopts = opts;
371 newargv[i++] = opts;
577 * 'restrict' from 'opts'.
580 remove_browse_options(char *opts) argument
587 (void) strcpy(buf, opts);
608 inherit_options(char *opts, char **mapentopts) argument
646 hasrestrictopt(char *opts) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1078 struct wordlist *addrs = NULL, *opts = NULL; local
1099 ret = (*pap_auth_hook)(user, passwd, msg, &addrs, &opts);
1102 set_allowed_addrs(unit, addrs, opts);
1115 addrs = opts = NULL;
1123 if (scan_authfile(f, user, our_name, secret, &addrs, &opts, filename) < 0) {
1161 if (opts != NULL)
1162 free_wordlist(opts);
1168 set_allowed_addrs(unit, addrs, opts);
1441 struct wordlist *addrs, *opts; local
1454 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filenam
1616 struct wordlist *addrs, *opts; local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c299 DBG("tgt=%d opts=%x\n", a->tgt, a->opts.flags);
514 ap_opts_t *opts; local
519 opts = &a->opts;
520 opts->mid = (char *)a->class;
521 opts->err = ERR_CMD_FAIL;
592 opts->code = i;
595 opts->mid = value;
600 opts
[all...]
H A Dap.h74 #define ap_getopt(a, o) ((a)->opts.flags & ((uint_t)1 << (o)))
75 #define ap_setopt(a, o) ((a)->opts.flags |= ((uint_t)1 << (o)))
118 ap_opts_t opts; member in struct:__anon2411
/illumos-gate/usr/src/cmd/logadm/
H A DMakefile27 OBJS= conf.o err.o fn.o glob.o kw.o lut.o main.o opts.o
104 conftest: conftest.o err.o fn.o lut.o opts.o
105 $(LINK.c) -o conftest conftest.o err.o fn.o lut.o opts.o $(LDLIBS)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c105 slk_attr_off(const attr_t at, void *opts) argument
110 code = wattr_off(__m_screen->_slk._w, at, opts);
116 slk_attr_on(const attr_t at, void *opts) argument
121 code = wattr_on(__m_screen->_slk._w, at, opts);
127 slk_attr_set(const attr_t at, short co, void *opts) argument
132 code = wattr_set(__m_screen->_slk._w, at, co, opts);
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c104 pkinit_plg_opts *opts,
119 req_cryptoctx, id_cryptoctx, opts, e_data);
183 plgctx->opts->allow_upn ? &upns : NULL,
295 if (plgctx->opts->require_eku == 0) {
305 plgctx->opts->accept_secondary_eku,
392 plgctx->opts->require_crl_checking,
413 plgctx->opts->require_crl_checking,
467 plgctx->opts->dh_min_bits);
548 plgctx->opts->dh_min_bits);
633 plgctx->idctx, plgctx->opts, retva
100 pkinit_create_edata(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, pkinit_plg_opts *opts, krb5_error_code err_code, krb5_data **e_data) argument
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c51 unsigned long opts, char *urlprefix );
55 int rdncount, unsigned long opts, char *urlprefix );
95 unsigned long opts
101 writeproc, writeparm, eol, rdncount, opts, NULL ));
120 unsigned long opts,
132 writeproc, writeparm, eol, rdncount, opts, urlprefix ));
149 unsigned long opts,
191 if (!(( opts & LDAP_DISP_OPT_HTMLBODYONLY ) != 0 )) {
204 if (( opts & LDAP_DISP_OPT_NONLEAF ) != 0 &&
250 if ( tmpl != NULL && ( opts
109 ldap_entry2html( LDAP *ld, char *buf, LDAPMessage *entry, struct ldap_disptmpl *tmpl, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned long opts, char *base, char *urlprefix ) argument
137 do_entry2text( LDAP *ld, char *buf, char *base, LDAPMessage *entry, struct ldap_disptmpl *tmpl, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned long opts, char *urlprefix ) argument
411 ldap_entry2html_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry, struct ldap_disptmpl* tmpllist, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned long opts, char *urlprefix ) argument
435 do_entry2text_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry, struct ldap_disptmpl* tmpllist, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned long opts, char *urlprefix ) argument
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_html.c68 for (ic = 0; ic < sp->opts->cols; ic++) {
117 for (ic = 0; ic < sp->opts->cols; ic++) {
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_004_neg.ksh49 set -A opts "" "$TESTPOOL/$NONEXISTFSNAME" "$NONEEXISTMOUNTPOINT" "-?" "-1" \
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h332 unsigned long opts );
345 unsigned long opts );
352 unsigned long opts, char *urlprefix, char *base );
365 unsigned long opts, char *urlprefix );
/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcp_impl.h62 #define CD_SNAME 44 /* Hostname of Bootserver, or opts */
63 #define CD_BOOTFILE 108 /* File to boot or opts */
124 DHCP_OPT *opts[DHCP_LAST_OPT + 1]; member in struct:dhcp_list

Completed in 99 milliseconds

1234567891011>>