Searched refs:STA_UNSYNC (Results 1 – 7 of 7) sorted by relevance
243 # ifdef STA_UNSYNC244 { STA_UNSYNC, "unsync" },
326 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) in ntp_adjtime_error_handler()351 if ( (time_status & (STA_UNSYNC | STA_CLOCKERR)) in ntp_adjtime_error_handler()365 if (ptimex->status & STA_UNSYNC) in ntp_adjtime_error_handler()1275 ntv.status = STA_UNSYNC; in loop_config()
149 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
220 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
151 static int time_status = STA_UNSYNC; /* clock status bits */219 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_is_time_error()362 time_status = STA_UNSYNC; in sys_ntp_adjtime()
2977 #ifdef STA_UNSYNC in kerninfo()2978 if (status & STA_UNSYNC) (void)fprintf(fp, " unsync"); in kerninfo()
98938 DLM does not want STA_UNSYNC set in kernel when ntpd exits.98941 DLM does not want STA_UNSYNC set in kernel when ntpd exits.