Searched refs:opt (Results 276 - 300 of 571) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dmasktest.c434 int opt; local
468 while ((opt = getopt(argc, argv, "n:d:U:s:hm:f:aoW:M:vEi")) != EOF) {
469 switch (opt) {
516 printf("Unknown option %c (%d)\n", (char)opt, opt);
H A Drpctorture.c222 int opt; local
347 while ((opt = getopt(argc, argv,"s:O:M:S:i:N:o:n:d:l:hI:EB:U:L:t:m:W:T:D:c:")) != EOF)
349 switch (opt)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_generic.c385 struct tc_prio_qopt opt = { .bands = PFIFO_FAST_BANDS }; local
387 memcpy(&opt.priomap, prio2band, TC_PRIO_MAX+1);
388 RTA_PUT(skb, TCA_OPTIONS, sizeof(opt), &opt);
395 static int pfifo_fast_init(struct Qdisc *qdisc, struct rtattr *opt) argument
H A Dsch_htb.c1065 static int htb_init(struct Qdisc *sch, struct rtattr *opt) argument
1071 if (!opt || rtattr_parse_nested(tb, TCA_HTB_INIT, opt) ||
1143 struct tc_htb_opt opt; local
1154 memset(&opt, 0, sizeof(opt));
1156 opt.rate = cl->rate->rate;
1157 opt.buffer = cl->buffer;
1158 opt.ceil = cl->ceil->rate;
1159 opt
1383 struct rtattr *opt = tca[TCA_OPTIONS - 1]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_misc.c583 MINFO->values.reg.opt = (bd->pins[54] & 7) << 10;
595 MINFO->values.reg.opt = 0x00000C00;
608 MINFO->values.reg.opt = ((bd->pins[53] << 15) & 0x00400000) |
623 MINFO->values.reg.opt = 0x10000400;
642 MINFO->values.reg.opt = get_u32(bd->pins+ 48);
673 MINFO->values.reg.opt = 0x404A1160;
741 u32 opt; local
747 pci_read_config_dword(pdev, PCI_OPTION_REG, &opt);
748 pci_write_config_dword(pdev, PCI_OPTION_REG, opt | PCI_OPTION_ENABLE_ROM);
754 pci_write_config_dword(pdev, PCI_OPTION_REG, opt);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dcrond.c134 unsigned opt; local
140 opt = getopt32(av, "l:L:fbSc:" USE_DEBUG_CROND_OPTION("d:"),
142 if (opt & 1) /* -l */
144 if (opt & 2) /* -L */
147 if (opt & 32) /* -c */
151 if (opt & 64) { /* -d */
161 if (!(opt & 4))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_connection_sock.c315 struct ip_options *opt = inet_rsk(req)->opt; local
318 { .daddr = ((opt && opt->srr) ?
319 opt->faddr :
333 if (opt && opt->is_strictroute && rt->rt_dst != rt->rt_gateway) {
H A Dipconfig.c927 u8 *opt = ext++; local
928 if (*opt == 0) /* Padding */
933 switch (*opt) {
935 if (opt[1])
936 mt = opt[2];
939 if (opt[1] >= 4)
940 memcpy(&server_id, opt + 2, 4);
996 u8 *opt = ext++; local
997 if (*opt == 0) /* Padding */
1001 ic_do_bootp_ext(opt);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_sync.c255 struct ip_vs_sync_conn_options *opt = local
257 memcpy(opt, &cp->in_seq, sizeof(*opt));
285 struct ip_vs_sync_conn_options *opt; local
338 opt = (struct ip_vs_sync_conn_options *)&s[1];
339 memcpy(&cp->in_seq, opt, sizeof(*opt));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-output.c337 int ret, opt; local
376 opt = IP_PMTUDISC_DONT;
378 (char *) &opt, sizeof(opt));
383 opt = IP_PMTUDISC_DO;
385 IP_MTU_DISCOVER, (char *) &opt, sizeof(opt));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c610 unsigned opt; local
629 opt = getopt32(argv, "ci:l:n:v", &str_i, &listfile, &str_n);
631 //if (opt & 1) -c
632 if (opt & 2) G.req_nr_inodes = xatoul(str_i); // -i
633 //if (opt & 4) -l
634 if (opt & 8) { // -n
641 if (opt & 0x10) { // -v
678 opt &= ~1; // clear -c (check)
695 if (opt & 1) // -c ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure374 for opt; do
375 enabled $opt || return 1
380 for opt; do
381 disabled $opt || return 1
386 for opt; do
387 enabled $opt && return 0
392 for opt; do
393 disabled $opt && return 0
399 for opt; do
400 eval : \${$opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dcommon.c991 int i, opt, optlen, reqopts, num; local
1016 opt = ntohs(opth.dh6opt_type);
1022 FNAME, dhcp6optstr(opt), optlen);
1031 switch (opt) {
1156 if (opt == DH6OPT_IA_NA && type_set<2)
1161 else if (opt == DH6OPT_IA_PD && !type_set)
1171 if (opt == DH6OPT_IA_NA)
1178 if (dhcp6_mode == DHCP6_MODE_CLIENT && opt == DH6OPT_IA_PD)
1201 if (opt == DH6OPT_IA_NA)
1346 FNAME, dhcp6optstr(opt), optle
1434 int optlen, opt; local
2040 struct dhcp6_listval *opt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Daf_netrom.c291 int opt; local
299 if (get_user(opt, (int __user *)optval))
304 if (opt < 1)
306 nr->t1 = opt * HZ;
310 if (opt < 1)
312 nr->t2 = opt * HZ;
316 if (opt < 1 || opt > 31)
318 nr->n2 = opt;
322 if (opt <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Dproc.c395 if (server->opt.protocol <= SMB_PROTOCOL_COREPLUS)
446 return time - server->opt.serverzone*60;
452 return time + server->opt.serverzone*60;
642 return server->opt.max_xmit - overhead;
655 VERBOSE("xmit=%d, size=%d\n", server->opt.max_xmit, size);
670 VERBOSE("xmit=%d, size=%d\n", server->opt.max_xmit, size);
837 smb_newconn(struct smb_sb_info *server, struct smb_conn_opt *opt) argument
843 VERBOSE("fd=%d, pid=%d\n", opt->fd, current->pid);
860 filp = fget(opt->fd);
868 server->opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dufs_fs.h208 #define ufs_clear_opt(o,opt) o &= ~UFS_MOUNT_##opt
209 #define ufs_set_opt(o,opt) o |= UFS_MOUNT_##opt
210 #define ufs_test_opt(o,opt) ((o) & UFS_MOUNT_##opt)
H A Dext3_fs.h390 #define clear_opt(o, opt) o &= ~EXT3_MOUNT_##opt
391 #define set_opt(o, opt) o |= EXT3_MOUNT_##opt
392 #define test_opt(sb, opt) (EXT3_SB(sb)->s_mount_opt & \
393 EXT3_MOUNT_##opt)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dunifdef.c226 int opt; local
228 while ((opt = getopt(argc, argv, "i:D:U:I:cdeklnst")) != -1)
229 switch (opt) {
236 opt = *optarg++;
237 if (opt == 'D')
239 else if (opt == 'U')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dfiles.c97 char *opt, *val, *endptr; local
105 if (!(opt = strtok(line, " \t="))) return 0;
108 if (!strcmp(options[i].name, opt))
179 {"opt", read_opt, &(server_config.options), ""},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Drpm.c86 int opt = 0, func = 0, rpm_fd, offset; local
89 while ((opt = getopt(argc, argv, "iqpldc")) != -1) {
90 switch (opt) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/docs/
H A Dautodocifier.pl126 my %opt;
129 \%opt,
135 if (defined $opt{help}) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dhttpd.c1973 unsigned opt; local
1990 /* We do not "absolutize" path given by -h (home) opt.
1993 opt = getopt32(argv, "c:d:h:"
2007 if (opt & OPT_DECODE_URL) {
2012 if (opt & OPT_ENCODE_URL) {
2018 if (opt & OPT_MD5) {
2024 if (opt & OPT_SETUID) {
2032 if (!(opt & OPT_FOREGROUND)) {
2038 if (!(opt & OPT_INETD)) {
2043 if (opt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dlog2pcaphex.c224 int opt; local
242 while((opt = poptGetNextOpt(pc)) != -1) {
243 switch (opt) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A DMakefile.in784 # would be nice if "make prefix=/opt/samba all" also rebuilt things,
785 # but since we also require "make install prefix=/opt/samba" *not* to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/popt/
H A Dpopt.h86 const struct poptOption * opt,

Completed in 574 milliseconds

<<11121314151617181920>>