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

/freebsd-10.1-release/sys/sys/
H A Dtimex.h174 #define TIME_ERROR 5 /* error (see status word) */ macro
/freebsd-10.1-release/contrib/ntp/kernel/sys/
H A Dtimex.h241 #define TIME_ERROR 5 /* clock not synchronized */ macro
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c320 #ifdef TIME_ERROR
347 return (TIME_ERROR);
359 return (TIME_ERROR);
362 case TIME_ERROR: /* 5: unsynchronized, or loss of synchronization */
412 * so an initial TIME_ERROR message is less confising,
417 msyslog(LOG_INFO, "kernel reports TIME_ERROR: %#x: %s",
421 # warning TIME_ERROR is not defined
/freebsd-10.1-release/sys/kern/
H A Dkern_ntptime.c261 ntvp->time_state = TIME_ERROR;
466 td->td_retval[0] = TIME_ERROR;

Completed in 142 milliseconds