Home
last modified time | relevance | path

Searched refs:SECCOMP_IOC_MAGIC (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dseccomp.h135 #define SECCOMP_IOC_MAGIC '!' macro
136 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr)
137 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type)
138 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type)
139 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dseccomp.h140 #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)
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dseccomp.h140 #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)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dseccomp.h79 #define SECCOMP_IOC_MAGIC '!' macro
80 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr)
81 #define SECCOMP_IOR(nr,type) _IOR(SECCOMP_IOC_MAGIC, nr, type)
82 #define SECCOMP_IOW(nr,type) _IOW(SECCOMP_IOC_MAGIC, nr, type)
83 #define SECCOMP_IOWR(nr,type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dseccomp.h79 #define SECCOMP_IOC_MAGIC '!' macro
80 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr)
81 #define SECCOMP_IOR(nr,type) _IOR(SECCOMP_IOC_MAGIC, nr, type)
82 #define SECCOMP_IOW(nr,type) _IOW(SECCOMP_IOC_MAGIC, nr, type)
83 #define SECCOMP_IOWR(nr,type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c190 #define SECCOMP_IOC_MAGIC '!' macro
191 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr)
192 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type)
193 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type)
194 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c195 #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)

Completed in 11 milliseconds