Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c1611 ep->cached_state = 0; in clear_arrows()
3638 if (keep && (ep2->cached_state & in mark_arrows()
3641 ep2->cached_state &= in mark_arrows()
3648 if (ep2->cached_state & REQMNTS_DISPROVED) { in mark_arrows()
3656 if (ep2->cached_state & WAIT_EFFECT) { in mark_arrows()
3664 if (ep2->cached_state & CREDIBLE_EFFECT) { in mark_arrows()
3672 if ((ep2->cached_state & PARENT_WAIT) && in mark_arrows()
3701 ep2->cached_state &= ~PARENT_WAIT; in mark_arrows()
3722 ep2->cached_state |= WAIT_EFFECT; in mark_arrows()
3743 ep2->cached_state |= mark; in mark_arrows()
[all …]
H A Ditree.h91 int cached_state:11; member
H A Deval.c646 if (!(arrowp->head->myevent->cached_state & REQMNTS_CREDIBLE)) in eval_func()
714 if (!(arrowp->head->myevent->cached_state & REQMNTS_CREDIBLE)) in eval_func()