OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECCOMP_RET_INVALID
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h
115
ErrorCode() : error_type_(ET_INVALID), err_(
SECCOMP_RET_INVALID
) {}
errorcode.cc
45
err_(
SECCOMP_RET_INVALID
) {
errorcode_unittest.cc
16
SANDBOX_ASSERT(e0.err() ==
SECCOMP_RET_INVALID
);
linux_seccomp.h
77
// "illegal"
SECCOMP_RET_INVALID
is not supported by the kernel, should only
80
#define
SECCOMP_RET_INVALID
0x00010000U // Illegal return value
88
#define
SECCOMP_RET_INVALID
0x00010000U // Illegal return value
verifier.cc
72
return
SECCOMP_RET_INVALID
;
75
return
SECCOMP_RET_INVALID
;
428
case
SECCOMP_RET_INVALID
: // Should never show up in BPF program
Completed in 1178 milliseconds