Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/etc/
H A Derror.c89 case (E_TIMEOUT): return "Operation Timed Out"; in ErrTypeStrings()
/freebsd/contrib/nvi/cl/
H A Dcl_read.c66 evp->e_event = E_TIMEOUT; in cl_event()
130 evp->e_event = E_TIMEOUT; in cl_event()
/freebsd/sys/contrib/ncsw/inc/
H A Derror_ext.h187 ,E_TIMEOUT/* = ETIMEDOUT*/ /**< The operation timed out. */ enumerator
/freebsd/contrib/nvi/common/
H A Dkey.c579 case E_TIMEOUT: in v_event_get()
862 case E_TIMEOUT: in v_event_err()
H A Dkey.h69 E_TIMEOUT, /* Timeout. */ enumerator
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c231 RETURN_ERROR(MINOR, E_TIMEOUT, ("HC Callback, timeout exceeded")); in EnQFrm()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c229 RETURN_ERROR(MAJOR, E_TIMEOUT, NO_MSG); in QmInitPfdr()
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c2411 return ERROR_CODE(E_TIMEOUT); in FmResetMac()