Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_ERRNO (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dseccomp_ret_action.h10 #if defined(SECCOMP_RET_ERRNO) || (defined(HAVE_DECL_SECCOMP_RET_ERRNO) && HAVE_DECL_SECCOMP_RET_ER…
11 XLAT(SECCOMP_RET_ERRNO),
Dseccomp_ret_action.in3 SECCOMP_RET_ERRNO
/external/strace/tests/
Dseccomp.c25 && defined SECCOMP_RET_ERRNO \
35 BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_ERRNO | (SECCOMP_RET_DATA & (err)))
/external/kernel-headers/original/uapi/linux/
Dseccomp.h30 #define SECCOMP_RET_ERRNO 0x00050000U /* returns an errno */ macro
/external/openssh/
Dsandbox-seccomp-filter.c78 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ERRNO|(_errno))