OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECCOMP_IOW
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
seccomp.h
72
#define
SECCOMP_IOW
(nr,type) _IOW(SECCOMP_IOC_MAGIC, nr, type)
/external/kernel-headers/original/uapi/linux/
seccomp.h
89
#define
SECCOMP_IOW
(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type)
Completed in 51 milliseconds