Searched refs:option (Results 201 - 225 of 1583) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dv9fs.c91 int option = 0; local
119 int r = match_int(&args[0], &option);
129 v9ses->debug = option;
131 p9_debug_level = option;
136 v9ses->dfltuid = option;
139 v9ses->dfltgid = option;
142 v9ses->afid = option;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dfiles.c93 /* read a dhcp option and add it to opt_list */
98 struct dhcp_option *option = NULL; local
109 option = &(options[i]);
111 if (!option) return 0;
116 length = option_lengths[option->flags & TYPE_MASK];
118 switch (option->flags & TYPE_MASK) {
166 attach_option(opt_list, option, buffer, length);
168 } while (val && retval && option->flags & OPTION_LIST);
178 {"option", read_opt, &(server_config.options), ""},
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_dccp.c44 static struct option opts[] = {
50 { .name = "dccp-option", .has_arg = 1, .flag = 0, .val = '4' },
124 exit_error(PARAMETER_PROBLEM, "Bad DCCP option `%s'",
179 "Only one `--dccp-option' allowed");
182 einfo->option = parse_dccp_option(argv[optind-1]);
269 print_option(u_int8_t option, int invert, int numeric) argument
271 if (option || invert)
272 printf("option=%s%u ", invert ? "!" : "", option);
305 print_option(einfo->option,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dfiles.c72 /* read a dhcp option and add it to opt_list */
77 struct dhcp_option *option = NULL; local
88 option = &(options[i]);
90 if (!option) return 0;
95 length = option_lengths[option->flags & TYPE_MASK];
97 switch (option->flags & TYPE_MASK) {
145 attach_option(opt_list, option, buffer, length);
147 } while (val && retval && option->flags & OPTION_LIST);
157 {"option", read_opt, &(server_config.options), ""},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Ddhcp6s.c204 warnx("-n dnsserv option was obsoleted. "
668 /* the message must include a Client Identifier option */
670 dprintf(LOG_INFO, "%s" "no server ID option", FNAME);
676 /* the message must include a Server Identifier option in below messages*/
683 dprintf(LOG_INFO, "%s" "no server ID option", FNAME);
686 /* the contents of the Server Identifier option must match ours */
700 /* server information option */
757 * client to which the server has not sent a unicast option, the server
759 * containing a Status Code option with value UseMulticast, a Server
760 * Identifier option containin
1153 struct dhcp6opt *option, *option_endptr = (struct dhcp6opt *) endptr; local
1314 struct dhcp6opt *option; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Ddhcp6s.c205 warnx("-n dnsserv option was obsoleted. "
677 /* the message must include a Client Identifier option */
679 dprintf(LOG_INFO, "%s" "no server ID option", FNAME);
685 /* the message must include a Server Identifier option in below messages*/
692 dprintf(LOG_INFO, "%s" "no server ID option", FNAME);
695 /* the contents of the Server Identifier option must match ours */
709 /* server information option */
766 * client to which the server has not sent a unicast option, the server
768 * containing a Status Code option with value UseMulticast, a Server
769 * Identifier option containin
1226 struct dhcp6opt *option, *option_endptr = (struct dhcp6opt *) endptr; local
1387 struct dhcp6opt *option; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdlpars.tex19 \item distinguishes options, switches and parameters; allows option grouping
38 \twocolitem{switch}{This is a boolean option which can be given or not, but
42 \twocolitem{option}{Option for us here is something which comes with a value 0
43 unlike a switch. For example, {\tt -o:filename} might be an option which allows
59 line switch, option or parameter. An array of such structures should be passed
91 The field {\tt shortName} is the usual, short, name of the switch or the option.
92 {\tt longName} is the corresponding long name or NULL if the option has no long
94 long option names can contain only letters, digits and the underscores.
100 by an option or parameter are:
120 wxCMD_LINE_OPTION_MANDATORY = 0x01, // this option mus
[all...]
H A Dsysopt.tex3 wxSystemOptions stores option/value pairs that wxWidgets itself or
33 quality, e.g. the Terminal font in small sizes is not and this option may be
65 quality, e.g. the Terminal font in small sizes is not and this option may be
97 \twocolitem{mgl.aa-threshold}{Set this integer option to point
111 The compile-time option to include or exclude this functionality
137 Gets an option. The function is case-insensitive to {\it name}.
139 Returns empty string if the option hasn't been set.
152 Gets an option as an integer. The function is case-insensitive to {\it name}.
154 If the option hasn't been set, this function returns $0$.
167 Returns \true if the given option i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/devpts/
H A Dinode.c9 * option, any later version, incorporated herein by reference.
95 * Set @opts to mount options specified in @data. If an option is not
97 * 'newinstance' option which can only be set/cleared on a mount (i.e.
120 int option; local
128 if (match_int(&args[0], &option))
130 opts->uid = option;
134 if (match_int(&args[0], &option))
136 opts->gid = option;
140 if (match_octal(&args[0], &option))
142 opts->mode = option
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/adfs/
H A Dsuper.c164 int option; local
178 if (match_int(args, &option))
180 asb->s_uid = option;
183 if (match_int(args, &option))
185 asb->s_gid = option;
188 if (match_octal(args, &option))
190 asb->s_owner_mask = option;
193 if (match_octal(args, &option))
195 asb->s_other_mask = option;
198 printk("ADFS-fs: unrecognised mount option \"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_cfdc.c110 fsf_cfdc->option = FSF_CFDC_OPTION_NORMAL_MODE;
114 fsf_cfdc->option = FSF_CFDC_OPTION_FORCE;
118 fsf_cfdc->option = FSF_CFDC_OPTION_FULL_ACCESS;
122 fsf_cfdc->option = FSF_CFDC_OPTION_RESTRICTED_ACCESS;
126 fsf_cfdc->option = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/
H A Dvol_id.c129 static const struct option options[] = {
168 int option; local
170 option = getopt_long(argc, argv, "lLutxsah", options, NULL);
171 if (option == -1)
174 switch (option) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevmonitor.c133 int option; local
140 static const struct option options[] = {
149 option = getopt_long(argc, argv, "ekuh", options, NULL);
150 if (option == -1)
153 switch (option) {
H A Dudevinfo.c221 int option; local
225 static const struct option options[] = {
269 option = getopt_long(argc, argv, "aen:p:q:rVh", options, NULL);
270 if (option == -1)
273 dbg("option '%c'", option);
274 switch (option) {
439 fprintf(stderr, "missing option\n");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c80 struct variable_t *option; member in struct:interface_defn_t
150 if (strncmpz(id, ifd->option[i].name, idlen) == 0) {
151 return ifd->option[i].value;
792 bb_error_msg("option with empty value \"%s\"", buf);
801 if (strcmp(currif->option[i].name, firstword) == 0) {
802 bb_error_msg("duplicate option \"%s\"", buf);
812 opt = xrealloc(currif->option, sizeof(*opt) * currif->max_options);
813 currif->option = opt;
815 currif->option[currif->n_options].name = xstrdup(firstword);
816 currif->option[curri
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dshare.c46 curl_share_setopt(CURLSH *sh, CURLSHoption option, ...) argument
61 va_start(param, option);
63 switch(option) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfm2fb.c316 char *option = NULL; local
318 if (fb_get_options("fm2fb", &option))
320 fm2fb_setup(option);
H A Dskeletonfb.c915 char *option = NULL; local
917 if (fb_get_options("xxxfb", &option))
919 xxxfb_setup(option);
1003 char *option = NULL; local
1005 if (fb_get_options("xxxfb", &option))
1007 xxxfb_setup(option);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dsshserver.pl238 # -o: command-line option : OpenSSH 3.1.0 and later
245 # -o: command-line option : SunSSH 1.0.0 and later
533 # Verifies at run time if sshd supports a given configuration file option
536 my ($option, $value) = @_;
542 $err = grep /((Unsupported)|(Bad configuration)|(Deprecated)) option.*$option/,
543 qx($sshd -t -f $sshdconfig -o $option=$value 2>&1);
548 $err = dump_array($sshdconfig, (@cfgarr, "$option $value"));
553 $err = grep /((Unsupported)|(Bad configuration)|(Deprecated)) option.*$option/,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A DMakefile65 $(call cc-option, -ffreestanding) \
66 $(call cc-option, -fno-toplevel-reorder,\
67 $(call cc-option, -fno-unit-at-a-time)) \
68 $(call cc-option, -fno-stack-protector) \
69 $(call cc-option, -mpreferred-stack-boundary=2)
70 KBUILD_CFLAGS += $(call cc-option, -m32)
H A Dboot.h288 int __cmdline_find_option(u32 cmdline_ptr, const char *option, char *buffer, int bufsize);
289 int __cmdline_find_option_bool(u32 cmdline_ptr, const char *option);
290 static inline int cmdline_find_option(const char *option, char *buffer, int bufsize) argument
292 return __cmdline_find_option(boot_params.hdr.cmd_line_ptr, option, buffer, bufsize);
295 static inline int cmdline_find_option_bool(const char *option) argument
297 return __cmdline_find_option_bool(boot_params.hdr.cmd_line_ptr, option);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.l1 %option backup nostdinit noyywrap never-interactive full ecs
2 %option 8bit backup nodefault perf-report perf-report
3 %option noinput
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Diptables.h59 ate an option */
77 const struct option *extra_opts;
112 ate an option */
129 struct option *extra_opts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A DMakefile.Watcom161 @%append $(LINK_ARG) option symfile
163 @%append $(LINK_ARG) option quiet, caseexact, eliminate
164 @%append $(LINK_ARG) option map=$(OBJ_DIR)/$^&.map
165 @%append $(LINK_ARG) option res=$(RESOURCE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/boot/compressed/
H A DMakefile14 KBUILD_CFLAGS += $(call cc-option,-mpacked-stack)
15 KBUILD_CFLAGS += $(call cc-option,-ffreestanding)

Completed in 321 milliseconds

1234567891011>>