Home
last modified time | relevance | path

Searched refs:STA_UNSYNC (Results 1 – 2 of 2) 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()
/external/strace/
Dtime.c512 #ifdef STA_UNSYNC
513 { STA_UNSYNC, "STA_UNSYNC" },