Searched defs:toev (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c93 struct node *toev, struct lut *ex);
1888 struct node *toev, struct lut *ex)
1894 ASSERTeq(toev->t, T_EVENT, ptree_nodetype2str);
1902 arrow_add_within(ap, toev->u.event.declp->u.stmt.np->u.event.eexprlist);
1903 arrow_add_within(ap, toev->u.event.eexprlist);
1921 events[1] = toev;
1928 * "toev" event's declaration
1930 ASSERT(toev->u.event.declp != NULL);
1931 ASSERT(toev->u.event.declp->u.stmt.np != NULL);
1935 if (toev
1887 itree_set_arrow_traits(struct arrow *ap, struct node *fromev, struct node *toev, struct lut *ex) argument
[all...]

Completed in 81 milliseconds