Searched refs:STA_UNSYNC (Results 1 – 2 of 2) sorted by relevance
54 static int time_status = STA_UNSYNC;167 return (status & (STA_UNSYNC|STA_CLOCKERR)) in is_error_status()213 return status & (STA_UNSYNC|STA_CLOCKERR); in is_error_status()238 return !(time_status & STA_UNSYNC); in ntp_synced()343 time_status |= STA_UNSYNC; in ntp_clear()425 time_status |= STA_UNSYNC; in second_overflow()549 time_status = STA_UNSYNC; in process_adj_status()
137 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro