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

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ioccom.h 61 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0)
  /bionic/libc/kernel/uapi/asm-generic/
ioctl.h 48 #define _IO(type,nr) _IOC(_IOC_NONE, (type), (nr), 0)
  /external/kernel-headers/original/uapi/asm-generic/
ioctl.h 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 74 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 242 #define _IO(x,y) (IOC_VOID|((x)<<8)|(y))
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 29 def _IO(x,y): return (IOC_VOID|((x)<<8)|y)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 29 def _IO(x,y): return (IOC_VOID|((x)<<8)|y)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 13 #undef _IO
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 52 #define _IO(x,y) (IOC_VOID|((x)<<8)|(y))
winsock2.h 71 #define _IO(x,y) (IOC_VOID|((x)<<8)|(y))
    [all...]

Completed in 3144 milliseconds