Searched refs:SECCOMP_IOC_MAGIC (Results 1 – 2 of 2) sorted by relevance
/linux/include/uapi/linux/ |
A D | seccomp.h | 136 #define SECCOMP_IOC_MAGIC '!' macro 137 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) 138 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) 139 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) 140 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
|
/linux/tools/testing/selftests/seccomp/ |
A D | seccomp_bpf.c | 188 #define SECCOMP_IOC_MAGIC '!' macro 189 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) 190 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) 191 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) 192 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
|
Completed in 10 milliseconds