Searched refs:options (Results 176 - 200 of 578) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_002_pos.ksh58 set -A options "" "-f"
61 function do_unmount_multiple #options #expect
92 while (( i < ${#options[*]} )); do
93 do_unmount_multiple "${options[i]}" 1
H A Dzfs_unmount_003_pos.ksh58 set -A options "" "-f"
62 function do_unmount_multiple #options #expect #mountpoint
100 while (( j < ${#options[*]} )); do
101 do_unmount_multiple "${options[j]}" 1 "${mopts[i]}"
H A Dzfs_unmount_004_pos.ksh59 set -A options "" "-f"
62 function do_unmount_multiple #options #expect
93 while (( i < ${#options[*]} )); do
94 do_unmount_multiple "${options[i]}" 1
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mdcf.c57 mdprtopts_t options = PRINT_SHORT | PRINT_FAST; local
82 if (meta_print_all(sp, tname, NULL, tfp, options, NULL, ep) != 0)
H A Dmeta_rename.c256 mdcmdopts_t options,
260 int flags = (options & MDCMD_FORCE)? FORCE: 0;
279 if ((options & MDCMD_DOIT) == 0) {
345 if (options & MDCMD_PRINT) {
432 mdcmdopts_t options,
436 int flags = (options & MDCMD_FORCE)? FORCE: 0;
456 if ((options & MDCMD_DOIT) == 0) {
515 if (options & MDCMD_PRINT) {
252 meta_rename( mdsetname_t *sp, mdname_t *from_np, mdname_t *to_np, mdcmdopts_t options, md_error_t *ep ) argument
428 meta_exchange( mdsetname_t *sp, mdname_t *from_np, mdname_t *to_np, mdcmdopts_t options, md_error_t *ep ) argument
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
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dcflow.c51 const char *options = (**argv=='r'?sh_optreturn:sh_optexit); local
52 while((n = optget(argv,options))) switch(n)
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_trace.c60 static struct option options[] = { variable in typeref:struct:option
79 for (opt = options; opt->name; opt++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c20 static option_t options[] = { variable
121 add_options(options);
/illumos-gate/usr/src/cmd/mkpwdict/
H A Dmkpwdict.c38 char options[] = "s:d:"; variable
89 while ((c = getopt(argc, argv, options)) != EOF) {
/illumos-gate/usr/src/cmd/svc/milestone/
H A Drmtmpfiles33 # svc:/system/rmtmpfiles> setprop options/clean_vartmp="true"
70 CLEAN_VARTMP=`svcprop -c -p options/clean_vartmp $SMF_FMRI`
/illumos-gate/usr/src/ucbcmd/rusage/
H A Drusage.c56 int options = 0; local
94 while (wait3(&status.w_status, options, &ru) != p)
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c288 * options components.
291 * "[filename] [-options]". If filename is specified, it is copied into the
333 /* The rest of the line is the options. */
352 char *options; local
366 options = prom_path_options(devpath);
367 if (options != NULL) {
372 if (strstr(options, ",protocol=ip,") != NULL)
374 while ((options = strstr(options, SEARCHSTRING)) !=
378 nextc = options[SEARCHSTRLE
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dqlc.conf165 #Name: Connection options
176 connection-options=2;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_apps.h116 uint16_t options; member in struct:lbp
126 uint16_t options; member in struct:lbp
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dllib-llpprt53 char *stty; /* space separated list of stty options */
62 char **options; /* space separated list of undefined -o options */
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkquery.c134 if (statp->options & RES_DEBUG)
160 hp->rd = (statp->options & RES_RECURSE) != 0U;
251 if ((statp->options & RES_DEBUG) != 0U)
270 if (statp->options & RES_USE_DNSSEC) {
272 if (statp->options & RES_DEBUG)
306 if ((statp->options & RES_DEBUG) != 0U)
H A Dres_init.c205 statp->options = RES_DEFAULT;
556 if (MATCH(buf, "options")) {
557 res_setoptions(statp, buf + sizeof("options") - 1, "conf");
602 if (statp->options & RES_DEBUG) {
613 statp->options |= RES_INIT;
628 res_setoptions(res_state statp, const char *options, const char *source) argument
630 const char *cp = options;
635 if (statp->options & RES_DEBUG)
637 options, source);
643 /* search for and process individual options */
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c131 krb5_get_init_creds_opt *options)
143 prompter, data, start_time, in_tkt_service, options, NULL));
161 krb5_get_init_creds_opt *options,
202 ret = krb5int_gic_opt_to_opte(context, options, &opte, 1,
285 if (!(options->flags & KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT))
517 krb5_flags options, krb5_address * const *addrs, krb5_enctype *ktypes,
538 if (options&KDC_OPT_FORWARDABLE)
541 if (options&KDC_OPT_PROXIABLE)
556 creds->server, (realm is taken from creds->client), with options
557 options, an
123 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
152 __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 krb5int_populate_gic_opt( krb5_context context, krb5_gic_opt_ext **opte, krb5_flags options, krb5_address * const *addrs, krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types, krb5_creds *creds) argument
574 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...]
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh613 if [[ -z $options ]]; then
662 printf "\n$(gettext "Usage: kclient [ options ]")\n" >&2
663 printf "\t$(gettext "where options are any of the following")\n\n" >&2
1659 D) options="$options -D"
1662 K) options="$options -K"
1665 R) options="$options -R"
1669 T) options
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c151 static void *bsd_comp_alloc(uchar_t *options, int opt_len);
152 static void *bsd_decomp_alloc(uchar_t *options, int opt_len);
154 static int bsd_comp_init(void *state, uchar_t *options, int opt_len,
156 static int bsd_decomp_init(void *state, uchar_t *options, int opt_len,
347 bsd_alloc(uchar_t *options, int opt_len, int decomp) argument
358 options[0] != CI_BSD_COMPRESS ||
359 options[1] != 3 ||
360 BSD_VERSION(options[2]) != BSD_CURRENT_VERSION) {
365 bits = BSD_NBITS(options[2]);
457 bsd_comp_alloc(uchar_t *options, in argument
466 bsd_decomp_alloc(uchar_t *options, int opt_len) argument
477 bsd_init(struct bsd_db *db, uchar_t *options, int opt_len, int unit, int hdrlen, int mru, int debug, int decomp) argument
526 bsd_comp_init(void *state, uchar_t *options, int opt_len, int unit, int hdrlen, int debug) argument
537 bsd_decomp_init(void *state, uchar_t *options, int opt_len, int unit, int hdrlen, int mru, int debug) argument
[all...]
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c46 * MAXOPTIONSTRING is the max length of the options string used in getopt and
48 * providing for options with arguments. e.g. "t:Cs:hglr:"
52 /* standard command options table to support -?, -V */
59 /* standard subcommand options table to support -? */
178 * object - object for which to get options
179 * subcommand - subcommand for which to get options
318 optionProp_t *options; local
337 options = getOptions(objp->value, subcommand->value);
345 /* print options if applicable */
346 if (options !
[all...]
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c504 cmdOptions_t *options)
521 for (; options->optval; options++) {
522 switch (options->optval) {
524 if (!isValidWWN(options->optarg)) {
529 sscanf(options->optarg, "%016llx", &virtualportWWN);
617 char **wwn_argv, cmdOptions_t *options)
636 for (; options->optval; options++) {
637 switch (options
503 fc_util_delete_npivport(int wwnCount, char **wwn_argv, cmdOptions_t *options) argument
616 fc_util_create_npivport(int wwnCount, char **wwn_argv, cmdOptions_t *options) argument
[all...]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c46 * MAXOPTIONSTRING is the max length of the options string used in getopt and
48 * providing for options with arguments. e.g. "t:Cs:hglr:"
52 /* standard command options table to support -?, -V */
59 /* standard subcommand options table to support -? */
179 * object - object for which to get options
180 * subcommand - subcommand for which to get options
320 optionProp_t *options; local
339 options = getOptions(objp->value, subcommand->value);
347 /* print options if applicable */
348 if (options !
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c165 * If the request includes -o options there may be pitch and
181 prs->request->options
182 && (list = dashos(prs->request->options))
910 /* if not authorized, remove "nolabels" from options */
912 if (prs->request->options &&
913 (list = dashos(prs->request->options))) {
915 free(prs->request->options);
916 prs->request->options = sprintlist(list);
944 /* Take out 'nobanner' from request options. */
945 if (prs->request->options
[all...]

Completed in 777 milliseconds

1234567891011>>