Searched refs:STA_CLOCKERR (Results 1 – 6 of 6) sorted by relevance
91 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro97 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
228 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro231 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
269 # ifdef STA_CLOCKERR270 { STA_CLOCKERR, "clockerr", 0 },
331 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) in ntp_adjtime_error_handler() 356 if ( (time_status & (STA_UNSYNC | STA_CLOCKERR)) in ntp_adjtime_error_handler() 374 if (ptimex->status & STA_CLOCKERR) in ntp_adjtime_error_handler()
230 if ((tsl & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_is_time_error()
3013 #ifdef STA_CLOCKERR in kerninfo()3014 if (status & STA_CLOCKERR) (void)fprintf(fp, " clockerr"); in kerninfo()