Searched refs:nextnode (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/sgs/tsort/common/ |
| H A D | tsort.c | 60 struct nodelist *nextnode; member 139 for (i = &firstnode; i->nextnode != NULL; i = i->nextnode) { in main() 148 if (i->nextnode == NULL) in main() 190 for (i = &firstnode; i->nextnode != NULL; i = i->nextnode) in index() 195 i->nextnode = (struct nodelist *) in index() 199 i->nextnode->nextnode = NULL; in index() 200 i->nextnode->inedges = NULL; in index() 201 i->nextnode->live = DEAD; in index() 215 for (i = &firstnode; i->nextnode != NULL; i = i->nextnode) in findloop() 222 for (j = &firstnode; j->nextnode != NULL; j = j->nextnode) in findloop()
|
| /illumos-gate/usr/src/uts/common/inet/ipf/ |
| H A D | ip_htable.c | 650 iphtent_t *node, zn, *nextnode; local 658 nextnode = NULL; 694 nextnode = iph->iph_list; 697 nextnode = node->ipe_snext; 699 if (nextnode != NULL) { 700 ATOMIC_INC(nextnode->ipe_ref); 701 token->ipt_data = nextnode; 704 nextnode = &zn; 744 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)); 755 if (nextnode->ipe_snext == NULL)
|
| H A D | ip_pool.c | 768 ip_pool_node_t *node, zn, *nextnode; local 774 nextnode = NULL; 812 nextnode = ipo->ipo_list; 816 nextnode = node->ipn_next; 818 if (nextnode != NULL) { 819 ATOMIC_INC(nextnode->ipn_ref); 820 token->ipt_data = nextnode; 823 nextnode = &zn; 864 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)); 875 if (nextnode->ipn_next == NULL)
|
| /illumos-gate/usr/src/lib/libadm/common/ |
| H A D | getdgrp.c | 486 struct dgrplist *nextnode; /* Next one to free */ in freedgrplist() local 488 for (pdgrpent = dgrplistfirst.next; pdgrpent; pdgrpent = nextnode) { in freedgrplist() 489 nextnode = pdgrpent->next; in freedgrplist()
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
| H A D | nvtree.c | 41 Namval_t *(*nextnode)(Namval_t*,Dt_t*,Namfun_t*); member 244 dp->nextnode = nfp->disc->nextf; in nv_diropen() 248 dp->hp = (*dp->nextnode)(np,(Dt_t*)0,nfp); in nv_diropen() 251 dp->nextnode = 0; in nv_diropen() 265 static Namval_t *nextnode(struct nvdir *dp) in nextnode() function 267 if(dp->nextnode) in nextnode() 268 return((*dp->nextnode)(dp->hp,dp->root,dp->fun)); in nextnode() 290 dp->hp = nextnode(dp); in nv_dirnext() 307 if(dp->nextnode && !dp->hp && (nq = (Namval_t*)dp->table)) in nv_dirnext() 311 dp->hp = (*dp->nextnode)(np,(Dt_t*)0,dp->fun); in nv_dirnext() [all …]
|
| /illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
| H A D | util.c | 222 struct q_node *nextnode; in queue_remove() local 236 nextnode = qp->nodep->next; in queue_remove() 238 qp->nodep = nextnode; in queue_remove()
|