Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dtimex.h176 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro
179 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
/external/strace/
Dtime.c530 #ifdef STA_CLOCKERR
531 { STA_CLOCKERR, "STA_CLOCKERR" },