Home
last modified time | relevance | path

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

/external/strace/xlat/
Dadjtimex_status.h55 #if defined(STA_FREQHOLD) || (defined(HAVE_DECL_STA_FREQHOLD) && HAVE_DECL_STA_FREQHOLD)
57 static_assert((STA_FREQHOLD) == (0x0080), "STA_FREQHOLD != 0x0080");
60 # define STA_FREQHOLD 0x0080
138 XLAT(STA_FREQHOLD),
Dadjtimex_status.in8 STA_FREQHOLD 0x0080
/external/kernel-headers/original/uapi/linux/
Dtimex.h138 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */ macro