Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c4165 enum fme_state rtr, otr; in hypothesise() local
4183 otr = effects_test(fmep, ep, at_latest_by, &my_delay); in hypothesise()
4184 if (otr != FME_DISPROVED) { in hypothesise()
4193 otr = causes_test(fmep, ep, at_latest_by, &my_delay); in hypothesise()
4194 if ((otr == FME_WAIT) && (my_delay < overall_delay)) in hypothesise()
4196 if ((otr != FME_DISPROVED) && in hypothesise()
4197 ((rtr == FME_WAIT) || (otr == FME_WAIT))) in hypothesise()
4208 if ((otr == FME_DISPROVED) && is_problem(ep->t)) { in hypothesise()
4216 if (otr == FME_DISPROVED) { in hypothesise()
4224 if ((rtr == FME_WAIT) || (otr == FME_WAIT)) { in hypothesise()