Searched refs:PR_GET_SECCOMP (Results 1 – 25 of 28) sorted by relevance
12
/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/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 64 #define PR_GET_SECCOMP 21 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 67 #define PR_GET_SECCOMP 21 macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 842 #ifdef PR_GET_SECCOMP 843 { "PR_GET_SECCOMP", (unsigned long) PR_GET_SECCOMP },
|
/external/strace/ |
D | prctl.c | 124 case PR_GET_SECCOMP: in SYS_FUNC()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 400 PR_GET_SECCOMP = 21
|
D | sys_amd64.const | 400 PR_GET_SECCOMP = 21
|
D | sys_arm.const | 400 PR_GET_SECCOMP = 21
|
D | sys_ppc64le.const | 400 PR_GET_SECCOMP = 21
|
D | sys_arm64.const | 400 PR_GET_SECCOMP = 21
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 375 ret = prctl(PR_GET_SECCOMP, 0, 0, 0, 0); in TEST() 381 ret = prctl(PR_GET_SECCOMP, 0, 0, 0, 0); in TEST() 630 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/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1035 PR_GET_SECCOMP = 0x15 const
|
D | zerrors_linux_mipsle.go | 1291 PR_GET_SECCOMP = 0x15 const
|
D | zerrors_linux_s390x.go | 1290 PR_GET_SECCOMP = 0x15 const
|
D | zerrors_linux_arm.go | 1290 PR_GET_SECCOMP = 0x15 const
|
D | zerrors_linux_ppc64le.go | 1293 PR_GET_SECCOMP = 0x15 const
|
D | zerrors_linux_mips64.go | 1291 PR_GET_SECCOMP = 0x15 const
|
D | zerrors_linux_ppc64.go | 1293 PR_GET_SECCOMP = 0x15 const
|
D | zerrors_linux_amd64.go | 1292 PR_GET_SECCOMP = 0x15 const
|
D | zerrors_linux_mips64le.go | 1291 PR_GET_SECCOMP = 0x15 const
|
D | zerrors_linux_386.go | 1292 PR_GET_SECCOMP = 0x15 const
|
D | zerrors_linux_mips.go | 1291 PR_GET_SECCOMP = 0x15 const
|
D | zerrors_linux_arm64.go | 1293 PR_GET_SECCOMP = 0x15 const
|
12