Searched refs:TIME_ERROR (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dtimex.h241 #define TIME_ERROR 5 /* clock not synchronized */ macro
/freebsd-13-stable/sys/sys/
H A Dtimex.h109 #define TIME_ERROR 5 /* error (see status word) */ macro
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c328 #ifdef TIME_ERROR
355 return (TIME_ERROR);
367 return (TIME_ERROR);
370 case TIME_ERROR: /* 5: unsynchronized, or loss of synchronization */
420 * so an initial TIME_ERROR message is less confising,
425 msyslog(LOG_INFO, "kernel reports TIME_ERROR: %#x: %s",
429 # warning TIME_ERROR is not defined
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c268 ntvp->time_state = TIME_ERROR;
464 retval = ntp_is_time_error(time_status) ? TIME_ERROR : time_state;

Completed in 83 milliseconds