SECCOMP_IOC_MAGIC   87 include/uapi/linux/seccomp.h #define SECCOMP_IO(nr)			_IO(SECCOMP_IOC_MAGIC, nr)
SECCOMP_IOC_MAGIC   88 include/uapi/linux/seccomp.h #define SECCOMP_IOR(nr, type)		_IOR(SECCOMP_IOC_MAGIC, nr, type)
SECCOMP_IOC_MAGIC   89 include/uapi/linux/seccomp.h #define SECCOMP_IOW(nr, type)		_IOW(SECCOMP_IOC_MAGIC, nr, type)
SECCOMP_IOC_MAGIC   90 include/uapi/linux/seccomp.h #define SECCOMP_IOWR(nr, type)		_IOWR(SECCOMP_IOC_MAGIC, nr, type)
SECCOMP_IOC_MAGIC  171 tools/testing/selftests/seccomp/seccomp_bpf.c #define SECCOMP_IO(nr)			_IO(SECCOMP_IOC_MAGIC, nr)
SECCOMP_IOC_MAGIC  172 tools/testing/selftests/seccomp/seccomp_bpf.c #define SECCOMP_IOR(nr, type)		_IOR(SECCOMP_IOC_MAGIC, nr, type)
SECCOMP_IOC_MAGIC  173 tools/testing/selftests/seccomp/seccomp_bpf.c #define SECCOMP_IOW(nr, type)		_IOW(SECCOMP_IOC_MAGIC, nr, type)
SECCOMP_IOC_MAGIC  174 tools/testing/selftests/seccomp/seccomp_bpf.c #define SECCOMP_IOWR(nr, type)		_IOWR(SECCOMP_IOC_MAGIC, nr, type)