Searched refs:next (Results 301 - 325 of 4898) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/
H A Dinit.h31 struct domainlist_s *next; member in struct:domainlist_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_anylinked_list1.h28 struct gl_list_node_impl *next; member in struct:gl_list_node_impl
43 The first node is = root.next, the last node is = root.prev.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dinit.h31 struct domainlist_s *next; member in struct:domainlist_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dfiq.h15 struct fiq_handler *next; member in struct:fiq_handler
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dinode_hash.c14 struct ino_dev_hash_bucket_struct *next; member in struct:ino_dev_hash_bucket_struct
44 bucket = bucket->next;
66 bucket->next = ino_dev_hashtable[i];
79 bucket = ino_dev_hashtable[i]->next;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddhcprelay.c29 struct xid_item *next; member in struct:xid_item
45 item->next = dhcprelay_xid_list.next;
46 dhcprelay_xid_list.next = item;
53 struct xid_item *item = dhcprelay_xid_list.next;
59 last->next = item->next;
61 item = last->next;
64 item = item->next;
71 struct xid_item *item = dhcprelay_xid_list.next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dra_token.l128 rainfo->next = NULL;
131 for (ri = dhcp6_if->ralist; ri; ri = ri->next) {
135 rainfo->next = ri;
137 ri_prev->next = rainfo;
138 rainfo->next = ri;
142 if (ri->next == NULL) {
143 ri->next = rainfo;
144 rainfo->next = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dfilter_common.h39 lzma_next_coder *next, lzma_allocator *allocator,
H A Dcommon.h83 lzma_next_coder *next, lzma_allocator *allocator,
119 /// Hold data and function pointers of the next filter in the chain.
177 lzma_next_coder next; member in struct:lzma_internal_s
181 /// is used on every call to lzma_code until next.code has returned
197 /// Indicates which lzma_action values are allowed by next.code.
201 /// made (no input consumed and no output produced by next.code).
218 /// Initializes the next filter in the chain, if any. This takes care of
222 extern lzma_ret lzma_next_filter_init(lzma_next_coder *next,
225 /// Update the next filter in the chain, if any. This checks that
228 lzma_next_coder *next, lzma_allocato
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma2_decoder.h19 extern lzma_ret lzma_lzma2_decoder_init(lzma_next_coder *next,
H A Dlzma2_encoder.h34 lzma_next_coder *next, lzma_allocator *allocator,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dsystem.h142 #define prepare_arch_switch(next) _prepare_arch_switch(next)
143 void _prepare_arch_switch(struct task_struct *next);
157 #define switch_to(prev, next, last) ((last) = _switch_to((prev), (next)))
159 struct task_struct *next);
163 struct task_struct *next,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Ddict.c68 struct s_dict_node *next; /**< \brief Pointer to next node of NULL if NIL */ member in struct:s_dict_node
114 for (p = Dict_head; p; p = p->next)
137 t_dict_node *tmp = (*p)->next;
228 node->next = Dict_head;
273 for (p = &Dict_head; *p; p = &(*p)->next)
331 for (p = Dict_head; p; p = p->next)
419 *p = (*p)->next;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dfeature.c153 char *cp, *buf, *next; local
163 next = skip_over_word(cp);
164 if (*next == 0)
165 next = 0;
167 *next = 0;
184 cp = next ? next+1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_net.h87 nd->queue = nd->queue->next;
94 nd->queue = nd->queue->next;
118 lp->last->next = nlp;
120 nlp->next = lp;
136 // printk(KERN_DEBUG "%s: lp:%s(%p) mlp:%s(%p) last(%p) next(%p) mndq(%p)\n",
137 // __func__, lp->name, lp, master_lp->name, master_lp, lp->last, lp->next, master_lp->netdev->queue);
139 lp->last->next = lp->next;
140 lp->next->last = lp->last;
142 master_lp->netdev->queue = lp->next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dfault_64.c51 unsigned long long next; local
69 next = tlbp->next;
70 __flush_tlb_slot(next);
73 : : "r" (next), "r" (pteh), "r" (ptel) );
75 next += TLB_STEP;
76 if (next > tlbp->last) next = tlbp->first;
77 tlbp->next = next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dcommon.h83 lzma_next_coder *next, lzma_allocator *allocator,
119 /// Hold data and function pointers of the next filter in the chain.
177 lzma_next_coder next; member in struct:lzma_internal_s
181 /// is used on every call to lzma_code until next.code has returned
197 /// Indicates which lzma_action values are allowed by next.code.
201 /// made (no input consumed and no output produced by next.code).
218 /// Initializes the next filter in the chain, if any. This takes care of
222 extern lzma_ret lzma_next_filter_init(lzma_next_coder *next,
225 /// Update the next filter in the chain, if any. This checks that
228 lzma_next_coder *next, lzma_allocato
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dmodule.c55 for (module = modules; module; module = module->next)
103 entry->next = *entries;
106 (*entries)->prevp = &entry->next;
121 *entry->prevp = entry->next;
122 if (entry->next)
123 entry->next->prevp = entry->prevp;
135 for (entry = entries; entry; entry = entry->next)
155 for (entry = entries; entry; entry = entry->next)
195 for (module = modules, length = 0; module; module = module->next, length++);
202 for (module = modules, i = 0; i < length; module = module->next,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dmmu_context.h36 unsigned int next; /* next context number to use */ member in struct:ia64_ctx
39 /* call wrap_mmu_context when next >= max */
91 if (ia64_ctx.next >= ia64_ctx.limit) {
92 ia64_ctx.next = find_next_zero_bit(ia64_ctx.bitmap,
93 ia64_ctx.max_ctx, ia64_ctx.next);
95 ia64_ctx.max_ctx, ia64_ctx.next);
96 if (ia64_ctx.next >= ia64_ctx.max_ctx)
99 mm->context = context = ia64_ctx.next++;
185 activate_mm (struct mm_struct *prev, struct mm_struct *next) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmodule.c55 for (module = modules; module; module = module->next)
103 entry->next = *entries;
106 (*entries)->prevp = &entry->next;
121 *entry->prevp = entry->next;
122 if (entry->next)
123 entry->next->prevp = entry->prevp;
135 for (entry = entries; entry; entry = entry->next)
155 for (entry = entries; entry; entry = entry->next)
195 for (module = modules, length = 0; module; module = module->next, length++);
202 for (module = modules, i = 0; i < length; module = module->next,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dsainfo.c149 struct sainfo *s, *next; local
151 for (s = LIST_FIRST(&sitree); s; s = next) {
152 next = LIST_NEXT(s, chain);
180 struct sainfoalg *a, *next; local
182 for (a = alg; a; a = next) {
183 next = a->next;
195 for (a = *head; a && a->next; a = a->next)
198 a->next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dc_chdirlist.c31 for (lp = cdlist->first; lp != NULL; lp = lp->next) {
39 for (lp = cdlist->first; lp != NULL; lp = lp->next) {
41 if (lp->next != NULL)
57 for (lp = cdlist->first; lp != NULL; lp = lp->next) {
58 if (lp->next == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dsetlocale.c95 struct list *next; member in struct:list
112 facets = facetp->next;
122 for (facetp = facets; facetp != NULL; facetp = facetp->next)
134 facetp->next = facets;
141 for (facetp = facets; facetp != NULL; facetp = facetp->next)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dmmu_context_mm.h63 * This caches the next context number that we expect to be free.
117 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
120 tsk->thread.pgdir = next->pgd;
121 get_mmu_context(next);
122 set_context(next->context, next->pgd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhd_parser.c94 int next; local
97 next = buf_size;
99 next = dnxhd_find_frame_end(dctx, buf, buf_size);
100 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
108 return next;

Completed in 181 milliseconds

<<11121314151617181920>>