Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/libntp/
Dstatestr.c243 # ifdef STA_UNSYNC
244 { STA_UNSYNC, "unsync" },
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_loopfilter.c326 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) in ntp_adjtime_error_handler()
351 if ( (time_status & (STA_UNSYNC | STA_CLOCKERR)) in ntp_adjtime_error_handler()
365 if (ptimex->status & STA_UNSYNC) in ntp_adjtime_error_handler()
1275 ntv.status = STA_UNSYNC; in loop_config()
/freebsd-9-stable/sys/sys/
Dtimex.h149 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
/freebsd-9-stable/contrib/ntp/kernel/sys/
Dtimex.h220 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
/freebsd-9-stable/sys/kern/
Dkern_ntptime.c151 static int time_status = STA_UNSYNC; /* clock status bits */
219 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_is_time_error()
362 time_status = STA_UNSYNC; in sys_ntp_adjtime()
/freebsd-9-stable/contrib/ntp/ntpdc/
Dntpdc_ops.c2977 #ifdef STA_UNSYNC in kerninfo()
2978 if (status & STA_UNSYNC) (void)fprintf(fp, " unsync"); in kerninfo()
/freebsd-9-stable/contrib/ntp/
DCommitLog98938 DLM does not want STA_UNSYNC set in kernel when ntpd exits.
98941 DLM does not want STA_UNSYNC set in kernel when ntpd exits.