OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECCOMP_IOC_MAGIC
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
seccomp.h
69
#define
SECCOMP_IOC_MAGIC
'!'
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)
/external/kernel-headers/original/uapi/linux/
seccomp.h
86
#define
SECCOMP_IOC_MAGIC
'!'
87
#define SECCOMP_IO(nr) _IO(
SECCOMP_IOC_MAGIC
, nr)
88
#define SECCOMP_IOR(nr, type) _IOR(
SECCOMP_IOC_MAGIC
, nr, type)
89
#define SECCOMP_IOW(nr, type) _IOW(
SECCOMP_IOC_MAGIC
, nr, type)
90
#define SECCOMP_IOWR(nr, type) _IOWR(
SECCOMP_IOC_MAGIC
, nr, type)
Completed in 497 milliseconds