Searched refs:SECCOMP_IOC_MAGIC (Results 1 – 1 of 1) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | seccomp.h | 79 #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)
|