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

  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ioctl.h 53 #ifndef _IOC_NONE
54 # define _IOC_NONE 0U
74 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)

Completed in 123 milliseconds