Searched defs:options (Results 1 - 25 of 189) sorted by relevance

12345678

/osnet-11/usr/src/lib/libpp/i386/
H A Dpptab.h36 static struct ppkeyword options[] = variable in typeref:struct:ppkeyword
/osnet-11/usr/src/lib/libpp/sparc/
H A Dpptab.h36 static struct ppkeyword options[] = variable in typeref:struct:ppkeyword
/osnet-11/usr/src/lib/krb5/ss/
H A Doptions.c16 static struct option options[] = { variable in typeref:struct:option
29 for (opt = options; opt->text; opt++)
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns.c59 irs_dns_acc(const char *options) { argument
63 UNUSED(options);
122 if ((dns->res->options & RES_INIT) == 0U &&
H A Dlcl.c54 irs_lcl_acc(const char *options) { argument
58 UNUSED(options);
109 if ((lcl->res->options & RES_INIT) == 0U &&
H A Dnis.c64 irs_nis_acc(const char *options) { argument
69 UNUSED(options);
122 if ((nis->res->options & RES_INIT) == 0 &&
/osnet-11/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)
/osnet-11/usr/src/lib/libadm/common/
H A Dgetvol.c71 getvol(char *device, char *label, int options, char *prompt) argument
73 return (_getvol(device, label, options, prompt, NULL));
78 _getvol(char *device, char *label, int options, char *prompt, char *norewind) argument
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/
H A Dcpuid.c37 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
94 "[-l]", N_("Check for CPU features."), options);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkrelpath.c30 static struct option options[] = variable in typeref:struct:option
66 /* Check for options. */
69 int c = getopt_long (argc, argv, "hV", options, 0);
/osnet-11/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_replace.c44 mdcmdopts_t options,
62 return (meta_raid_replace(sp, np, oldnp, newnp, options, ep));
64 return (meta_mirror_replace(sp, np, oldnp, newnp, options, ep));
79 mdcmdopts_t options,
97 return (meta_raid_enable(sp, np, compnp, options, ep));
99 return (meta_mirror_enable(sp, np, compnp, options, ep));
39 meta_replace_byname( mdsetname_t *sp, mdname_t *np, mdname_t *oldnp, mdname_t *newnp, mdcmdopts_t options, md_error_t *ep ) argument
75 meta_enable_byname( mdsetname_t *sp, mdname_t *np, mdname_t *compnp, mdcmdopts_t options, md_error_t *ep ) argument
H A Dmeta_reset.c41 mdcmdopts_t options,
54 if (meta_isopen(sp, np, ep, options) != 0) {
61 mir.force = (options & MDCMD_FORCE) ? 1 : 0;
81 mdcmdopts_t options,
85 options |= MDCMD_RECURSE;
92 if (meta_trans_reset(sp, NULL, options, ep) != 0)
94 if (meta_sp_reset(sp, NULL, options, ep) != 0)
96 if (meta_raid_reset(sp, NULL, options, ep) != 0)
98 if (meta_mirror_reset(sp, NULL, options, ep) != 0)
100 if (meta_stripe_reset(sp, NULL, options, e
38 meta_reset( mdsetname_t *sp, mdname_t *np, mdcmdopts_t options, md_error_t *ep ) argument
79 meta_reset_all( mdsetname_t *sp, mdcmdopts_t options, md_error_t *ep ) argument
114 meta_reset_by_name( mdsetname_t *sp, mdname_t *np, mdcmdopts_t options, md_error_t *ep ) argument
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A Dpr_waitid.c46 idtype_t idtype, id_t id, siginfo_t *infop, int options)
57 return (waitid(idtype, id, infop, options));
90 adp++; /* options argument */
91 adp->arg_value = options;
45 pr_waitid(struct ps_prochandle *Pr, idtype_t idtype, id_t id, siginfo_t *infop, int options) argument
/osnet-11/usr/src/lib/libshell/common/include/
H A Dregress.h36 Shopt_t options; member in struct:Regress_s
39 #define sh_isregress(r) is_option(&sh.regress->options,r)
40 #define sh_onregress(r) on_option(&sh.regress->options,r)
41 #define sh_offregress(r) off_option(&sh.regress->options,r)
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dcat.c30 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
99 options);
H A Decho.c28 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
136 options);
H A Dkeystatus.c28 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
105 options);
H A Dprobe.c37 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
156 N_("Retrieve device info."), options);
H A Dread.c89 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
105 options);
H A Dsleep.c30 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
109 options);
H A Dtr.c30 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
49 /* Select the defaults from options. */
115 N_("Translate SET1 characters to SET2 in STRING."), options);
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dhalt.c29 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
122 options);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt1.c41 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
44 return _getopt_internal (argc, (char **) argv, options, long_options,
49 _getopt_long_r (int argc, char **argv, const char *options,
53 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
64 const char *options,
67 return _getopt_internal (argc, (char **) argv, options, long_options,
72 _getopt_long_only_r (int argc, char **argv, const char *options,
76 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
40 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
48 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
62 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
71 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dextcmd.h40 const struct grub_arg_option *options; member in struct:grub_extcmd

Completed in 98 milliseconds

12345678