Searched refs:hmatch (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.c | 86 static void hmatch(struct info *infop, struct node *np, struct node *nextnp); 672 hmatch(infop, nextnp, NULL); in hmatch_event() 792 hmatch(struct info *infop, struct node *np, struct node *nextnp) in hmatch() function 808 hmatch(infop, np->u.expr.left, nextnp); in hmatch() 810 hmatch(infop, np->u.expr.right, nextnp); in hmatch() 1218 hmatch(infop, src->u.arrow.rhs, dst); in vmatch() 1225 hmatch(infop, src, dst); in vmatch()
|