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

  /bionic/libc/kernel/uapi/linux/
seccomp.h 71 #define SECCOMP_IOR(nr,type) _IOR(SECCOMP_IOC_MAGIC, nr, type)
76 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOR(2, __u64)
  /external/kernel-headers/original/uapi/linux/
seccomp.h 88 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type)
96 #define SECCOMP_IOCTL_NOTIF_ID_VALID SECCOMP_IOR(2, __u64)

Completed in 319 milliseconds