Searched defs:options (Results 26 - 50 of 189) sorted by relevance

12345678

/osnet-11/usr/src/grub/grub2/util/
H A Dbin2h.c27 static struct option options[] = variable in typeref:struct:option
63 /* Check for options. */
66 int c = getopt_long (argc, argv, "snm:r:hVv", options, 0);
H A Dgrub-mkdevicemap.c73 static struct option options[] = variable in typeref:struct:option
120 /* Check for options. */
123 int c = getopt_long (argc, argv, "snm:r:hVv", options, 0);
H A Dgrub-mkpasswd-pbkdf2.c37 static struct option options[] = variable in typeref:struct:option
101 /* Check for options. */
104 int c = getopt_long (argc, argv, "c:l:s:hvV", options, 0);
H A Dgrub-script-check.c43 static struct option options[] = variable in typeref:struct:option
127 /* Check for options. */
130 int c = getopt_long (argc, argv, "hvV", options, 0);
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c20 static option_t options[] = { variable
121 add_options(options);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscat.h31 struct options { struct
H A Dntfscluster.h41 struct options { struct
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dmnt.h50 char* options; /* options */ member in struct:__anon1113
/osnet-11/usr/src/lib/libast/common/include/
H A Dmnt.h41 char* options; /* options */ member in struct:__anon1147
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dmnt.h50 char* options; /* options */ member in struct:__anon1207
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dmnt.h50 char* options; /* options */ member in struct:__anon1229
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dmnt.h50 char* options; /* options */ member in struct:__anon1251
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmfmapper.h50 char *options; member in struct:__anon1836
56 * The presently open mapper pathname and options. Can be based on the
67 * (Processed) options. Transparent to KMF. Each mapper can store its
68 * data there since options can be unique to every KMF handle.
70 void *options; member in struct:__anon1837
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhexdump.c30 static const struct grub_arg_option options[] = { variable in typeref:struct:grub_arg_option
128 options);
H A Diorw.c32 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
123 N_("PORT"), N_("Read byte from PORT."), options);
126 N_("PORT"), N_("Read word from PORT."), options);
129 N_("PORT"), N_("Read dword from PORT."), options);
H A Dmemrw.c31 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
125 N_("ADDR"), N_("Read byte from ADDR."), options);
128 N_("ADDR"), N_("Read word from ADDR."), options);
131 N_("ADDR"), N_("Read dword from ADDR."), options);
H A Dlsacpi.c195 static const struct grub_arg_option options[] = { variable in typeref:struct:grub_arg_option
244 N_("Show ACPI information."), options);
H A Dlspci.c121 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
230 N_("List PCI devices."), options);
H A Dregexp.c32 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
142 N_("Test if REGEXP matches STRING."), options);
H A Dsearch_wrap.c32 static const struct grub_arg_option options[] = variable in typeref:struct:grub_arg_option
63 enum options enum
195 options);
/osnet-11/usr/src/lib/libc/port/sys/
H A Dcorectl.c34 core_set_options(int options) argument
36 return (syscall(SYS_corectl, CC_SET_OPTIONS, options));
/osnet-11/usr/src/lib/librdc/common/
H A Dlibrdc.h59 char options[NSC_MAXPATH]; member in struct:rdcconfig_s
79 const char *mode, const char *group, const char *ctag, const char *options,
/osnet-11/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++) {
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmain.c86 static struct option options[] =
141 while ((opt = getopt_long (argc, argv, "r:d:m:vH:hV", options, 0)) != -1)
85 static struct option options[] = variable in typeref:struct:option
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dcmain.c54 grub_ieee1275_phandle_t options;
69 grub_ieee1275_finddevice ("/options", &options);
72 rc = grub_ieee1275_get_integer_property (options, "real-mode?", &realmode,
53 grub_ieee1275_phandle_t options; local

Completed in 1779 milliseconds

12345678