Home
last modified time | relevance | path

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

12

/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/libcap/libcap/include/uapi/linux/
Dprctl.h64 #define PR_GET_SECCOMP 21 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h67 #define PR_GET_SECCOMP 21 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c842 #ifdef PR_GET_SECCOMP
843 { "PR_GET_SECCOMP", (unsigned long) PR_GET_SECCOMP },
/external/strace/
Dprctl.c124 case PR_GET_SECCOMP: in SYS_FUNC()
/external/syzkaller/sys/linux/
Dsys_386.const400 PR_GET_SECCOMP = 21
Dsys_amd64.const400 PR_GET_SECCOMP = 21
Dsys_arm.const400 PR_GET_SECCOMP = 21
Dsys_ppc64le.const400 PR_GET_SECCOMP = 21
Dsys_arm64.const400 PR_GET_SECCOMP = 21
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c375 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/
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/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1035 PR_GET_SECCOMP = 0x15 const
Dzerrors_linux_mipsle.go1291 PR_GET_SECCOMP = 0x15 const
Dzerrors_linux_s390x.go1290 PR_GET_SECCOMP = 0x15 const
Dzerrors_linux_arm.go1290 PR_GET_SECCOMP = 0x15 const
Dzerrors_linux_ppc64le.go1293 PR_GET_SECCOMP = 0x15 const
Dzerrors_linux_mips64.go1291 PR_GET_SECCOMP = 0x15 const
Dzerrors_linux_ppc64.go1293 PR_GET_SECCOMP = 0x15 const
Dzerrors_linux_amd64.go1292 PR_GET_SECCOMP = 0x15 const
Dzerrors_linux_mips64le.go1291 PR_GET_SECCOMP = 0x15 const
Dzerrors_linux_386.go1292 PR_GET_SECCOMP = 0x15 const
Dzerrors_linux_mips.go1291 PR_GET_SECCOMP = 0x15 const
Dzerrors_linux_arm64.go1293 PR_GET_SECCOMP = 0x15 const

12