Searched defs:options (Results 101 - 125 of 189) sorted by relevance

12345678

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_init.c364 mdcmdopts_t options,
390 return (meta_init_hsp(spp, argc, argv, options, ep));
435 rval = meta_init_mirror(spp, argc, argv, options, ep);
438 rval = meta_init_raid(spp, argc, argv, options, ep);
441 rval = meta_init_sp(spp, argc, argv, options, ep);
444 rval = meta_init_stripe(spp, argc, argv, options, ep);
448 if (rval == -1 || !(options & MDCMD_DOIT)) {
359 meta_init_name( mdsetname_t **spp, int argc, char *argv[], char *cname, mdcmdopts_t options, md_error_t *ep ) argument
H A Dmeta_print.c53 mdprtopts_t options,
70 options, NULL, lognlpp, ep));
74 options, ep));
78 options, ep));
82 options, ep));
86 options, ep));
103 mdprtopts_t options,
114 if (meta_trans_print(sp, NULL, nlpp, fname, fp, options,
119 if (meta_logs_print(sp, lognlp, nlpp, fname, fp, options, ep) != 0) {
124 if (meta_mirror_print(sp, NULL, nlpp, fname, fp, options, e
47 meta_print_name( mdsetname_t *sp, mdname_t *namep, mdnamelist_t **nlpp, char *fname, FILE *fp, mdprtopts_t options, mdnamelist_t **lognlpp, md_error_t *ep ) argument
98 meta_print_all( mdsetname_t *sp, char *fname, mdnamelist_t **nlpp, FILE *fp, mdprtopts_t options, int *meta_print_trans_msgp, md_error_t *ep ) argument
[all...]
H A Dmeta_mh.c242 args.options |= MHD_PARTIAL_SET;
245 args.options |= MHD_SERIAL;
364 args.options |= MHD_PARTIAL_SET;
367 args.options |= MHD_SERIAL;
470 args.options |= MHD_PARTIAL_SET;
473 args.options |= MHD_SERIAL;
779 int options,
776 meta_get_drive_names( mdsetname_t *sp, mddrivenamelist_t **dnlpp, int options, md_error_t *ep ) argument
/osnet-11/usr/src/lib/librdc/common/
H A Drdcconfig.c168 rdccfg->options |= RDC_OPT_PRIMARY;
172 rdccfg->options |= RDC_OPT_SECONDARY;
203 rdccfg->options |= RDC_OPT_PRIMARY;
207 rdccfg->options |= RDC_OPT_SECONDARY;
330 const char *mode, const char *group, const char *ctag, const char *options,
359 if (options)
360 strncpy(rc->options, options, NSC_MAXPATH);
410 rdccfg.options = RDC_OPT_SETBMP;
412 rdccfg.options |
328 rdc_alloc_config(const char *phost, const char *pfile, const char *pbmp, const char *shost, const char *sfile, const char *sbmp, const char *mode, const char *group, const char *ctag, const char *options, int persist) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c211 evGetNext(evContext opaqueCtx, evEvent *opaqueEv, int options) { argument
222 x = ((options & EV_POLL) != 0) + ((options & EV_WAIT) != 0);
277 if ((options & EV_WAIT) != 0 && !nextTimer && ctx->fdMax == -1)
281 if ((options & EV_POLL) != 0) {
353 if ((options & EV_NULL) != 0)
379 (options & EV_POLL))
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c209 statp->options = RES_DEFAULT;
570 if (MATCH(buf, "options")) {
571 res_setoptions(statp, buf + sizeof("options") - 1, "conf");
616 if (statp->options & RES_DEBUG) {
627 statp->options |= RES_INIT;
642 res_setoptions(res_state statp, const char *options, const char *source) argument
644 const char *cp = options;
652 if (statp->options & RES_DEBUG)
654 options, source);
660 /* search for and process individual options */
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c54 int timeout, unsigned long options,
299 PRNetAddr *addrp, int port, int timeout, unsigned long options )
317 if ( 0 != ( options & LDAP_X_EXTIOF_OPT_NONBLOCKING )) {
375 unsigned long options, struct lextiof_session_private *sessionarg,
394 if ( 0 != ( options & LDAP_X_EXTIOF_OPT_SECURE )) {
421 timeout, options );
431 timeout, options );
374 prldap_connect( const char *hostlist, int defport, int timeout, unsigned long options, struct lextiof_session_private *sessionarg, struct lextiof_socket_private **socketargp , void **dhost ) argument
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c48 char *options; member in struct:dfstab_entry
148 if (headp->options != NULL) {
149 free(headp->options);
176 if (new_entry->options) {
177 sprintf(tempstr, "-o %s ", new_entry->options);
261 case 'o': /* fs specific options */
263 *err |= (dfstablist->options != NULL);
264 dfstablist->options = strdup(optarg);
265 if (dfstablist->options == NULL) {
438 char *options,
435 fs_set_DFStab_ent( char *path, char *fstype, char *options, char *description, int *err) argument
[all...]
/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c88 * Strings for printing the mode select options
1470 uscsi_mode_select(int fd, int page_code, int options, caddr_t page_data, argument
1483 assert((options & ~(MODE_SELECT_SP|MODE_SELECT_PF)) == 0);
1501 options & (MODE_SELECT_SP|MODE_SELECT_PF));
1521 cdb.cdb_opaque[1] = (uchar_t)options;
1538 uscsi_mode_select_10(int fd, int page_code, int options, argument
1552 assert((options & ~(MODE_SELECT_SP|MODE_SELECT_PF)) == 0);
1573 options & (MODE_SELECT_SP|MODE_SELECT_PF));
1593 cdb.cdb_opaque[1] = (uchar_t)options;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ds4u_creds.c34 /* Convert ticket flags to necessary KDC options */
397 if (rep_s4u_user->user_id.options & KRB5_S4U_OPTS_USE_REPLY_KEY_USAGE)
417 if (rep_s4u_user->user_id.options &
452 krb5_flags options,
506 s4u_user.user_id.options = KRB5_S4U_OPTS_USE_REPLY_KEY_USAGE;
517 code = krb5_get_credentials(context, options, ccache, &tgtq, &tgt);
538 if (options & KRB5_GC_CANONICALIZE)
540 if (options & KRB5_GC_FORWARDABLE)
542 if (options & KRB5_GC_NO_TRANSIT_CHECK)
658 krb5_get_credentials_for_user(krb5_context context, krb5_flags options, argument
451 krb5_get_self_cred_from_kdc(krb5_context context, krb5_flags options, krb5_ccache ccache, krb5_creds *in_creds, krb5_data *subject_cert, krb5_data *user_realm, krb5_creds **out_creds) argument
727 krb5_get_credentials_for_proxy(krb5_context context, krb5_flags options, krb5_ccache ccache, krb5_creds *in_creds, krb5_ticket *evidence_tkt, krb5_creds **out_creds) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpi.c38 static const struct grub_arg_option options[] = { variable in typeref:struct:grub_arg_option
778 options);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfscrypt.c398 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
465 options);
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dicmp6.c44 grub_uint8_t options[0]; member in struct:router_adv
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dterminfo.c621 static const struct grub_arg_option options[] =
707 options);
620 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-fstest.c427 static struct argp_option options[] = { variable in typeref:struct:argp_option
637 options, argp_parser, N_("IMAGE_PATH COMMANDS"),
H A Dgrub-mount.c406 static struct argp_option options[] = { variable in typeref:struct:argp_option
500 options, argp_parser, N_("IMAGE1 [IMAGE2 ...] MOUNTPOINT"),
H A Dgrub-probe.c602 static struct option options[] = variable in typeref:struct:option
650 /* Check for options. */
653 int c = getopt_long (argc, argv, "dm:t:hVv", options, 0);
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c371 * which command options are valid for that target class.
372 * A global value mask specifies which options require values.
427 * Global mask for options that require values.
511 ap_opt_parse(apd_t *a, ap_cmd_t *acp, const char *options) argument
523 if (options == NULL)
526 if ((optstr = strdup(options)) == NULL) {
531 a->options = optstr;
582 * Set the options's value.
651 ap_cmd_parse(apd_t *a, const char *f, const char *options, int *cmd) argument
716 else if (options !
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c371 printf (" options = '%s'\n", line_elements[4]);
420 * We allow uid 0 to actually ensure that Unmount(options=["lazy"], "/dev/blah") works from addon-storage.
683 } else if (strcmp (privilege, "hal-storage-removable-mount-all-options") == 0) {
687 } else if (strcmp (privilege, "hal-storage-fixed-mount-all-options") == 0) {
704 const char *device, const char *options)
723 event->adt_attach.options = (char *)options;
729 event->adt_detach.options = (char *)options;
702 audit_volume(const adt_export_data_t *imported_state, au_event_t event_id, int result, const char *auth_used, const char *mount_point, const char *device, const char *options) argument
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c109 static struct options { struct
156 * Print a list of the parameters and options for the program.
162 printf("\nUsage: %s [options] device\n"
188 * Read the command line, verify the syntax and parse the options.
634 * 1 Error, parsing mount options failed
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c109 static const Namval_t options[] = variable
128 * called by stropt() to set options
339 stropt(s, options, sizeof(*options), setopt, NiL);
377 stropt(getenv("ERROR_OPTIONS"), options, sizeof(*options), setopt, NiL);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c75 #define PRINT_ERROR ((opterr) && (*options != ':'))
84 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */
85 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "1" */
87 #define FLAG_OPTIONAL_ARGS 0x08 /* allow optional arguments to options */
95 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
112 static int nonopt_end = -1; /* first option after non options (for permute) */
209 * multiple long options can map to the same character.
219 * ASSUMES: options != NULL
229 const char *options,
241 for (short_i = 0; equivFound && (options[short_
227 verify_short_long_equivalents(int nargc, char *const *nargv, const char *options, const struct option *long_options, uint_t flags) argument
308 parse_long_options(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too, uint_t flags) argument
462 getopt_internal(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx, uint_t flags) argument
[all...]
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dkrb5_authenticate.c97 /* pam.conf options */
516 int options = KRB5_DEFAULT_OPTIONS; local
608 * Let us get the values for various options
648 if (options & KDC_OPT_RENEWABLE) {
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c134 if (net_data->res->options & RES_USE_INET6) {
207 (net_data->res->options & RES_USE_INET6) == 0U)
279 u_long options; local
326 options = net_data->res->options;
327 net_data->res->options &= ~RES_USE_INET6;
354 net_data->res->options = options;
1036 if (af == AF_INET && (net_data->res->options & RES_USE_INET6) != 0U) {
1076 old_options = net_data->res->options;
[all...]
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h52 /* options */
143 Shopt_t options; /* set -o options */ member in struct:Shell_s

Completed in 118 milliseconds

12345678