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