Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/io-retire/
H A Drio_main.c136 boolean_t rtr; in rio_recv() local
177 &rtr) == 0 && !rtr) { in rio_recv()
235 &rtr) == 0 && !rtr) { in rio_recv()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c4165 enum fme_state rtr, otr; in hypothesise() local
4178 rtr = requirements_test(fmep, ep, at_latest_by, &my_delay); in hypothesise()
4179 if ((rtr == FME_WAIT) && (my_delay < overall_delay)) in hypothesise()
4181 if (rtr != FME_DISPROVED) { in hypothesise()
4197 ((rtr == FME_WAIT) || (otr == FME_WAIT))) in hypothesise()
4200 if (rtr == FME_DISPROVED) { in hypothesise()
4224 if ((rtr == FME_WAIT) || (otr == FME_WAIT)) { in hypothesise()