HomeSort by relevance Sort by last modified time
    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