OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECCOMP_RET_ALLOW
(Results
1 - 11
of
11
) sorted by null
/development/ndk/platforms/android-21/include/linux/
seccomp.h
32
#define
SECCOMP_RET_ALLOW
0x7fff0000U
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
seccomp.h
25
#define
SECCOMP_RET_ALLOW
0x7fff0000U /* allow */
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
seccomp.h
32
#define
SECCOMP_RET_ALLOW
0x7fff0000U
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
seccomp.h
32
#define
SECCOMP_RET_ALLOW
0x7fff0000U
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
seccomp.h
32
#define
SECCOMP_RET_ALLOW
0x7fff0000U
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
seccomp.h
32
#define
SECCOMP_RET_ALLOW
0x7fff0000U
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
seccomp.h
32
#define
SECCOMP_RET_ALLOW
0x7fff0000U
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
seccomp.h
32
#define
SECCOMP_RET_ALLOW
0x7fff0000U
/bionic/libc/kernel/uapi/linux/
seccomp.h
36
#define
SECCOMP_RET_ALLOW
0x7fff0000U
/external/kernel-headers/original/uapi/linux/
seccomp.h
32
#define
SECCOMP_RET_ALLOW
0x7fff0000U /* allow */
/cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c
72
#define
SECCOMP_RET_ALLOW
0x7fff0000U // allow
134
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ALLOW
),
162
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ALLOW
),
198
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ALLOW
),
235
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ALLOW
),
256
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ALLOW
),
279
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ALLOW
),
370
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ALLOW
),
393
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ALLOW
),
398
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ALLOW
),
[
all
...]
Completed in 628 milliseconds