Searched refs:PR_SET_SECCOMP (Results 1 – 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl02.c | 87 {PR_SET_SECCOMP, &num_2, &bad_addr, EFAULT, "PR_SET_SECCOMP"}, 88 {PR_SET_SECCOMP, &num_2, &strict_addr, EACCES, "PR_SET_SECCOMP"}, 108 case PR_SET_SECCOMP: in verify_prctl() 153 if (tc->option == PR_SET_SECCOMP && TST_ERR == EINVAL) in verify_prctl()
|
D | prctl04.c | 115 TEST(prctl(PR_SET_SECCOMP, SECCOMP_MODE_STRICT)); in check_strict_mode() 151 TEST(prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &strict)); in check_filter_mode()
|
/third_party/ltp/include/lapi/ |
D | prctl.h | 17 #ifndef PR_SET_SECCOMP 19 # define PR_SET_SECCOMP 22 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | prctl.h | 48 #define PR_SET_SECCOMP 22 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | prctl.h | 48 #define PR_SET_SECCOMP 22 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | prctl.h | 48 #define PR_SET_SECCOMP 22 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | prctl.h | 48 #define PR_SET_SECCOMP 22 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | prctl.h | 48 #define PR_SET_SECCOMP 22 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | prctl.h | 48 #define PR_SET_SECCOMP 22 macro
|
/third_party/musl/include/sys/ |
D | prctl.h | 48 #define PR_SET_SECCOMP 22 macro
|
/third_party/flutter/skia/third_party/externals/wuffs/example/zcat/ |
D | zcat.c | 163 prctl(PR_SET_SECCOMP, SECCOMP_MODE_STRICT); in main()
|