1 /* Generated by ./xlat/gen.sh from ./xlat/adjtimex_status.in; do not edit. */ 2 3 static const struct xlat adjtimex_status[] = { 4 #if defined(STA_PLL) || (defined(HAVE_DECL_STA_PLL) && HAVE_DECL_STA_PLL) 5 XLAT(STA_PLL), 6 #endif 7 #if defined(STA_PPSFREQ) || (defined(HAVE_DECL_STA_PPSFREQ) && HAVE_DECL_STA_PPSFREQ) 8 XLAT(STA_PPSFREQ), 9 #endif 10 #if defined(STA_PPSTIME) || (defined(HAVE_DECL_STA_PPSTIME) && HAVE_DECL_STA_PPSTIME) 11 XLAT(STA_PPSTIME), 12 #endif 13 #if defined(STA_FLL) || (defined(HAVE_DECL_STA_FLL) && HAVE_DECL_STA_FLL) 14 XLAT(STA_FLL), 15 #endif 16 #if defined(STA_INS) || (defined(HAVE_DECL_STA_INS) && HAVE_DECL_STA_INS) 17 XLAT(STA_INS), 18 #endif 19 #if defined(STA_DEL) || (defined(HAVE_DECL_STA_DEL) && HAVE_DECL_STA_DEL) 20 XLAT(STA_DEL), 21 #endif 22 #if defined(STA_UNSYNC) || (defined(HAVE_DECL_STA_UNSYNC) && HAVE_DECL_STA_UNSYNC) 23 XLAT(STA_UNSYNC), 24 #endif 25 #if defined(STA_FREQHOLD) || (defined(HAVE_DECL_STA_FREQHOLD) && HAVE_DECL_STA_FREQHOLD) 26 XLAT(STA_FREQHOLD), 27 #endif 28 #if defined(STA_PPSSIGNAL) || (defined(HAVE_DECL_STA_PPSSIGNAL) && HAVE_DECL_STA_PPSSIGNAL) 29 XLAT(STA_PPSSIGNAL), 30 #endif 31 #if defined(STA_PPSJITTER) || (defined(HAVE_DECL_STA_PPSJITTER) && HAVE_DECL_STA_PPSJITTER) 32 XLAT(STA_PPSJITTER), 33 #endif 34 #if defined(STA_PPSWANDER) || (defined(HAVE_DECL_STA_PPSWANDER) && HAVE_DECL_STA_PPSWANDER) 35 XLAT(STA_PPSWANDER), 36 #endif 37 #if defined(STA_PPSERROR) || (defined(HAVE_DECL_STA_PPSERROR) && HAVE_DECL_STA_PPSERROR) 38 XLAT(STA_PPSERROR), 39 #endif 40 #if defined(STA_CLOCKERR) || (defined(HAVE_DECL_STA_CLOCKERR) && HAVE_DECL_STA_CLOCKERR) 41 XLAT(STA_CLOCKERR), 42 #endif 43 #if defined(STA_NANO) || (defined(HAVE_DECL_STA_NANO) && HAVE_DECL_STA_NANO) 44 XLAT(STA_NANO), 45 #endif 46 #if defined(STA_MODE) || (defined(HAVE_DECL_STA_MODE) && HAVE_DECL_STA_MODE) 47 XLAT(STA_MODE), 48 #endif 49 #if defined(STA_CLK) || (defined(HAVE_DECL_STA_CLK) && HAVE_DECL_STA_CLK) 50 XLAT(STA_CLK), 51 #endif 52 XLAT_END 53 }; 54