Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h537 rtr(void) in rtr() function
784 u_short rtr(void);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c4176 enum fme_state rtr, otr; in hypothesise() local
4189 rtr = requirements_test(fmep, ep, at_latest_by, &my_delay); in hypothesise()
4190 if ((rtr == FME_WAIT) && (my_delay < overall_delay)) in hypothesise()
4192 if (rtr != FME_DISPROVED) { in hypothesise()
4208 ((rtr == FME_WAIT) || (otr == FME_WAIT))) in hypothesise()
4211 if (rtr == FME_DISPROVED) { in hypothesise()
4235 if ((rtr == FME_WAIT) || (otr == FME_WAIT)) { in hypothesise()