Searched refs:prev (Results 1 - 25 of 1039) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dformat.pl43 my ($prev, $curr, $str);
44 $prev = ''; $curr = '';
47 print OUTFILE $prev;
48 $prev = $curr;
52 if ( $prev =~ /<programlisting>$|<screen>$/ ) {
53 chomp $prev;
54 $curr = join( '', $prev, "<![CDATA[", $curr );
55 $prev = '';
59 chomp $prev;
60 $curr = join( '', $prev, "]]>",
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dlist_debug.c16 * the prev/next entries already!
20 struct list_head *prev,
23 if (unlikely(next->prev != prev)) {
24 printk(KERN_ERR "list_add corruption. next->prev should be "
25 "prev (%p), but was %p. (next=%p).\n",
26 prev, next->prev, next);
29 if (unlikely(prev->next != next)) {
30 printk(KERN_ERR "list_add corruption. prev
19 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Drunlevel.c22 char prev; local
29 prev = ut->ut_pid / 256;
30 if (prev == 0) prev = 'N';
31 printf("%c %c\n", prev, ut->ut_pid % 256);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dlist.c9 * the prev/next entries already!
12 struct list_head * prev,
15 next->prev = add;
17 add->prev = prev;
18 prev->next = add;
44 __list_add(add, head->prev, head);
48 * Delete a list entry by making the prev/next entries
52 * the prev/next entries already!
54 void __list_del(struct list_head * prev, struc argument
11 __list_add(struct list_head * add, struct list_head * prev, struct list_head * next) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dlist.h12 * sometimes we already know the next/prev entries and we can
18 struct list_head *next, *prev; member in struct:list_head
27 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
35 * the prev/next entries already!
38 struct list_head * prev,
41 next->prev = new;
43 new->prev = prev;
44 prev->next = new;
70 __list_add(new, head->prev, hea
37 __list_add(struct list_head * new, struct list_head * prev, struct list_head * next) argument
80 __list_del(struct list_head * prev, struct list_head * next) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dlist.h12 * sometimes we already know the next/prev entries and we can
18 struct list_head *next, *prev; member in struct:list_head
27 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
35 * the prev/next entries already!
38 struct list_head * prev,
41 next->prev = new;
43 new->prev = prev;
44 prev->next = new;
70 __list_add(new, head->prev, hea
37 __list_add(struct list_head * new, struct list_head * prev, struct list_head * next) argument
80 __list_del(struct list_head * prev, struct list_head * next) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dcmpxchg.h64 unsigned long prev; local
68 : "=a"(prev)
71 return prev;
74 : "=a"(prev)
77 return prev;
80 : "=a"(prev)
83 return prev;
86 : "=a"(prev)
89 return prev;
97 unsigned long prev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dkernel-list.h10 * sometimes we already know the next/prev entries and we can
16 struct list_head *next, *prev; member in struct:list_head
25 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
36 * the prev/next entries already!
39 struct list_head * prev,
42 next->prev = new;
44 new->prev = prev;
45 prev->next = new;
61 __list_add(new, head->prev, hea
38 __list_add(struct list_head * new, struct list_head * prev, struct list_head * next) argument
71 __list_del(struct list_head * prev, struct list_head * next) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Ddlinklist.h22 prev pointer */
30 (p)->next = (p)->prev = NULL; \
32 (list)->prev = (p); \
34 (p)->prev = NULL; \
44 if (list) (list)->prev = NULL; \
46 if ((p)->prev) (p)->prev->next = (p)->next; \
47 if ((p)->next) (p)->next->prev = (p)->prev; \
49 if ((p) && ((p) != (list))) (p)->next = (p)->prev
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dmutex-xchg.h95 int prev = atomic_xchg(count, 0); local
97 if (unlikely(prev < 0)) {
100 * state. If while doing so we get back a prev value of 1
109 prev = atomic_xchg(count, prev);
110 if (prev < 0)
111 prev = 0;
115 return prev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dmmu_context.h9 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,
14 #define activate_mm(prev,next) switch_mm((prev),(next),NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbutil.h29 struct keys_node *prev, *next; member in struct:keys_node
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/images/
H A DMakefile3 COPY= api.gif next.gif prev.gif ps.gif ref.gif
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dauth.c47 struct uam_obj *prev, *start; local
52 prev = start;
54 while((prev = prev->uam_prev) != start) {
55 strcat(uamnames, prev->uam_name);
69 struct uam_obj *prev, *start; local
74 prev = start;
75 while ((prev = prev->uam_prev) != start)
76 if (strndiacasecmp(prev
131 struct uam_mod *mod, *prev, *start = &uam_modules; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dauth.c47 struct uam_obj *prev, *start; local
52 prev = start;
54 while((prev = prev->uam_prev) != start) {
55 strcat(uamnames, prev->uam_name);
69 struct uam_obj *prev, *start; local
74 prev = start;
75 while ((prev = prev->uam_prev) != start)
76 if (strndiacasecmp(prev
131 struct uam_mod *mod, *prev, *start = &uam_modules; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dmmu_context.h12 static inline void paravirt_activate_mm(struct mm_struct *prev, argument
35 static inline void switch_mm(struct mm_struct *prev, argument
41 if (likely(prev != next)) {
43 cpu_clear(cpu, prev->cpu_vm_mask);
56 if (unlikely(prev->context.ldt != next->context.ldt))
78 #define activate_mm(prev, next) \
80 paravirt_activate_mm(prev, next); \
81 switch_mm((prev),(next),NULL); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dmmu_context.h8 #define switch_mm(prev,next,tsk) ((void)0)
10 #define activate_mm(prev,next) ((void)0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_limit.h14 u_int64_t prev; member in struct:ipt_rateinfo
18 unsigned long prev; member in struct:ipt_rateinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv6/
H A Dip6t_limit.h14 u_int64_t prev; member in struct:ip6t_rateinfo
18 unsigned long prev; member in struct:ip6t_rateinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dsystem-generic.h18 extern void *switch_to(void *prev, void *next, void *last);
44 extern void *_switch_to(void *prev, void *next, void *last);
45 #define switch_to(prev, next, last) prev = _switch_to(prev, next, last)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dmmu_context.h35 #define switch_mm(prev, next, tsk) \
37 if (prev != next) \
38 change_mm_context(&prev->context, &next->context, next->pgd); \
41 #define activate_mm(prev, next) \
43 change_mm_context(&prev->context, &next->context, next->pgd); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_advertise.h25 struct bgp_advertise *prev; member in struct:bgp_advertise_fifo
48 struct bgp_advertise *prev; member in struct:bgp_advertise
68 struct bgp_adj_out *prev; member in struct:bgp_adj_out
85 struct bgp_adj_in *prev; member in struct:bgp_adj_in
106 struct fifo *prev; member in struct:fifo
112 Xfifo->next = Xfifo->prev = Xfifo; \
120 Xnode->prev = Xfifo->prev; \
121 Xfifo->prev = Xfifo->prev
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_linklist.c62 add->prev = linklist->tail;
67 add->prev = NULL;
76 if (node->prev)
78 node->prev->next = add;
79 add->prev = node->prev;
84 add->prev = NULL;
88 node->prev = add;
104 if (rem->prev)
105 rem->prev
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dllist.c79 list->head->prev = NULL;
86 ne->prev = e;
88 list->head->prev = ne;
92 e->next->prev = ne;
122 e->next->prev = NULL;
125 e->prev->next = e->next;
127 list->tail = e->prev;
129 e->next->prev = e->prev;
135 e->prev
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dlinklist.c73 node->prev = list->tail;
102 new->prev = n->prev;
104 if (n->prev)
105 n->prev->next = new;
108 n->prev = new;
115 new->prev = list->tail;
137 list->head->prev = nn;
142 nn->prev = pp;
149 pp->next->prev
[all...]

Completed in 301 milliseconds

1234567891011>>