Home
last modified time | relevance | path

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

/titanic_41/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)) in itree_pbubble()
1675 for (cp = itree_next_constraint(ap->arrowp, NULL); cp; in itree_pbubble()
1676 cp = itree_next_constraint(ap->arrowp, cp)) { in itree_pbubble()
1678 if (itree_next_constraint(ap->arrowp, cp)) in itree_pbubble()
1682 if (itree_next_constraint(ap->arrowp, NULL)) in itree_pbubble()
2114 itree_next_constraint(struct arrow *arrowp, struct constraintlist *last) in itree_next_constraint() function