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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.h148 struct constraintlist *itree_next_constraint(struct arrow *arrowp,
H A Ditree.c1672 if (itree_next_constraint(ap->arrowp, NULL))
1675 for (cp = itree_next_constraint(ap->arrowp, NULL); cp;
1676 cp = itree_next_constraint(ap->arrowp, cp)) {
1678 if (itree_next_constraint(ap->arrowp, cp))
1682 if (itree_next_constraint(ap->arrowp, NULL))
2112 itree_next_constraint(struct arrow *arrowp, struct constraintlist *last) function

Completed in 76 milliseconds