Home
last modified time | relevance | path

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

/external/strace/xlat/
Dadjtimex_status.h48 #if defined(STA_UNSYNC) || (defined(HAVE_DECL_STA_UNSYNC) && HAVE_DECL_STA_UNSYNC)
50 static_assert((STA_UNSYNC) == (0x0040), "STA_UNSYNC != 0x0040");
53 # define STA_UNSYNC 0x0040
137 XLAT(STA_UNSYNC),
Dadjtimex_status.in7 STA_UNSYNC 0x0040
/external/kernel-headers/original/uapi/linux/
Dtimex.h176 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro