• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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  XLAT(CTL_KERN),
12  XLAT(CTL_VM),
13  XLAT(CTL_NET),
14  XLAT(CTL_FS),
15  XLAT(CTL_DEBUG),
16  XLAT(CTL_DEV),
17  XLAT(CTL_BUS),
18  XLAT(CTL_ABI),
19  XLAT(CTL_CPU),
20 #if defined(CTL_PROC) || (defined(HAVE_DECL_CTL_PROC) && HAVE_DECL_CTL_PROC)
21   XLAT(CTL_PROC),
22 #endif
23 #if defined(CTL_ARLAN) || (defined(HAVE_DECL_CTL_ARLAN) && HAVE_DECL_CTL_ARLAN)
24   XLAT(CTL_ARLAN),
25 #endif
26 #if defined(CTL_S390DBF) || (defined(HAVE_DECL_CTL_S390DBF) && HAVE_DECL_CTL_S390DBF)
27   XLAT(CTL_S390DBF),
28 #endif
29 #if defined(CTL_SUNRPC) || (defined(HAVE_DECL_CTL_SUNRPC) && HAVE_DECL_CTL_SUNRPC)
30   XLAT(CTL_SUNRPC),
31 #endif
32 #if defined(CTL_PM) || (defined(HAVE_DECL_CTL_PM) && HAVE_DECL_CTL_PM)
33   XLAT(CTL_PM),
34 #endif
35 #if defined(CTL_FRV) || (defined(HAVE_DECL_CTL_FRV) && HAVE_DECL_CTL_FRV)
36   XLAT(CTL_FRV),
37 #endif
38  XLAT_END
39 };
40 
41 #endif /* !IN_MPERS */
42