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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c68 * iexpr_hash -- produce a simple hash from an instanced expression tree
71 iexpr_hash(struct node *np) function
105 (iexpr_hash(np->u.expr.left) +
106 iexpr_hash(np->u.expr.right)));
112 return (iexpr_hash(np->u.event.ename) +
113 iexpr_hash(np->u.event.epname));
117 iexpr_hash(np->u.func.arglist));
128 "iexpr_hash: unexpected node type: %s",
235 unsigned idx = iexpr_hash(np) % IEXPRSZ;
263 unsigned idx = iexpr_hash(n
[all...]

Completed in 43 milliseconds