OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECCOMP_RET_KILL
(Results
1 - 25
of
27
) sorted by null
1
2
/development/ndk/platforms/android-21/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/external/tlsdate/src/
seccomp-compat.h
18
#define
SECCOMP_RET_KILL
0x00000000U /* kill the task immediately */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
seccomp.h
21
#define
SECCOMP_RET_KILL
0x00000000U /* kill the task immediately */
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
seccomp.h
27
#define
SECCOMP_RET_KILL
0x00000000U
/bionic/libc/kernel/uapi/linux/
seccomp.h
31
#define
SECCOMP_RET_KILL
0x00000000U
/external/kernel-headers/original/uapi/linux/
seccomp.h
28
#define
SECCOMP_RET_KILL
0x00000000U /* kill the task immediately */
/external/libchrome/sandbox/linux/system_headers/
linux_seccomp.h
87
#ifndef
SECCOMP_RET_KILL
91
#define
SECCOMP_RET_KILL
0x00000000U // Kill the task immediately
/external/minijail/
bpf.h
43
#define
SECCOMP_RET_KILL
0x00000000U /* kill the task immediately */
149
set_bpf_stmt((_block), BPF_RET+BPF_K,
SECCOMP_RET_KILL
)
Completed in 490 milliseconds
1
2