Searched refs:SECCOMP_IOC_MAGIC (Results 1 – 2 of 2) sorted by relevance
| /tools/include/uapi/linux/ |
| A D | seccomp.h | 140 #define SECCOMP_IOC_MAGIC '!' macro 141 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) 142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) 143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) 144 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 208 #define SECCOMP_IOC_MAGIC '!' macro 209 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) 210 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) 211 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) 212 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
|
Completed in 13 milliseconds