OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECCOMP_RET_ERRNO
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/linux/
seccomp.h
30
#define
SECCOMP_RET_ERRNO
0x00050000U
/external/kernel-headers/original/linux/
seccomp.h
23
#define
SECCOMP_RET_ERRNO
0x00050000U /* returns an errno */
/external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h
82
#define
SECCOMP_RET_ERRNO
0x00050000U // Returns an errno
Completed in 787 milliseconds