Searched refs:SECCOMP_IOWR (Results 1 – 2 of 2) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | seccomp.h | 139 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro 142 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif) 143 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 179 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro 182 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif) 183 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \
|