Home
last modified time | relevance | path

Searched refs:STA_UNSYNC (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c331 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) in ntp_adjtime_error_handler()
356 if ( (time_status & (STA_UNSYNC | STA_CLOCKERR)) in ntp_adjtime_error_handler()
370 if (ptimex->status & STA_UNSYNC) in ntp_adjtime_error_handler()
1125 ntv.status = STA_PLL | STA_UNSYNC; in start_kern_loop()
1307 ntv.status = STA_UNSYNC; in loop_config()
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c251 # ifdef STA_UNSYNC
252 { STA_UNSYNC, "unsync", 0 },
/freebsd/sys/sys/
H A Dtimex.h85 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h220 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
/freebsd/sys/kern/
H A Dkern_ntptime.c155 int time_status = STA_UNSYNC; /* clock status bits */
230 if ((tsl & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_is_time_error()
374 time_status = STA_UNSYNC; in kern_ntp_adjtime()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2995 #ifdef STA_UNSYNC in kerninfo()
2996 if (status & STA_UNSYNC) (void)fprintf(fp, " unsync"); in kerninfo()
/freebsd/contrib/ntp/
H A DNEWS545 [Bug 3434] ntpd clears STA_UNSYNC on start <perlinger@ntp.org>
4311 [Bug 3434] ntpd clears STA_UNSYNC on start <perlinger@ntp.org>
H A DChangeLog462 * [Bug 3434] ntpd clears STA_UNSYNC on start <perlinger@ntp.org>
H A DCommitLog14201 [Bug 3434] ntpd clears STA_UNSYNC on start
14204 [Bug 3434] ntpd clears STA_UNSYNC on start
14207 [Bug 3434] ntpd clears STA_UNSYNC on start
[all...]