Searched refs:seen (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/zorro/
H A Dnames.c22 unsigned short seen; member in struct:zorro_prod_info
94 int nr = prod_p->seen + 1;
95 prod_p->seen = nr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c128 * we haven't seen.
137 * SYN_SENT: SYN-only packet seen
138 * SYN_RECV: SYN-ACK packet seen
139 * ESTABLISHED: ACK packet seen
140 * FIN_WAIT: FIN packet seen
141 * CLOSE_WAIT: ACK seen (after FIN)
142 * LAST_ACK: FIN seen (after FIN)
143 * TIME_WAIT: last ACK seen
194 * sFW -> sLA FIN seen in both directions, waiting for
206 * sSS -> sIV ACK is invalid: we haven't seen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dnf_conntrack_tcp.h50 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member in struct:ip_ct_tcp
56 u_int32_t last_seq; /* Last sequence number seen in dir */
57 u_int32_t last_ack; /* Last sequence number seen in opposite dir */
59 u_int16_t last_win; /* Last window advertisement seen in dir */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtail.c89 int nfiles, nread, nwrite, seen, i, opt; local
176 seen = 1;
182 if (seen < count) {
184 nwrite -= (count - seen);
185 seen = count;
190 if (*s++ == '\n' && ++seen == count) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_device.c176 int i = 0, length = 0, seen = 0, cplen, sl; local
201 "OF_COMPATIBLE_%d=%s", seen, compat))
207 seen++;
212 "OF_COMPATIBLE_N=%d", seen))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/
H A Dcore.c66 int cplen, seen = 0; local
99 "OF_COMPATIBLE_%d=%s", seen, compat);
104 seen += 1;
109 "OF_COMPATIBLE_N=%d", seen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dsrc-dep.pl46 local(@a,%seen,@ret,$r);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dsrc-dep.pl46 local(@a,%seen,@ret,$r);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-dbg.c502 struct ed **seen, *ed; local
508 if (!(seen = kmalloc (DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC)))
538 if (seen [temp] == ed)
571 seen [seen_count++] = ed;
576 /* we've seen it and what's after */
588 kfree (seen);
H A Dehci-dbg.c488 union ehci_shadow p, *seen; local
494 if (!(seen = kmalloc (DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC)))
535 if (seen [temp].ptr != p.ptr)
574 seen [seen_count++].qh = p.qh;
615 kfree (seen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.h105 int seen; member in struct:module
H A Dmodpost.c1052 ".plt", /* seen on ARCH=um build on x86_64. Harmless */
1135 ".plt", /* seen on ARCH=um build on x86_64. Harmless */
1397 m->seen = is_vmlinux(m->name);
1410 if (s->module->seen)
1413 s->module->seen = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strrchr.S78 beq t1, $loop # U : if we havnt seen a null, loop
99 cmoveq t8, 0x3f, t2 # E : Compensate for case when no match is seen
H A Dstrrchr.S51 beq t1, $loop # .. e1 : if we havnt seen a null, loop
H A Dev6-strncpy_from_user.S192 mskql t6, a1, t6 # U : already seen
H A Dev6-stxncpy.S208 mskql t6, a1, t6 # U : mask out bits already seen
H A Dstrncpy_from_user.S156 mskql t6, a1, t6 # e0 : already seen
H A Dstxncpy.S166 mskql t6, a1, t6 # e0 : mask out bits already seen
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DAndroid.mk79 # for NOTICE files before it gets to this point, so it will only be seen
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c371 int alloc = 0, rc = 0, seen = 0; local
391 seen |= Opt_context;
411 if (seen & (Opt_context|Opt_defcontext)) {
423 seen |= Opt_context;
427 if (seen & Opt_fscontext) {
439 seen |= Opt_fscontext;
443 if (seen & Opt_rootcontext) {
455 seen |= Opt_rootcontext;
466 if (seen & (Opt_context|Opt_defcontext)) {
478 seen |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_attr.c1156 u_char seen[BGP_ATTR_BITMAP_SIZE];
1159 memset (seen, 0, BGP_ATTR_BITMAP_SIZE);
1195 if (CHECK_BITMAP (seen, type))
1210 SET_BITMAP (seen, type);
1152 u_char seen[BGP_ATTR_BITMAP_SIZE]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html500 $toplevel = 0; # top level seen in hierarchy
1591 local($_, %seen, %context, $before, $match, $after);
1595 $seen{$&}++;
1603 $seen{'e-mail address'}++;
1606 $seen{$match}++;
1615 foreach (sort(keys(%seen))) {
1620 print "$_ ($seen{$_})\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html500 $toplevel = 0; # top level seen in hierarchy
1591 local($_, %seen, %context, $before, $match, $after);
1595 $seen{$&}++;
1603 $seen{'e-mail address'}++;
1606 $seen{$match}++;
1615 foreach (sort(keys(%seen))) {
1620 print "$_ ($seen{$_})\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Duri.c633 /* Keep everything we've seen so far. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Duri.c633 /* Keep everything we've seen so far. */

Completed in 191 milliseconds

12