Searched refs:nodep (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1305.c125 struct Curl_dns_entry *nodep; variable in typeref:struct:Curl_dns_entry
134 nodep = Curl_hash_add(hp, data_key, key_len+1, data_node);
135 abort_unless(nodep, "insertion into hash failed");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinetpeer.c199 struct inet_peer **nodep, *node, *l, *r; local
203 nodep = *--stackend;
204 node = *nodep;
222 *nodep = l;
235 *nodep = lr;
250 *nodep = r;
263 *nodep = rl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_list.c218 const void **eltp, gl_list_node_t *nodep)
220 return iterator->vtable->iterator_next (iterator, eltp, nodep);
217 gl_list_iterator_next(gl_list_iterator_t *iterator, const void **eltp, gl_list_node_t *nodep) argument
H A Dgl_list.h290 const void **eltp, gl_list_node_t *nodep);
410 const void **eltp, gl_list_node_t *nodep);
668 const void **eltp, gl_list_node_t *nodep)
670 return iterator->vtable->iterator_next (iterator, eltp, nodep);
667 gl_list_iterator_next(gl_list_iterator_t *iterator, const void **eltp, gl_list_node_t *nodep) argument
H A Dgl_array_list.c455 const void **eltp, gl_list_node_t *nodep)
472 if (nodep != NULL)
473 *nodep = INDEX_TO_NODE (p - list->elements);
454 gl_array_iterator_next(gl_list_iterator_t *iterator, const void **eltp, gl_list_node_t *nodep) argument
H A Dgl_anylinked_list2.h868 const void **eltp, gl_list_node_t *nodep)
874 if (nodep != NULL)
875 *nodep = node;
867 gl_linked_iterator_next(gl_list_iterator_t *iterator, const void **eltp, gl_list_node_t *nodep) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c159 struct node **nodep = &f->id_table[hash]; local
161 for (; *nodep != NULL; nodep = &(*nodep)->id_next)
162 if (*nodep == node) {
163 *nodep = node->id_next;
193 struct node **nodep = &f->name_table[hash]; local
195 for (; *nodep != NULL; nodep = &(*nodep)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_init.c415 static int __init prom_next_node(phandle *nodep) argument
419 if ((node = *nodep) != 0
420 && (*nodep = call_prom("child", 1, 1, node)) != 0)
422 if ((*nodep = call_prom("peer", 1, 1, node)) != 0)
427 if ((*nodep = call_prom("peer", 1, 1, node)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsys.c2253 asmlinkage long sys_getcpu(unsigned __user *cpup, unsigned __user *nodep, argument
2260 if (nodep)
2261 err |= put_user(cpu_to_node(cpu), nodep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dpolicydb.c954 static int read_cons_helper(struct constraint_node **nodep, int ncons, argument
972 *nodep = c;

Completed in 342 milliseconds