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

  /external/strace/
ioctl_iocdef.h 1 #define _IOC_NONE 0U
  /bionic/libc/kernel/uapi/asm-mips/asm/
ioctl.h 23 #define _IOC_NONE 1U
  /external/kernel-headers/original/uapi/asm-mips/asm/
ioctl.h 18 * Direction bits _IOC_NONE could be 0, but OSF/1 gives it a bit.
22 #define _IOC_NONE 1U
  /bionic/libc/kernel/uapi/asm-generic/
ioctl.h 37 #ifndef _IOC_NONE
38 #define _IOC_NONE 0U
48 #define _IO(type,nr) _IOC(_IOC_NONE, (type), (nr), 0)
  /external/kernel-headers/original/uapi/asm-generic/
ioctl.h 57 #ifndef _IOC_NONE
58 # define _IOC_NONE 0U
85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
  /external/u-boot/include/asm-generic/
ioctl.h 53 #ifndef _IOC_NONE
54 # define _IOC_NONE 0U
83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)

Completed in 297 milliseconds