HomeSort by relevance Sort by last modified time
    Searched defs:SECCOMP_IOWR (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
seccomp.h 73 #define SECCOMP_IOWR(nr,type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
74 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
75 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, struct seccomp_notif_resp)
  /external/kernel-headers/original/uapi/linux/
seccomp.h 90 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
93 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
94 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, \

Completed in 44 milliseconds