Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c71 iexpr_hash(struct node *np) in iexpr_hash() function
105 (iexpr_hash(np->u.expr.left) + in iexpr_hash()
106 iexpr_hash(np->u.expr.right))); in iexpr_hash()
112 return (iexpr_hash(np->u.event.ename) + in iexpr_hash()
113 iexpr_hash(np->u.event.epname)); in iexpr_hash()
117 iexpr_hash(np->u.func.arglist)); in iexpr_hash()
235 unsigned idx = iexpr_hash(np) % IEXPRSZ; in iexpr()
263 unsigned idx = iexpr_hash(np) % IEXPRSZ; in iexpr_free()
292 struct iexpr *cp = Cache[iexpr_hash(np) % IEXPRSZ]; in iexpr_cached()