Searched refs:STA_PLL (Results 1 – 6 of 6) sorted by relevance
79 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
233 # ifdef STA_PLL234 { STA_PLL, "pll", 0 },
213 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
372 if (time_status & STA_PLL && !(ntv->status & STA_PLL)) { in kern_ntp_adjtime()674 if (!(time_status & STA_PLL)) in hardupdate()
90 * These versions are identifed if the symbol STA_PLL is present in the102 * via this routine, which then calls ntp_adjtime() with the STA_PLL bit780 ntv.status = STA_PLL; in local_clock() 1125 ntv.status = STA_PLL | STA_UNSYNC; in start_kern_loop()
2977 #ifdef STA_PLL in kerninfo()2978 if (status & STA_PLL) (void)fprintf(fp, " pll"); in kerninfo()