HomeSort by relevance Sort by last modified time
    Searched refs:PR_CAP_AMBIENT_LOWER (Results 1 - 20 of 20) sorted by null

  /external/strace/xlat/
pr_cap_ambient.h 20 #if defined(PR_CAP_AMBIENT_LOWER) || (defined(HAVE_DECL_PR_CAP_AMBIENT_LOWER) && HAVE_DECL_PR_CAP_AMBIENT_LOWER)
22 static_assert((PR_CAP_AMBIENT_LOWER) == (3), "PR_CAP_AMBIENT_LOWER != 3");
25 # define PR_CAP_AMBIENT_LOWER 3
47 XLAT(PR_CAP_AMBIENT_LOWER),
  /external/minijail/
system.h 33 #ifndef PR_CAP_AMBIENT_LOWER
34 #define PR_CAP_AMBIENT_LOWER 3
  /external/linux-kselftest/tools/testing/selftests/capabilities/
validate_cap.c 16 # define PR_CAP_AMBIENT_LOWER 3
test_execve.c 27 # define PR_CAP_AMBIENT_LOWER 3
  /bionic/tests/
sys_prctl_test.cpp 99 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_LOWER, CAP_SYS_ADMIN, 0, 0);
111 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_LOWER, ULONG_MAX, 0, 0);
  /bionic/libc/kernel/uapi/linux/
prctl.h 130 #define PR_CAP_AMBIENT_LOWER 3
  /external/kernel-headers/original/uapi/linux/
prctl.h 198 # define PR_CAP_AMBIENT_LOWER 3
  /external/strace/
prctl.c 283 case PR_CAP_AMBIENT_LOWER:
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 551 milliseconds