Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtimex.h87 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
/f-stack/freebsd/kern/
H A Dkern_ntptime.c151 int time_status = STA_UNSYNC; /* clock status bits */
227 if ((tsl & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_is_time_error()
371 time_status = STA_UNSYNC; in kern_ntp_adjtime()