OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECCOMP_RET_ALLOW
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/common/linux/
seccomp.h
32
#define
SECCOMP_RET_ALLOW
0x7fff0000U
/external/kernel-headers/original/linux/
seccomp.h
25
#define
SECCOMP_RET_ALLOW
0x7fff0000U /* allow */
/external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc
13
err_ =
SECCOMP_RET_ALLOW
;
errorcode_unittest.cc
19
SANDBOX_ASSERT(e1.err() ==
SECCOMP_RET_ALLOW
);
linux_seccomp.h
84
#define
SECCOMP_RET_ALLOW
0x7fff0000U // Allow
verifier.cc
424
case
SECCOMP_RET_ALLOW
:
codegen.cc
108
} else if (iter->k ==
SECCOMP_RET_ALLOW
) {
Completed in 84 milliseconds