Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h257 rc_node_t *rn_hash_next; member
H A Drc_node.c825 for (np = bp->cb_head; np != NULL; np = np->rn_hash_next) { in cache_lookup_unlocked()
859 assert(np->rn_hash_next == NULL); in cache_insert_unlocked()
861 np->rn_hash_next = bp->cb_head; in cache_insert_unlocked()
874 for (npp = &bp->cb_head; *npp != NULL; npp = &(*npp)->rn_hash_next) in cache_remove_unlocked()
879 *npp = np->rn_hash_next; in cache_remove_unlocked()
880 np->rn_hash_next = NULL; in cache_remove_unlocked()