| /src/sys/external/bsd/ipf/netinet/ |
| ip_dstlist.c | 349 ipf_dstnode_t zn, *nextnode = NULL, *node = NULL; local 385 nextnode = NULL; 388 nextnode = NULL; 390 nextnode = *dsttab->ipld_dests; 394 nextnode = node->ipfd_next; 397 if (nextnode != NULL) { 398 MUTEX_ENTER(&nextnode->ipfd_lock); 399 nextnode->ipfd_ref++; 400 MUTEX_EXIT(&nextnode->ipfd_lock); 401 token->ipt_data = nextnode; [all...] |
| ip_htable.c | 1173 iphtent_t *node, zn, *nextnode; local 1182 nextnode = NULL; 1216 nextnode = iph->iph_list; 1219 nextnode = node->ipe_next; 1222 if (nextnode != NULL) { 1223 ATOMIC_INC(nextnode->ipe_ref); 1224 token->ipt_data = nextnode; 1227 nextnode = &zn; 1230 hnext = nextnode->ipe_next; 1260 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)) [all...] |
| ip_pool.c | 1237 ip_pool_node_t *node, zn, *nextnode; local 1244 nextnode = NULL; 1280 nextnode = ipo->ipo_list; 1284 nextnode = node->ipn_next; 1287 if (nextnode != NULL) { 1288 ATOMIC_INC32(nextnode->ipn_ref); 1289 token->ipt_data = nextnode; 1292 nextnode = &zn; 1295 pnext = nextnode->ipn_next; 1325 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)) [all...] |
| /src/external/bsd/ipf/dist/ |
| ip_dstlist.c | 370 ipf_dstnode_t zn, *nextnode = NULL, *node = NULL; local 406 nextnode = NULL; 409 nextnode = NULL; 411 nextnode = *dsttab->ipld_dests; 415 nextnode = node->ipfd_next; 418 if (nextnode != NULL) { 419 MUTEX_ENTER(&nextnode->ipfd_lock); 420 nextnode->ipfd_ref++; 421 MUTEX_EXIT(&nextnode->ipfd_lock); 422 token->ipt_data = nextnode; [all...] |
| ip_htable.c | 1235 iphtent_t *node, zn, *nextnode; local 1244 nextnode = NULL; 1278 nextnode = iph->iph_list; 1281 nextnode = node->ipe_next; 1284 if (nextnode != NULL) { 1285 ATOMIC_INC(nextnode->ipe_ref); 1286 token->ipt_data = nextnode; 1289 nextnode = &zn; 1292 hnext = nextnode->ipe_next; 1322 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)) [all...] |
| ip_pool.c | 1295 ip_pool_node_t *node, zn, *nextnode; local 1302 nextnode = NULL; 1338 nextnode = ipo->ipo_list; 1342 nextnode = node->ipn_next; 1345 if (nextnode != NULL) { 1346 ATOMIC_INC32(nextnode->ipn_ref); 1347 token->ipt_data = nextnode; 1350 nextnode = &zn; 1353 pnext = nextnode->ipn_next; 1383 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)) [all...] |
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-signzone.c | 1838 dns_dbnode_t *node = NULL, *nextnode = NULL; local 1924 nextnode = NULL; 1927 result = dns_dbiterator_current(dbiter, &nextnode, 1930 active = active_node(nextnode); 1932 dns_db_detachnode(gdb, &nextnode); 1940 remove_sigs(nextnode, false, 0); 1941 remove_records(nextnode, dns_rdatatype_nsec, 1943 dns_db_detachnode(gdb, &nextnode); 1947 dns_db_detachnode(gdb, &nextnode); 2314 dns_dbnode_t *node = NULL, *nextnode = NULL local [all...] |
| /src/external/mpl/bind/dist/lib/isc/ |
| ht.c | 168 isc_ht_node_t *nextnode; local 183 for (node = oldtable[ht->hiter]; node != NULL; node = nextnode) { 186 nextnode = node->next;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zoneverify.c | 1701 dns_dbnode_t *node = NULL, *nextnode; local 1783 nextnode = NULL; 1786 result = dns_dbiterator_current(dbiter, &nextnode, 1803 nextnode); 1806 dns_db_detachnode(vctx->db, &nextnode); 1809 dns_db_detachnode(vctx->db, &nextnode); 1813 result = is_empty(vctx, nextnode); 1814 dns_db_detachnode(vctx->db, &nextnode);
|
| rbt.c | 1524 dns_rbtnode_t *nextnode; local 1539 for (node = oldtable[rbt->hiter]; node != NULL; node = nextnode) { 1542 nextnode = node->hashnext;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zoneverify.c | 1700 dns_dbnode_t *node = NULL, *nextnode; local 1782 nextnode = NULL; 1786 result = dns_dbiterator_current(dbiter, &nextnode, 1803 nextnode); 1806 dns_db_detachnode(vctx->db, &nextnode); 1809 dns_db_detachnode(vctx->db, &nextnode); 1813 result = is_empty(vctx, nextnode, &empty); 1814 dns_db_detachnode(vctx->db, &nextnode);
|
| rbt.c | 2421 dns_rbtnode_t *nextnode; local 2422 for (node = oldtable[i]; node != NULL; node = nextnode) { 2424 nextnode = HASHNEXT(node);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| ht.c | 208 isc_ht_node_t *nextnode; local 223 for (node = oldtable[ht->hiter]; node != NULL; node = nextnode) { 226 nextnode = node->next;
|
| /src/external/bsd/jemalloc/dist/bin/ |
| jeprof.in | 2123 my $nextnode = 1; 2134 $node{$a} = $nextnode++;
|
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jeprof.in | 2123 my $nextnode = 1; 2134 $node{$a} = $nextnode++;
|