Lines Matching defs:arg2
10 * - EINVAL when option is PR_SET_PDEATHSIG & arg2 is not zero or a valid
12 * - EINVAL when option is PR_SET_DUMPABLE & arg2 is neither
14 * - EFAULT when arg2 is an invalid address
15 * - EFAULT when option is PR_SET_SECCOMP & arg2 is SECCOMP_MODE_FILTER &
17 * - EACCES when option is PR_SET_SECCOMP & arg2 is SECCOMP_MODE_FILTER &
19 * - EINVAL when option is PR_SET_TIMING & arg2 is not PR_TIMING_STATISTICAL
20 * - EINVAL when option is PR_SET_NO_NEW_PRIVS & arg2 is not equal to 1 &
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
27 * - EINVAL when options is PR_GET_THP_DISABLE & arg2, arg3, arg4, or arg5 is
29 * - EINVAL when options is PR_CAP_AMBIENT & arg2 has an invalid value
32 * - EINVAL when options is PR_CAP_AMBIENT & arg2 is PR_CAP_AMBIENT_LOWER,
87 unsigned long *arg2;
155 TEST(prctl(tc->option, *tc->arg2, *tc->arg3, 0, 0));