Searched refs:PR_GET_SECCOMP (Results 1 – 16 of 16) sorted by relevance
/external/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl04.c | 126 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()
|
D | prctl02.c | 164 TEST(prctl(PR_GET_SECCOMP)); in setup()
|
/external/strace/xlat/ |
D | prctl_options.h | 132 #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),
|
D | prctl_options.in | 19 PR_GET_SECCOMP 21
|
/external/ltp/include/lapi/ |
D | prctl.h | 18 # define PR_GET_SECCOMP 21 macro
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 66 #define PR_GET_SECCOMP 21 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 67 #define PR_GET_SECCOMP 21 macro
|
/external/strace/ |
D | prctl.c | 124 case PR_GET_SECCOMP: in SYS_FUNC()
|
D | ChangeLog | 34561 PR_GET_DUMPABLE, PR_GET_KEEPCAPS, PR_GET_SECCOMP, PR_GET_TIMERSLACK,
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3790 #ifdef PR_GET_SECCOMP 3791 { "PR_GET_SECCOMP", (unsigned long) PR_GET_SECCOMP },
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 433 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/ |
D | seccomp_bpf.c | 298 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/ |
D | linux_syscall_support.h | 725 #ifndef PR_GET_SECCOMP 726 #define PR_GET_SECCOMP 21 macro
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1080 pub const PR_GET_SECCOMP: ::c_int = 21; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1629 pub const PR_GET_SECCOMP: ::c_int = 21; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2546 pub const PR_GET_SECCOMP: ::c_int = 21; constant
|