Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/etc/
H A Derror.c78 case (E_INVALID_CLOCK): return "Invalid Clock"; in ErrTypeStrings()
/freebsd/sys/contrib/ncsw/inc/
H A Derror_ext.h157 ,E_INVALID_CLOCK /**< Invalid clock. */ enumerator
/freebsd/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c63 RETURN_ERROR(MAJOR, E_INVALID_CLOCK, ("Source clock undefined")); in CheckInitParameters()