Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dseccomp.h69 #define SECCOMP_IOC_MAGIC '!' macro
70 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr)
71 #define SECCOMP_IOR(nr,type) _IOR(SECCOMP_IOC_MAGIC, nr, type)
72 #define SECCOMP_IOW(nr,type) _IOW(SECCOMP_IOC_MAGIC, nr, type)
73 #define SECCOMP_IOWR(nr,type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)