Searched refs:SECCOMP_RET_KILL_PROCESS (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | seccomp_ret_action.h | 6 #if defined(SECCOMP_RET_KILL_PROCESS) || (defined(HAVE_DECL_SECCOMP_RET_KILL_PROCESS) && HAVE_DECL_… 8 static_assert((SECCOMP_RET_KILL_PROCESS) == (0x80000000U), "SECCOMP_RET_KILL_PROCESS != 0x80000000U… 11 # define SECCOMP_RET_KILL_PROCESS 0x80000000U 61 XLAT(SECCOMP_RET_KILL_PROCESS),
|
D | seccomp_ret_action.in | 1 SECCOMP_RET_KILL_PROCESS 0x80000000U
|
/external/strace/tests/ |
D | seccomp_get_action_avail.c | 72 # ifdef SECCOMP_RET_KILL_PROCESS in main() 73 { ARG_STR(SECCOMP_RET_KILL_PROCESS) }, in main()
|
/external/strace/tests-m32/ |
D | seccomp_get_action_avail.c | 72 # ifdef SECCOMP_RET_KILL_PROCESS in main() 73 { ARG_STR(SECCOMP_RET_KILL_PROCESS) }, in main()
|
/external/strace/tests-mx32/ |
D | seccomp_get_action_avail.c | 72 # ifdef SECCOMP_RET_KILL_PROCESS in main() 73 { ARG_STR(SECCOMP_RET_KILL_PROCESS) }, in main()
|
/external/minijail/ |
D | bpf.h | 50 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the entire process */ macro 174 set_bpf_stmt((_block), BPF_RET+BPF_K, SECCOMP_RET_KILL_PROCESS)
|
D | syscall_filter_unittest.cc | 1492 SECCOMP_RET_KILL_PROCESS); in TEST()
|
/external/kernel-headers/original/uapi/linux/ |
D | seccomp.h | 36 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro
|
/external/minijail/tools/ |
D | bpf.py | 67 SECCOMP_RET_KILL_PROCESS = 0x80000000 variable 126 if ins.k == SECCOMP_RET_KILL_PROCESS: 201 [SockFilter(BPF_RET, 0x00, 0x00, SECCOMP_RET_KILL_PROCESS)])
|
D | compiler_unittest.py | 86 bpf.SECCOMP_RET_KILL_PROCESS),
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 95 #ifndef SECCOMP_RET_KILL_PROCESS 96 #define SECCOMP_RET_KILL_PROCESS 0x80000000U /* kill the process */ macro 717 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_PROCESS), in kill_thread_or_group()
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1807 pub const SECCOMP_RET_KILL_PROCESS: ::c_uint = 0x80000000; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1772 pub const SECCOMP_RET_KILL_PROCESS: ::c_uint = 0x80000000; constant
|
/external/strace/ |
D | ChangeLog | 11016 Add SECCOMP_RET_KILL_PROCESS decoding support. 11021 * xlat/seccomp_ret_action.in: Add SECCOMP_RET_KILL_PROCESS introduced
|