OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECCOMP_SET_MODE_FILTER
(Results
1 - 6
of
6
) sorted by null
/external/strace/xlat/
seccomp_ops.h
8
#if !(defined(
SECCOMP_SET_MODE_FILTER
) || (defined(HAVE_DECL_SECCOMP_SET_MODE_FILTER) && HAVE_DECL_SECCOMP_SET_MODE_FILTER))
9
# define
SECCOMP_SET_MODE_FILTER
1
11
XLAT(
SECCOMP_SET_MODE_FILTER
),
/bionic/libc/kernel/uapi/linux/
seccomp.h
29
#define
SECCOMP_SET_MODE_FILTER
1
/external/kernel-headers/original/uapi/linux/
seccomp.h
15
#define
SECCOMP_SET_MODE_FILTER
1
17
/* Valid flags for
SECCOMP_SET_MODE_FILTER
*/
/cts/tests/tests/os/jni/
android_os_cts_SeccompTest.cpp
66
int rv = syscall(__NR_seccomp,
SECCOMP_SET_MODE_FILTER
, SECCOMP_FILTER_FLAG_TSYNC, &prog);
/cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c
[
all
...]
/external/strace/
seccomp.c
241
if (op ==
SECCOMP_SET_MODE_FILTER
) {
Completed in 537 milliseconds