Searched refs:CAP_SYS_TTY_CONFIG (Results 1 – 5 of 5) sorted by relevance
102 assertEquals(26, OsConstants.CAP_SYS_TTY_CONFIG); in test_CAP_constants()145 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_SYS_TTY_CONFIG)); in test_CAP_TO_INDEX()186 assertEquals(1 << 26, CAP_TO_MASK(OsConstants.CAP_SYS_TTY_CONFIG)); in test_CAP_TO_MASK()
210 public static final int CAP_SYS_TTY_CONFIG; field in OsConstants211 static { CAP_SYS_TTY_CONFIG = 0; }
229 public static final int CAP_SYS_TTY_CONFIG = placeholder(); field in OsConstants
126 initConstant(env, c, "CAP_SYS_TTY_CONFIG", CAP_SYS_TTY_CONFIG); in OsConstants_initConstants()
213 field public static final int CAP_SYS_TTY_CONFIG;