Searched defs:opts (Results 76 - 100 of 185) sorted by relevance

12345678

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c51 pkinit_req_opts *opts = NULL; local
54 opts = (pkinit_req_opts *) calloc(1, sizeof(pkinit_req_opts));
55 if (opts == NULL)
58 opts->require_eku = 1;
59 opts->accept_secondary_eku = 0;
60 opts->allow_upn = 0;
61 opts->dh_or_rsa = DH_PROTOCOL;
62 opts->require_crl_checking = 0;
63 opts->dh_size = PKINIT_DEFAULT_DH_MIN_BITS;
64 opts
73 pkinit_fini_req_opts(pkinit_req_opts *opts) argument
84 pkinit_plg_opts *opts = NULL; local
105 pkinit_fini_plg_opts(pkinit_plg_opts *opts) argument
[all...]
H A Dpkinit.h214 pkinit_plg_opts *opts; member in struct:_pkinit_context
225 pkinit_req_opts *opts; member in struct:_pkinit_req_context
238 pkinit_plg_opts *opts; member in struct:_pkinit_kdc_context
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptlib.h58 char* opts; member in struct:Optpass_s
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mbox.c681 sbdp_get_diag(sbdp_opts_t *opts) argument
688 if ((opts == NULL) || (opts->copts == NULL))
691 if ((cptr = strstr(opts->copts, "diag=")) != NULL) {
730 sbdp_test_board(sbdp_handle_t *hp, sbdp_opts_t *opts) argument
748 diag = sbdp_get_diag(opts);
751 sbdp_set_err(sep, ESBD_INVAL_OPT, opts != NULL ?
752 opts->copts : NULL);
/illumos-gate/usr/src/cmd/logadm/
H A Dopts.c27 * logadm/opts.c -- options handling routines
42 #include "opts.h"
46 static void opts_setcmdarg(struct opts *opts, const char *cmdarg);
49 struct opts { struct
126 struct opts *
127 opts_parse(struct opts *opts, char **argv, int flags) argument
132 if (opts == NULL) {
133 opts
202 opts_free(struct opts *opts) argument
216 opts_set(struct opts *opts, const char *o, const char *optarg) argument
234 opts_setcmdarg(struct opts *opts, const char *cmdarg) argument
243 opts_count(struct opts *opts, const char *options) argument
261 opts_optarg(struct opts *opts, const char *o) argument
270 opts_optarg_int(struct opts *opts, const char *o) argument
284 opts_cmdargs(struct opts *opts) argument
495 opts_print(struct opts *opts, FILE *stream, char *exclude) argument
531 struct opts *opts; local
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_term.c94 if (sp->opts->opts & TBL_OPT_CENTRE) {
95 tsz = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX)
96 ? 2 : !!sp->opts->lvert + !!sp->opts->rvert;
97 for (ic = 0; ic < sp->opts->cols; ic++)
108 if (sp->opts->opts & TBL_OPT_DBOX)
110 if (sp->opts
254 tbl_data(struct termp *tp, const struct tbl_opts *opts, const struct tbl_dat *dp, const struct roffcol *col) argument
362 tbl_number(struct termp *tp, const struct tbl_opts *opts, const struct tbl_dat *dp, const struct roffcol *col) argument
[all...]
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.c103 static struct option opts[] = { local
134 while ((c = getopt_long(argc, argv, "d:t:hvc:", opts, &index2))
/illumos-gate/usr/src/boot/lib/libstand/
H A Dbootp.c83 static void setenv_(u_char *cp, u_char *ep, struct dhcp_opt *opts);
609 setenv_(u_char *cp, u_char *ep, struct dhcp_opt *opts) argument
618 if (opts == NULL)
619 opts = dhcp_opt;
636 for (op = opts+1; op->tag && op->tag != tag; op++)
733 sprintf(env, op->desc, opts[0].desc, tag);
735 sprintf(env, "%s%s", opts[0].desc, op->desc);
745 sprintf(env, "%stags", opts[0].desc);
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot2/
H A Dboot2.c57 static uint32_t opts; variable
210 ((void(*)(int, int, int, int))addr)(opts & RBX_MASK, board_id, 0, 0);
232 opts ^= OPT_SET(bootflags[i]);
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dboot2.c51 static uint32_t opts; variable
217 ((void(*)(int))addr)(RB_BOOTINFO /* XXX | (opts & RBX_MASK) */);
239 opts ^= OPT_SET(flags[i]);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dbootinfo.c72 char *opts; local
96 opts = strchr(kargs, '-');
97 while (opts != NULL) {
98 while (*(++opts) != '\0') {
99 sw = strchr(howto_switches, *opts);
104 opts = strchr(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/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...]
/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c106 char opts[32]; local
391 (void) sprintf(opts, "rw,noquota,hard,intr,dev=%x", st.st_dev);
400 mnt.mnt_mntopts = opts;
/illumos-gate/usr/src/cmd/cpc/common/
H A Dstrtoset.c348 char *opts; local
493 opts = strdupa(spec);
494 while (*opts != '\0') {
495 int idx = getsubopt(&opts, toks, &val);
/illumos-gate/usr/src/cmd/eject/
H A Deject.c110 const char *opts = "dqflt"; local
130 while ((c = getopt(argc, argv, opts)) != EOF) {
/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/rmvolmgr/
H A Drmvolmgr.c98 const char *opts = "chnsv"; local
104 while ((c = getopt(argc, argv, opts)) != EOF) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c919 struct udb_option opts[MAXUDBOPTS + 1]; local
937 (void) _udb_parsespec(spec, opts, MAXUDBOPTS);
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c491 char *f, *opts; local
500 opts = tmpopts;
501 f = mntopt(&opts);
502 for (; *f; f = mntopt(&opts)) {
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c75 static char opts[] = "AabciJmopqstD:z:Z"; /* getopt options */ variable
132 while ((o = getopt(argc, argv, opts)) != EOF) {
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c566 char *opts, *val; local
666 opts = rootopts;
667 while (*opts) {
669 switch (getsubopt(&opts, optlist, &val)) {
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c90 uint32_t opts; variable
504 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK),
512 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK),
593 opts |= OPT_SET(RBX_DUAL) | OPT_SET(RBX_SERIAL);
611 opts ^= OPT_SET(flags[i]);
/illumos-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c373 char *opts; local
406 opts = strdupa(spec);
407 while (*opts != '\0') {
409 int idx = getsubopt(&opts, tokens, &value);
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c95 __inet_netdir_options(struct netconfig *tp, int opts, int fd, char *par) argument
99 switch (opts) {

Completed in 114 milliseconds

12345678