Searched refs:next (Results 451 - 475 of 4898) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dcsr1212.c144 pos != NULL; pos = pos->next)
155 for (kv = kv_list->next; kv && (kv != kv_list); kv = kv->next)
226 kv->next = NULL;
348 dentry->next = NULL;
355 dir->value.directory.dentries_tail->next = dentry;
478 dentry->prev->next = dentry->next;
479 if (dentry->next)
480 dentry->next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Demp_ematch.y53 $1->next = $3;
61 $2->next = $4;
79 { $1->next = $2; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dasyncdns.c258 p->prev->next = p->next;
260 dns_queue = p->next;
261 if (p->next)
262 p->next->prev = p->prev;
263 p2 = p->next;
267 p = p->next;
273 dns_queue = dns_queue->next;
276 dns_current->next = NULL;
303 p->next
[all...]
H A Dnmbd_responserecordsdb.c45 rrec->next = NULL;
49 for (rrec2 = subrec->responselist; rrec2->next; rrec2 = rrec2->next)
52 rrec2->next = rrec;
53 rrec->next = NULL;
65 rrec->prev->next = rrec->next;
66 if (rrec->next)
67 rrec->next->prev = rrec->prev;
70 subrec->responselist = rrec->next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_multi.cpp21 bool DbMultipleDataIterator::next(Dbt &data) function in class:DbMultipleDataIterator
36 bool DbMultipleKeyDataIterator::next(Dbt &key, Dbt &data) function in class:DbMultipleKeyDataIterator
53 bool DbMultipleRecnoDataIterator::next(db_recno_t &recno, Dbt &data) function in class:DbMultipleRecnoDataIterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/include/
H A DacosNvramConfig.h367 #define foreach(word, wordlist, next) \
368 for (next = &wordlist[strspn(wordlist, " ")], \
369 strncpy(word, next, sizeof(word)), \
372 next = strchr(next, ' '); \
374 next = next ? &next[strspn(next, " ")] : "", \
375 strncpy(word, next, sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Ddlf.c135 struct slot_s *next; member in struct:slot_s
141 * is the virtual address of the function. The next 4 bytes
170 struct obj * next; member in struct:obj
201 tent = ent->next;
250 for (ent = htab[key]; ent; ent = ent->next)
268 ent->next = htab[key];
318 for (pobj = obj_list; pobj; pobj = pobj->next)
362 pobj->next = obj_list;
393 obj_list = pobj->next;
396 for (tpobj = obj_list; !match && tpobj; tpobj = tpobj->next)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_extension.c73 link = link->next;
91 link = link->next;
105 link->next = tif->tif_clientinfo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DExternalLexer.cxx145 lm->next = NULL;
147 last->next = lm;
160 next = NULL;
171 LexerMinder *next; local
174 next = lm->next;
177 lm = next;
225 last->next = lib;
237 LexerLibrary *next; local
239 next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/Macintosh/
H A Dalloca.c124 union hdr *next; /* for chaining headers */ member in struct:hdr::__anon1069
162 register header *np = hp->h.next;
166 hp = np; /* -> next header */
184 ((header *)new)->h.next = last_alloca_header;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dpr_pc.h27 word NextReq; /* pointer to next Req Buffer */
28 word NextRc; /* pointer to next Rc Buffer */
29 word NextInd; /* pointer to next Ind Buffer */
46 word next; member in struct:__anon11849
56 word next; member in struct:__anon11850
65 word next; member in struct:__anon11851
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dqueue.c127 u16_t index, next; local
147 while ((next =((index+1)&q->sizeMask)) != q->tail)
149 q->cell[index].buf = q->cell[next].buf;
150 q->cell[index].tick = q->cell[next].tick;
153 q->cell[next].buf, addr) == 0))
158 index = next;
230 u16_t next; local
234 while ((next =((index+1)&q->sizeMask)) != q->tail)
236 q->cell[index].buf = q->cell[next].buf;
237 q->cell[index].tick = q->cell[next]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dclientid.c19 struct map2id_s *next; member in struct:map2id_s
76 p->next = map2id_list;
115 for(p = map2id_list; p; p = p->next)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_list.c73 * engine_list_head, and each non-null "next" pointer account for
111 iterator = iterator->next;
138 (engine_list_tail->next != NULL))
144 engine_list_tail->next = e;
153 e->next = NULL;
170 iterator = iterator->next;
178 if(e->next)
179 e->next->prev = e->prev;
181 e->prev->next = e->next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmmu_context_nohash.c191 void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next) argument
200 cpu, next, next->context.active, next->context.id);
204 next->context.active++;
215 id = next->context.id;
218 if (context_mm[id] != next)
220 next, id, id, context_mm[id]);
254 context_mm[id] = next;
255 next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexmutex.c80 if (obj_desc->mutex.next) {
81 (obj_desc->mutex.next)->mutex.prev = obj_desc->mutex.prev;
85 (obj_desc->mutex.prev)->mutex.next = obj_desc->mutex.next;
96 thread->acquired_mutex_list = obj_desc->mutex.next;
124 obj_desc->mutex.next = list_head;
462 union acpi_operand_object *next = thread->acquired_mutex_list; local
469 while (next) {
470 obj_desc = next;
471 next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dklist.c23 * next element in the list. It returns NULL if there are no more items.
26 * the next klist_node. It then drops the lock and returns.
327 * klist_next - Ante up next node in list.
331 * node, if there was one. Grab the next node, increment its reference
332 * count, drop the lock, and return that next node.
338 struct klist_node *next; local
343 next = to_klist_node(last->n_node.next);
347 next = to_klist_node(i->i_klist->k_list.next);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3exception.c135 /* Move to next in the chain (if any)
156 pANTLR3_EXCEPTION next; local
165 next = ex->nextException;
185 ex = next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbitstream_filter.c26 if(f) return f->next;
31 bsf->next = first_bitstream_filter;
45 bsf= bsf->next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dsystem.h10 extern struct task_struct *resume(struct task_struct *prev, struct task_struct *next, int);
11 #define switch_to(prev,next,last) last = resume(prev,next, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_list.c74 * structural reference. Hence, engine_list_head, and each non-null "next"
114 iterator = iterator->next;
134 if ((engine_list_tail == NULL) || (engine_list_tail->next != NULL)) {
138 engine_list_tail->next = e;
148 e->next = NULL;
163 iterator = iterator->next;
170 if (e->next)
171 e->next->prev = e->prev;
173 e->prev->next = e->next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_list.c74 * structural reference. Hence, engine_list_head, and each non-null "next"
114 iterator = iterator->next;
134 if ((engine_list_tail == NULL) || (engine_list_tail->next != NULL)) {
138 engine_list_tail->next = e;
148 e->next = NULL;
163 iterator = iterator->next;
170 if (e->next)
171 e->next->prev = e->prev;
173 e->prev->next = e->next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/Macintosh/
H A Dalloca.c124 union hdr *next; /* for chaining headers */ member in struct:hdr::__anon20020
162 register header *np = hp->h.next;
166 hp = np; /* -> next header */
184 ((header *)new)->h.next = last_alloca_header;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dremoteconf.c191 if (sa->next)
192 delisakmpsa(sa->next);
204 if (e->next)
205 deletypes(e->next);
229 struct remoteconf *p, *next; local
231 for (p = LIST_FIRST(&rmtree); p; p = next) {
232 next = LIST_NEXT(p, chain);
252 for (e = rmconf->etypes; e != NULL; e = e->next) {
276 new->next = NULL;
302 for (p = rmconf->proposal; p->next !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_tinterlace.c52 AVFrame *next; member in struct:__anon3432
107 av_frame_free(&tinterlace->next);
232 AVFrame *cur, *next, *out; local
236 tinterlace->cur = tinterlace->next;
237 tinterlace->next = picref;
240 next = tinterlace->next;
263 (const uint8_t **)next->data, next->linesize,
266 av_frame_free(&tinterlace->next);
[all...]

Completed in 132 milliseconds

<<11121314151617181920>>