Searched defs:options (Results 76 - 100 of 189) sorted by relevance

12345678

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_repartition.c134 * options - options (see NOTES)
157 * routine in the options argument. If the routine does create a
173 * MD_REPART_DONT_LABEL flag is set in the options argument.
175 * If the MD_REPART_DONT_LABEL flag is set in the options argument,
188 int options,
263 if (options & MD_REPART_FORCE) {
345 if (options & MD_REPART_LEAVE_REP) {
397 if (!(options & MD_REPART_DONT_LABEL)) {
185 meta_repartition_drive( mdsetname_t *sp, mddrivename_t *dnp, int options, mdvtoc_t *vtocp, md_error_t *ep ) argument
H A Dmeta_getdevs.c484 * options - options from the command line
496 mdprtopts_t options,
537 ((options & PRINT_FAST) ? 1 : 0), ep);
555 ((options & PRINT_FAST) ? 1 : 0), ep);
492 meta_get_names( char *drivername, mdsetname_t *sp, mdnamelist_t **nlpp, mdprtopts_t options, md_error_t *ep ) argument
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgen.c83 typedef struct irs_acc *(*accinit) __P((const char *options));
134 irs_gen_acc(const char *options, const char *conf_file) { argument
149 irs->options = strdup(options);
200 if (((irs->res->options & RES_INIT) == 0U) && res_ninit(irs->res) < 0)
270 /* The options string was strdup'd. */
271 free((void*)irs->options);
306 const char *options)
334 cp = options;
368 inst->acc = (*accs[acc])(irs->options);
304 add_rule(struct gen_p *irs, enum irs_map_id map, enum irs_acc_id acc, const char *options) argument
488 char line[1024], pattern[40], mapname[20], accname[20], options[100]; local
[all...]
H A Dirp.c78 * irs_acc *irs_irp_acc(const char *options);
83 irs_irp_acc(const char *options) { argument
87 UNUSED(options);
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dio.c172 kmfber_alloc_t(int options) argument
182 ber->ber_options = options;
219 ber_init_w_nullchar(BerElement *ber, int options) argument
224 ber->ber_options = options;
/osnet-11/usr/src/lib/libcmd/common/
H A Dchgrp.c167 getids(register char* s, char** e, Key_t* key, int options) argument
181 options |= OPT_CHOWN;
186 if (options & OPT_CHOWN)
191 if (*z || !(options & OPT_NUMERIC))
211 if (*z || !(options & OPT_NUMERIC))
227 register int options = 0; local
260 options |= OPT_CHOWN;
263 if (options & OPT_CHOWN)
281 options |= OPT_VERBOSE;
284 options |
[all...]
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h85 char *options; member in struct:share_list
102 char *nml_mntopts; /* mount options */
506 * char *mntopts - The mount options
646 * opt parameter to have the "=" character appended when searching for options
699 * char * - options string to be parsed.
866 * Description: Retrieves the share options from the dfstab
871 * options from.
874 * Returns the string containing the share options.
875 * A NULL value indicates that no options were specified in the dfstab entry.
942 * char *options
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c140 krb5_get_init_creds_opt *options)
153 in_tkt_service, options, NULL));
170 krb5_get_init_creds_opt *options,
214 start_time, in_tkt_service, options,
246 start_time, in_tkt_service, options,
289 if (options && !(options->flags & KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT))
295 /* use a minimal set of options */
383 start_time, in_tkt_service, options,
497 creds->server, (realm is taken from creds->client), with options
132 krb5_get_init_creds_password(krb5_context context, krb5_creds *creds, krb5_principal client, char *password, krb5_prompter_fct prompter, void *data, krb5_deltat start_time, char *in_tkt_service, krb5_get_init_creds_opt *options) argument
162 __krb5_get_init_creds_password(krb5_context context, krb5_creds *creds, krb5_principal client, char *password, krb5_prompter_fct prompter, void *data, krb5_deltat start_time, char *in_tkt_service, krb5_get_init_creds_opt *options, krb5_kdc_rep **ptr_as_reply) argument
515 krb5_get_in_tkt_with_password(krb5_context context, krb5_flags options, krb5_address *const *addrs, krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types, const char *password, krb5_ccache ccache, krb5_creds *creds, krb5_kdc_rep **ret_as_reply) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhashsum.c31 static const struct grub_arg_option options[] = { variable in typeref:struct:grub_arg_option
263 options);
268 options);
273 options);
278 options);
283 options);
289 options);
H A Dhdparm.c32 static const struct grub_arg_option options[] = { variable in typeref:struct:grub_arg_option
439 N_("Get/set ATA disk parameters."), options);
H A Dloadenv.c33 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
382 options);
386 options);
391 options);
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Ddrivemap.c38 static const struct grub_arg_option options[] = { variable in typeref:struct:grub_arg_option
45 /* Remember to update options[] accordingly. */
409 options);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Darg.c27 /* Built-in parser for default options. */
38 find_short (const struct grub_arg_option *options, char c) argument
54 if (options)
55 found = fnd_short (options);
78 find_long (const struct grub_arg_option *options, const char *s, int len) argument
95 if (options)
96 found = fnd_long (options);
170 if (cmd->options)
171 showargs (cmd->options);
195 int found = opt - cmd->options;
429 const struct grub_arg_option *options; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dplan9.c49 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
508 options);
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dserial.c37 /* Argument options. */
38 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
375 N_("Configure serial port."), options);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-pe2elf.c36 static struct option options[] = { variable in typeref:struct:option
490 /* Check for options. */
493 int c = getopt_long (argc, argv, "hVv", options, 0);
/osnet-11/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c140 char **options = NULL; local
158 options = calloc (1, sizeof (char *));
159 if (options == NULL) {
160 HAL_DEBUG (("Could not allocate options array"));
171 DBUS_TYPE_ARRAY, DBUS_TYPE_STRING, &options, num_options,
191 if (options != NULL)
192 free (options);
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-device.c92 struct option options[] = { variable in typeref:struct:option
110 while ((i = getopt_long(argc, argv, "a:hr:", options, NULL)) != -1) {
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscp.c61 struct options { struct
75 static struct options opts;
98 * Print a list of the parameters and options for the program.
104 ntfs_log_info("\nUsage: %s [options] device src_file dest_file\n\n"
121 * Read the command line, verify the syntax and parse the options.
H A Dntfsundelete.h40 struct options { struct
/osnet-11/usr/src/lib/libast/common/misc/
H A Dprocopen.c79 static const Namval_t options[] = variable
90 * called by stropt() to set options
594 stropt(getenv(PROC_ENV_OPTIONS), options, sizeof(*options), setopt, &debug); local
/osnet-11/usr/src/lib/libc/port/regex/
H A Dwordexp.c101 char options[9]; local
187 * Turn flags into shell options
190 options[i++] = '-';
191 options[i++] = (char)0x05; /* ksh -^E */
193 options[i++] = 'u';
195 options[i++] = 'N';
196 options[i] = '\0';
200 args[1] = options;
/osnet-11/usr/src/lib/libsum/common/
H A Dsumlib.c47 const char* options; member in struct:Method_s
370 if (methods[i].options)
371 n += sfprintf(sp, "{\n%s\n}", methods[i].options);
/osnet-11/usr/src/lib/libtsnet/common/
H A Dmisc.c182 rtsa_keyword(const char *options, struct rtsa_s *sp, int *errp, char **errstrp) argument
198 *errstrp = (char *)options;
200 while (*options != '\0') {
201 valptr = parse_entry(attrbuf, sizeof (attrbuf), options, ",=");
204 *errstrp = (char *)options;
212 *errstrp = (char *)options;
240 *errstrp = (char *)options;
257 *errstrp = (char *)options;
274 *errstrp = (char *)options;
292 *errstrp = (char *)options;
[all...]
/osnet-11/usr/src/lib/libuvfs/common/
H A Dsvc.c220 const char *mountpoint, uint64_t fsid, const char *options)
299 rc = libuvfs_set_trans_astring(trans, "options", options);
219 libuvfs_daemon_launch(libuvfs_fs_t *fs, const char *special, const char *mountpoint, uint64_t fsid, const char *options) argument

Completed in 172 milliseconds

12345678