Searched refs:STA_UNSYNC (Results 1 – 5 of 5) sorted by relevance
152 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
220 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
151 int time_status = STA_UNSYNC; /* clock status bits */219 if ((time_status & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_is_time_error()366 time_status = STA_UNSYNC; in sys_ntp_adjtime()
896 ntv.status = STA_UNSYNC; in loop_config()982 ntv.status = STA_UNSYNC; in loop_config()
3019 #ifdef STA_UNSYNC in kerninfo()3020 if (status & STA_UNSYNC) (void)fprintf(fp, " unsync"); in kerninfo()