Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDtimex.h152 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
/trueos/contrib/ntp/kernel/sys/
HDtimex.h220 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
/trueos/sys/kern/
HDkern_ntptime.c151 int time_status = STA_UNSYNC; /* clock status bits */
219 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_is_time_error()
366 time_status = STA_UNSYNC; in sys_ntp_adjtime()
/trueos/contrib/ntp/ntpd/
HDntp_loopfilter.c896 ntv.status = STA_UNSYNC; in loop_config()
982 ntv.status = STA_UNSYNC; in loop_config()
/trueos/contrib/ntp/ntpdc/
HDntpdc_ops.c3019 #ifdef STA_UNSYNC in kerninfo()
3020 if (status & STA_UNSYNC) (void)fprintf(fp, " unsync"); in kerninfo()