Searched refs:options (Results 126 - 150 of 981) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/boot/
H A DMakefile23 drop-sections = .reginfo .mdebug .comment .note .pdr .options .MIPS.options
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/ddb5xxx/common/
H A Dnile4.c112 void ddb_set_pmr(u32 pmr, u32 type, u32 addr, u32 options) argument
123 ddb_out32(pmr, (type << 1) | (addr & 0xffe00000) | options );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_fs.h59 if (card->options.checksum_type == SW_CHECKSUMMING)
61 else if (card->options.checksum_type == HW_CHECKSUMMING)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dgetopt.c15 * @options: the options string
23 * Helper to parse options on the format used by mount ("a=b,c=d,e,f").
27 int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts, argument
34 if ((token = strsep(options, ",")) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Duname.c41 static const char options[] ALIGN1 = "snrvmpa";
61 toprint = getopt32(argv, options);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dbootx.h21 #pragma options align=power
168 #pragma options align=reset
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/monkeys_audio_utilities/flac_mac/
H A Dmain.c42 char prog[MAX_PATH], cmdline[MAX_PATH*2], from[MAX_PATH], to[MAX_PATH], macdir[MAX_PATH], options[256], *p; local
54 /* determine which codec we were called as and parse the options */
104 sprintf(options, "-%d", flac_level);
107 strcat(options, " ");
108 strcat(options, argv[i]);
110 sprintf(cmdline, "\"%s\" %s -o \"%s\" \"%s\"", prog, options, argv[to_arg], argv[from_arg]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dbsd-comp.c127 static void *bsd_decomp_alloc __P((u_char *options, int opt_len));
129 static int bsd_decomp_init __P((void *state, u_char *options, int opt_len,
285 bsd_alloc(options, opt_len, decomp)
286 u_char *options;
293 if (opt_len != 3 || options[0] != CI_BSD_COMPRESS || options[1] != 3
294 || BSD_VERSION(options[2]) != BSD_CURRENT_VERSION)
297 bits = BSD_NBITS(options[2]);
364 bsd_decomp_alloc(options, opt_len)
365 u_char *options;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dindydog.c105 int options, retval = -EINVAL; local
107 .options = WDIOF_KEEPALIVEPING |
131 if (get_user(options, (int *)arg))
134 if (options & WDIOS_DISABLECARD) {
139 if (options & WDIOS_ENABLECARD) {
H A Dsbc_epx_c3.c106 int options, retval = -EINVAL; local
109 .options = WDIOF_KEEPALIVEPING |
129 if (get_user(options, argp))
132 if (options & WDIOS_DISABLECARD) {
137 if (options & WDIOS_ENABLECARD) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dvmwatchdog.c152 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
173 int options, ret; local
174 if (get_user(options, (int __user *)arg))
177 if (options & WDIOS_DISABLECARD) {
182 if (options & WDIOS_ENABLECARD) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Driowatchdog.c121 unsigned int options; local
141 if (copy_from_user(&options, argp, sizeof(options)))
144 if (options & WDIOS_DISABLECARD)
146 else if (options & WDIOS_ENABLECARD)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds23_srvr.c298 if (!(s->options & SSL_OP_NO_SSLv2))
307 if (!(s->options & SSL_OP_NO_TLSv1))
313 else if (!(s->options & SSL_OP_NO_SSLv3))
319 else if (!(s->options & SSL_OP_NO_SSLv2))
324 else if (!(s->options & SSL_OP_NO_SSLv3))
330 else if (!(s->options & SSL_OP_NO_SSLv2))
367 if (!(s->options & SSL_OP_NO_TLSv1))
372 else if (!(s->options & SSL_OP_NO_SSLv3))
381 if (!(s->options & SSL_OP_NO_SSLv3))
386 else if (!(s->options
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dpkcs12.c82 int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options, char *pempass);
84 int passlen, int options, char *pempass);
85 int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bags, char *pass, int passlen, int options, char *pempass);
105 int options = 0; local
147 if (!strcmp (*args, "-nokeys")) options |= NOKEYS;
150 else if (!strcmp (*args, "-nocerts")) options |= NOCERTS;
151 else if (!strcmp (*args, "-clcerts")) options |= CLCERTS;
152 else if (!strcmp (*args, "-cacerts")) options |= CACERTS;
153 else if (!strcmp (*args, "-noout")) options |= (NOKEYS|NOCERTS);
154 else if (!strcmp (*args, "-info")) options |
717 dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options, char *pempass) argument
759 dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, char *pass, int passlen, int options, char *pempass) argument
773 dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, int passlen, int options, char *pempass) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c151 static void *bsd_comp_alloc __P((u_char *options, int opt_len));
152 static void *bsd_decomp_alloc __P((u_char *options, int opt_len));
154 static int bsd_comp_init __P((void *state, u_char *options, int opt_len,
156 static int bsd_decomp_init __P((void *state, u_char *options, int opt_len,
321 bsd_alloc(options, opt_len, decomp)
322 u_char *options;
329 if (opt_len != 3 || options[0] != CI_BSD_COMPRESS || options[1] != 3
330 || BSD_VERSION(options[2]) != BSD_CURRENT_VERSION)
333 bits = BSD_NBITS(options[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dscript.c33 #include "options.h"
37 #include "options.h"
188 for (i = 0; options[i].code; i++)
189 if (get_option(packet, options[i].code))
211 for (i = 0, j = 4; options[i].code; i++) {
212 if ((temp = get_option(packet, options[i].code))) {
213 envp[j] = xmalloc(upper_length(temp[OPT_LEN - 2], &options[i]) + strlen(options[i].name) + 2);
214 fill_options(envp[j], temp, &options[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtx3912fb.c186 int __init tx3912fb_setup(char *options);
300 int __init tx3912fb_setup(char *options) argument
304 if (!options || !*options)
307 while ((this_opt = strsep(&options, ","))) {
308 if (!strncmp(options, "bpp:", 4))
309 tx3912fb_var.bits_per_pixel = simple_strtoul(options+4, NULL, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_mdns.c165 if (config->obj.options.mimicmodel) svc_ref_count++; // DEV_INFO_SERVICE_TYPE
179 if (convert_string(config->obj.options.unixcharset,
181 config->obj.options.server ?
182 config->obj.options.server :
183 config->obj.options.hostname,
236 if (config->obj.options.mimicmodel) {
238 TXTRecordPrintf(&txt_devinfo, "model", config->obj.options.mimicmodel);
257 } /* if (config->obj.options.mimicmodel) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dflacenc.c106 CompressionOptions options; member in struct:FlacEncodeContext
224 s->options.compression_level = 5;
226 s->options.compression_level = avctx->compression_level;
228 av_log(avctx, AV_LOG_DEBUG, " compression: %d\n", s->options.compression_level);
230 level= s->options.compression_level;
233 s->options.compression_level);
237 s->options.block_time_ms = ((int[]){ 27, 27, 27,105,105,105,105,105,105,105,105,105,105})[level];
238 s->options.use_lpc = ((int[]){ 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1})[level];
239 s->options.min_prediction_order= ((int[]){ 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1})[level];
240 s->options
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.h211 void init_options(CommandLineOptions *options);
212 FLAC__bool parse_options(int argc, char *argv[], CommandLineOptions *options);
213 void free_options(CommandLineOptions *options);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Dpcdp.c26 static char options[64], *p = options; local
44 return early_serial_console_init(options);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip32/
H A Dip32-setup.c140 static char options[8]; local
143 strcpy(options, baud);
145 baud ? options : NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Damiga7xx.c33 long long options; local
40 options = OPTION_MEMORY_MAPPED | OPTION_DEBUG_TEST1 | OPTION_INTFLY |
45 options, clock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Ddevice_ops.c36 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0;
37 cdev->private->options.repall = (flags & CCWDEV_REPORT_ALL) != 0;
38 cdev->private->options.pgroup = (flags & CCWDEV_DO_PATHGROUP) != 0;
39 cdev->private->options.force = (flags & CCWDEV_ALLOW_FORCE) != 0;
51 cdev->private->options.repall) ||
53 cdev->private->options.fast))
55 cdev->private->options.fast |= (flags & CCWDEV_EARLY_NOTIFICATION) != 0;
56 cdev->private->options.repall |= (flags & CCWDEV_REPORT_ALL) != 0;
57 cdev->private->options.pgroup |= (flags & CCWDEV_DO_PATHGROUP) != 0;
58 cdev->private->options
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h75 void *(*comp_alloc) (unsigned char *options, int opt_len);
81 int (*comp_init) (void *state, unsigned char *options,
95 void *(*decomp_alloc) (unsigned char *options, int opt_len);
101 int (*decomp_init) (void *state, unsigned char *options,

Completed in 364 milliseconds

1234567891011>>