Searched refs:SECCOMP_IOC_MAGIC (Results 1 – 2 of 2) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | seccomp.h | 135 #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)
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 175 #define SECCOMP_IOC_MAGIC '!' macro 176 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr) 177 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) 178 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) 179 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
|