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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drc_node.c835 if (np->rn_hash == h && rc_node_match(np, lp)) {
865 assert(np->rn_hash == rc_node_hash(&np->rn_id));
866 assert(bp == CACHE_BUCKET(np->rn_hash));
880 assert(np->rn_hash == rc_node_hash(&np->rn_id));
881 assert(bp == CACHE_BUCKET(np->rn_hash));
1875 bp = cache_hold(newp->rn_hash);
1969 np->rn_hash = h;
2034 np->rn_hash = h;
2091 np->rn_hash = h;
2149 np->rn_hash
[all...]
H A Dconfigd.h192 uint32_t rn_hash; member in struct:rc_node

Completed in 182 milliseconds