Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dcore3.sh121 _exit(TIMEDOUT);
164 if (WEXITSTATUS(s) == TIMEDOUT)
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagdef.h86 #define TIMEDOUT 0x00000002 macro
H A Dagtiapi.c2224 !(pccb_curr->flags & TIMEDOUT) ) in agtiapi_CheckIOTimeout()
2230 pccb_curr->flags |= TIMEDOUT; in agtiapi_CheckIOTimeout()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h802 TIMEDOUT = 11, enumerator
H A Dcm.c394 set_bit(TIMEDOUT, &ep->com.history); in process_timeout()