Searched refs:SECCOMP_IOC_MAGIC (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/uapi/linux/ |
D | seccomp.h | 138 #define SECCOMP_IOC_MAGIC '!' macro 139 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) 140 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) 141 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) 142 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
|
/linux-5.19.10/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 191 #define SECCOMP_IOC_MAGIC '!' macro 192 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) 193 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) 194 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) 195 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
|