Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c69 iexpr_hash(struct node *np) in iexpr_hash() function
103 (iexpr_hash(np->u.expr.left) + in iexpr_hash()
104 iexpr_hash(np->u.expr.right))); in iexpr_hash()
110 return (iexpr_hash(np->u.event.ename) + in iexpr_hash()
111 iexpr_hash(np->u.event.epname)); in iexpr_hash()
115 iexpr_hash(np->u.func.arglist)); in iexpr_hash()
233 unsigned idx = iexpr_hash(np) % IEXPRSZ; in iexpr()
261 unsigned idx = iexpr_hash(np) % IEXPRSZ; in iexpr_free()
290 struct iexpr *cp = Cache[iexpr_hash(np) % IEXPRSZ]; in iexpr_cached()