Searched refs:STA_UNSYNC (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dtimex.h220 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
/freebsd-13-stable/sys/sys/
H A Dtimex.h87 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
/freebsd-13-stable/contrib/ntp/libntp/
H A Dstatestr.c252 # ifdef STA_UNSYNC
253 { STA_UNSYNC, "unsync", 0 },
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c334 if ((time_status & (STA_UNSYNC | STA_CLOCKERR))
359 if ( (time_status & (STA_UNSYNC | STA_CLOCKERR))
373 if (ptimex->status & STA_UNSYNC)
1112 ntv.status = STA_PLL | STA_UNSYNC;
1289 ntv.status = STA_UNSYNC;
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c151 int time_status = STA_UNSYNC; /* clock status bits */
227 if ((tsl & (STA_UNSYNC | STA_CLOCKERR)) ||
371 time_status = STA_UNSYNC;
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2995 #ifdef STA_UNSYNC
2996 if (status & STA_UNSYNC) (void)fprintf(fp, " unsync");

Completed in 72 milliseconds