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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
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 935 milliseconds