OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECCOMP_RET_ERRNO
(Results
26 - 27
of
27
) sorted by null
1
2
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c
68
#define
SECCOMP_RET_ERRNO
0x00050000U // returns an errno
369
BPF_STMT(BPF_RET+BPF_K,
SECCOMP_RET_ERRNO
| E2BIG),
393
BPF_STMT(BPF_RET+BPF_K,
SECCOMP_RET_ERRNO
| 0),
537
BPF_STMT(BPF_RET+BPF_K,
SECCOMP_RET_ERRNO
),
1160
BPF_STMT(BPF_RET+BPF_K,
SECCOMP_RET_ERRNO
| EINVAL),
[
all
...]
/cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c
73
#define
SECCOMP_RET_ERRNO
0x00050000U // returns an errno
496
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ERRNO
| E2BIG),
520
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ERRNO
| 0),
664
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_ERRNO
),
[
all
...]
Completed in 89 milliseconds
1
2