Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c817 cache_lookup_unlocked(cache_bucket_t *bp, rc_node_lookup_t *lp) in cache_lookup_unlocked() function
845 np = cache_lookup_unlocked(bp, lp); in cache_lookup()
1933 if ((np = cache_lookup_unlocked(bp, nip)) != NULL) { in rc_node_setup()
1998 if ((np = cache_lookup_unlocked(bp, nip)) != NULL) { in rc_node_setup_snapshot()
2055 if ((np = cache_lookup_unlocked(bp, nip)) != NULL) { in rc_node_setup_snaplevel()
2113 if ((np = cache_lookup_unlocked(bp, nip)) != NULL) { in rc_node_setup_pg()
2209 if ((np = cache_lookup_unlocked(bp, nip)) != NULL) { in rc_node_create_property()
3284 nnp = cache_lookup_unlocked(bp, &np->rn_id); in rc_node_update()