Home
last modified time | relevance | path

Searched refs:PR_GET_SECCOMP (Results 1 – 16 of 16) sorted by relevance

/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl04.c126 prctl(PR_GET_SECCOMP); in check_strict_mode()
166 prctl(PR_GET_SECCOMP); in check_filter_mode()
211 TEST(prctl(PR_GET_SECCOMP)); in setup()
Dprctl02.c164 TEST(prctl(PR_GET_SECCOMP)); in setup()
/external/strace/xlat/
Dprctl_options.h132 #if defined(PR_GET_SECCOMP) || (defined(HAVE_DECL_PR_GET_SECCOMP) && HAVE_DECL_PR_GET_SECCOMP)
134 static_assert((PR_GET_SECCOMP) == (21), "PR_GET_SECCOMP != 21");
137 # define PR_GET_SECCOMP 21
392 XLAT(PR_GET_SECCOMP),
Dprctl_options.in19 PR_GET_SECCOMP 21
/external/ltp/include/lapi/
Dprctl.h18 # define PR_GET_SECCOMP 21 macro
/external/libcap/libcap/include/uapi/linux/
Dprctl.h66 #define PR_GET_SECCOMP 21 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h67 #define PR_GET_SECCOMP 21 macro
/external/strace/
Dprctl.c124 case PR_GET_SECCOMP: in SYS_FUNC()
DChangeLog34561 PR_GET_DUMPABLE, PR_GET_KEEPCAPS, PR_GET_SECCOMP, PR_GET_TIMERSLACK,
/external/minijail/linux-x86/
Dlibconstants.gen.c3790 #ifdef PR_GET_SECCOMP
3791 { "PR_GET_SECCOMP", (unsigned long) PR_GET_SECCOMP },
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c433 ret = prctl(PR_GET_SECCOMP, 0, 0, 0, 0); in TEST()
439 ret = prctl(PR_GET_SECCOMP, 0, 0, 0, 0); in TEST()
689 prctl(PR_GET_SECCOMP, 0, 0, 0, 0); in kill_thread()
/external/seccomp-tests/linux/
Dseccomp_bpf.c298 ret = prctl(PR_GET_SECCOMP, 0, 0, 0, 0); in TEST()
304 ret = prctl(PR_GET_SECCOMP, 0, 0, 0, 0); in TEST()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h725 #ifndef PR_GET_SECCOMP
726 #define PR_GET_SECCOMP 21 macro
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1080 pub const PR_GET_SECCOMP: ::c_int = 21; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1629 pub const PR_GET_SECCOMP: ::c_int = 21; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2546 pub const PR_GET_SECCOMP: ::c_int = 21; constant