Searched refs:SECCOMP_IOC_MAGIC (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/include/uapi/linux/ |
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)
|
/linux-6.12.1/include/uapi/linux/ |
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)
|
/linux-6.12.1/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 197 #define SECCOMP_IOC_MAGIC '!' macro 198 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) 199 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) 200 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) 201 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
|