Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c84 static void vmatch(struct info *infop, struct node *np, struct node *lnp,
893 vmatch(infop, np, lnp, anp); in vmatch_event()
928 vmatch(infop, np, lnp, anp); in vmatch_event()
1187 vmatch(struct info *infop, struct node *np, struct node *lnp, struct node *anp) in vmatch() function
1197 vmatch(infop, lnp, NULL, anp); in vmatch()
1199 vmatch(infop, anp, NULL, NULL); in vmatch()
1271 vmatch(infop, NULL, lnp, anp); in vmatch()
1301 vmatch(infop, NULL, lnp, anp); in vmatch()
1326 vmatch(infop, NULL, lnp, anp); in vmatch()
1332 vmatch(infop, np->u.expr.right, np->u.expr.left, anp); in vmatch()
[all …]