Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dseccomp.h143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
/openbmc/linux/include/uapi/linux/
H A Dseccomp.h143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c198 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) macro