1 /* Generated by ./xlat/gen.sh from ./xlat/sysctl_root.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat sysctl_root in mpers mode 6 7 #else 8 9 static 10 const struct xlat sysctl_root[] = { 11 #if defined(CTL_KERN) || (defined(HAVE_DECL_CTL_KERN) && HAVE_DECL_CTL_KERN) 12 XLAT(CTL_KERN), 13 #endif 14 #if defined(CTL_VM) || (defined(HAVE_DECL_CTL_VM) && HAVE_DECL_CTL_VM) 15 XLAT(CTL_VM), 16 #endif 17 #if defined(CTL_NET) || (defined(HAVE_DECL_CTL_NET) && HAVE_DECL_CTL_NET) 18 XLAT(CTL_NET), 19 #endif 20 #if defined(CTL_PROC) || (defined(HAVE_DECL_CTL_PROC) && HAVE_DECL_CTL_PROC) 21 XLAT(CTL_PROC), 22 #endif 23 #if defined(CTL_FS) || (defined(HAVE_DECL_CTL_FS) && HAVE_DECL_CTL_FS) 24 XLAT(CTL_FS), 25 #endif 26 #if defined(CTL_DEBUG) || (defined(HAVE_DECL_CTL_DEBUG) && HAVE_DECL_CTL_DEBUG) 27 XLAT(CTL_DEBUG), 28 #endif 29 #if defined(CTL_DEV) || (defined(HAVE_DECL_CTL_DEV) && HAVE_DECL_CTL_DEV) 30 XLAT(CTL_DEV), 31 #endif 32 #if defined(CTL_BUS) || (defined(HAVE_DECL_CTL_BUS) && HAVE_DECL_CTL_BUS) 33 XLAT(CTL_BUS), 34 #endif 35 #if defined(CTL_ABI) || (defined(HAVE_DECL_CTL_ABI) && HAVE_DECL_CTL_ABI) 36 XLAT(CTL_ABI), 37 #endif 38 #if defined(CTL_CPU) || (defined(HAVE_DECL_CTL_CPU) && HAVE_DECL_CTL_CPU) 39 XLAT(CTL_CPU), 40 #endif 41 #if defined(CTL_ARLAN) || (defined(HAVE_DECL_CTL_ARLAN) && HAVE_DECL_CTL_ARLAN) 42 XLAT(CTL_ARLAN), 43 #endif 44 #if defined(CTL_S390DBF) || (defined(HAVE_DECL_CTL_S390DBF) && HAVE_DECL_CTL_S390DBF) 45 XLAT(CTL_S390DBF), 46 #endif 47 #if defined(CTL_SUNRPC) || (defined(HAVE_DECL_CTL_SUNRPC) && HAVE_DECL_CTL_SUNRPC) 48 XLAT(CTL_SUNRPC), 49 #endif 50 #if defined(CTL_PM) || (defined(HAVE_DECL_CTL_PM) && HAVE_DECL_CTL_PM) 51 XLAT(CTL_PM), 52 #endif 53 #if defined(CTL_FRV) || (defined(HAVE_DECL_CTL_FRV) && HAVE_DECL_CTL_FRV) 54 XLAT(CTL_FRV), 55 #endif 56 XLAT_END 57 }; 58 59 #endif /* !IN_MPERS */ 60