Lines Matching refs:arg3
16 * arg3 is an invalid address
21 * arg3 is zero
22 * - EINVAL when option is PR_SET_NO_NEW_PRIVS & arg2 is equal to 1 & arg3
24 * - EINVAL when options is PR_GET_NO_NEW_PRIVS & arg2, arg3, arg4, or arg5
26 * - EINVAL when options is PR_SET_THP_DISABLE & arg3, arg4, arg5 is non-zero.
27 * - EINVAL when options is PR_GET_THP_DISABLE & arg2, arg3, arg4, or arg5 is
31 * arg5, or, in the case of PR_CAP_AMBIENT_CLEAR_ALL, arg3 is nonzero
33 * PR_CAP_AMBIENT_RAISE, or PR_CAP_AMBIENT_IS_SET and arg3 does not specify
88 unsigned long *arg3;
155 TEST(prctl(tc->option, *tc->arg2, *tc->arg3, 0, 0));