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

/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dtimex.h213 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
/freebsd-13-stable/sys/sys/
H A Dtimex.h81 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
/freebsd-13-stable/contrib/ntp/libntp/
H A Dstatestr.c234 # ifdef STA_PLL
235 { STA_PLL, "pll", 0 },
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c354 * the STA_PLL bit in the status word is cleared, the state and
369 if (time_status & STA_PLL && !(ntv->status & STA_PLL)) {
704 if (!(time_status & STA_PLL))
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c90 * These versions are identifed if the symbol STA_PLL is present in the
102 * via this routine, which then calls ntp_adjtime() with the STA_PLL bit
783 ntv.status = STA_PLL;
1112 ntv.status = STA_PLL | STA_UNSYNC;
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2977 #ifdef STA_PLL
2978 if (status & STA_PLL) (void)fprintf(fp, " pll");

Completed in 158 milliseconds