/osnet-11/usr/src/lib/libpp/i386/ |
H A D | pptab.h | 36 static struct ppkeyword options[] = variable in typeref:struct:ppkeyword
|
/osnet-11/usr/src/lib/libpp/sparc/ |
H A D | pptab.h | 36 static struct ppkeyword options[] = variable in typeref:struct:ppkeyword
|
/osnet-11/usr/src/lib/krb5/ss/ |
H A D | options.c | 16 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 D | dns.c | 59 irs_dns_acc(const char *options) { argument 63 UNUSED(options); 122 if ((dns->res->options & RES_INIT) == 0U &&
|
H A D | lcl.c | 54 irs_lcl_acc(const char *options) { argument 58 UNUSED(options); 109 if ((lcl->res->options & RES_INIT) == 0U &&
|
H A D | nis.c | 64 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 D | cflow.c | 51 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 D | getvol.c | 71 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 D | cpuid.c | 37 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 D | grub-mkrelpath.c | 30 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 D | meta_mdcf.c | 57 mdprtopts_t options = PRINT_SHORT | PRINT_FAST; local 82 if (meta_print_all(sp, tname, NULL, tfp, options, NULL, ep) != 0)
|
H A D | meta_replace.c | 44 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 D | meta_reset.c | 41 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 D | pr_waitid.c | 46 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 D | regress.h | 36 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 D | cat.c | 30 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option 99 options);
|
H A D | echo.c | 28 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option 136 options);
|
H A D | keystatus.c | 28 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option 105 options);
|
H A D | probe.c | 37 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option 156 N_("Retrieve device info."), options);
|
H A D | read.c | 89 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option 105 options);
|
H A D | sleep.c | 30 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option 109 options);
|
H A D | tr.c | 30 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 D | halt.c | 29 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 D | getopt1.c | 41 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 D | extcmd.h | 40 const struct grub_arg_option *options; member in struct:grub_extcmd
|