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

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

Completed in 41 milliseconds