Home
last modified time | relevance | path

Searched refs:SECCOMP_IOC_MAGIC (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dseccomp.h86 #define SECCOMP_IOC_MAGIC '!' macro
87 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr)
88 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type)
89 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type)
90 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c169 #define SECCOMP_IOC_MAGIC '!' macro
170 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr)
171 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type)
172 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type)
173 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)