Searched refs:STA_PLL (Results 1 – 5 of 5) sorted by relevance
144 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
215 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
209 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
307 if (time_status & STA_PLL && !(ntv->status & STA_PLL)) { in ntp_adjtime1()630 if (!(time_status & STA_PLL)) in hardupdate()
2979 #ifdef STA_PLL in kerninfo()2980 if (status & STA_PLL) (void)fprintf(fp, " pll"); in kerninfo()