Searched refs:rn_hash_next (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h258 rc_node_t *rn_hash_next; member in struct:rc_node
H A Drc_node.c834 for (np = bp->cb_head; np != NULL; np = np->rn_hash_next) {
868 assert(np->rn_hash_next == NULL);
870 np->rn_hash_next = bp->cb_head;
883 for (npp = &bp->cb_head; *npp != NULL; npp = &(*npp)->rn_hash_next)
888 *npp = np->rn_hash_next;
889 np->rn_hash_next = NULL;

Completed in 101 milliseconds