Home | History | Annotate | Download | only in seccomp-bpf

Lines Matching defs:ERR

40 #define ERR EPERM
103 int err;
104 iov[0].iov_base = &err;
124 if (err) {
125 // "err" is the first four bytes of the payload. If these are non-zero,
128 errno = err;
240 return -ERR;
469 ((errno = 0), !getrlimit(RLIMIT_CORE, NULL)) || errno != ERR) {
477 ((errno = 0), !ioctl(2, TCSETS, NULL)) || errno != ERR) {
485 ((errno = 0), !prctl(PR_SET_SECCOMP, 0)) || errno != ERR) {