Home
last modified time | relevance | path

Searched defs:SECCOMP_IOWR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dseccomp.h144 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro
/openbmc/linux/include/uapi/linux/
H A Dseccomp.h144 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c199 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) macro