Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtimex.h79 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c233 # ifdef STA_PLL
234 { STA_PLL, "pll", 0 },
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h213 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
/freebsd/sys/kern/
H A Dkern_ntptime.c372 if (time_status & STA_PLL && !(ntv->status & STA_PLL)) { in kern_ntp_adjtime()
674 if (!(time_status & STA_PLL)) in hardupdate()
/freebsd/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
780 ntv.status = STA_PLL; in local_clock()
1125 ntv.status = STA_PLL | STA_UNSYNC; in start_kern_loop()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2977 #ifdef STA_PLL in kerninfo()
2978 if (status & STA_PLL) (void)fprintf(fp, " pll"); in kerninfo()