Searched refs:STA_PLL (Results 1 – 6 of 6) sorted by relevance
79 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
213 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
233 # ifdef STA_PLL234 { STA_PLL, "pll", 0 },
372 if (time_status & STA_PLL && !(ntv->status & STA_PLL)) { in kern_ntp_adjtime()673 if (!(time_status & STA_PLL)) in hardupdate()
780 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()