Searched refs:nextnode (Results 1 – 5 of 5) sorted by relevance
396 nextnode = NULL;399 nextnode = NULL;401 nextnode = *dsttab->ipld_dests;405 nextnode = node->ipfd_next;408 if (nextnode != NULL) {410 nextnode->ipfd_ref++;411 MUTEX_EXIT(&nextnode->ipfd_lock);412 token->ipt_data = nextnode;413 hint = nextnode->ipfd_next;416 nextnode = &zn;[all …]
1287 ip_pool_node_t *node, zn, *nextnode; local1294 nextnode = NULL;1330 nextnode = ipo->ipo_list;1334 nextnode = node->ipn_next;1337 if (nextnode != NULL) {1338 ATOMIC_INC32(nextnode->ipn_ref);1339 token->ipt_data = nextnode;1342 nextnode = &zn;1345 pnext = nextnode->ipn_next;1375 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode));
1231 iphtent_t *node, zn, *nextnode; local1240 nextnode = NULL;1274 nextnode = iph->iph_list;1277 nextnode = node->ipe_next;1280 if (nextnode != NULL) {1281 ATOMIC_INC(nextnode->ipe_ref);1282 token->ipt_data = nextnode;1285 nextnode = &zn;1288 hnext = nextnode->ipe_next;1318 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode));
627 listNode *node, *nextnode; in scanGenericCommand() local742 nextnode = listNextNode(node); in scanGenericCommand()773 node = nextnode; in scanGenericCommand()774 nextnode = listNextNode(node); in scanGenericCommand()781 node = nextnode; in scanGenericCommand()
2108 my $nextnode = 1;2119 $node{$a} = $nextnode++;