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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1305.c124 struct Curl_dns_entry *nodep; variable in typeref:struct:Curl_dns_entry
133 nodep = Curl_hash_add(hp, data_key, key_len+1, data_node);
134 abort_unless(nodep, "insertion into hash failed");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinetpeer.c230 struct inet_peer **nodep, *node, *l, *r; local
234 nodep = *--stackend;
235 node = *nodep;
253 *nodep = l;
266 *nodep = lr;
281 *nodep = r;
294 *nodep = rl;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsysctl_binary.c1184 char buf[15], *nodep; local
1198 nodep = strchr(buf, '.') + 1;
1199 if (!nodep)
1203 node = simple_strtoul(nodep, NULL, 10);
H A Dsys.c1750 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep,
1757 if (nodep)
1758 err |= put_user(cpu_to_node(cpu), nodep);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c438 static int __init prom_next_node(phandle *nodep) argument
442 if ((node = *nodep) != 0
443 && (*nodep = call_prom("child", 1, 1, node)) != 0)
445 if ((*nodep = call_prom("peer", 1, 1, node)) != 0)
450 if ((*nodep = call_prom("peer", 1, 1, node)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dpolicydb.c1059 static int read_cons_helper(struct constraint_node **nodep, int ncons, argument
1077 *nodep = c;

Completed in 113 milliseconds