Home
last modified time | relevance | path

Searched refs:STA_UNSYNC (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
Dtimex.h168 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
230 time_status |= STA_UNSYNC; in ntp_clear()
241 return !(time_status & STA_UNSYNC); in ntp_synced()