HomeSort by relevance Sort by last modified time
    Searched refs:IOC_OUT (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ioccom.h 51 #define IOC_OUT (unsigned long)0x40000000
55 #define IOC_INOUT (IOC_IN|IOC_OUT)
62 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t))
  /external/autotest/client/bin/input/
linux_ioctl.py 77 IOC_OUT = (IOC_READ << _IOC_DIRSHIFT)
  /bionic/libc/kernel/uapi/asm-generic/
ioctl.h 60 #define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT)
  /external/kernel-headers/original/uapi/asm-generic/
ioctl.h 102 #define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ioctl.h 91 #define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT)
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 22 IOC_OUT = 0x40000000
24 IOC_INOUT = (IOC_IN|IOC_OUT)
30 def _IOR(x,y,t): return (IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|((x)<<8)|y)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 22 IOC_OUT = 0x40000000
24 IOC_INOUT = (IOC_IN|IOC_OUT)
30 def _IOR(x,y,t): return (IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|((x)<<8)|y)
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 237 #define IOC_OUT 0x40000000UL /* copy out parameters */
239 #define IOC_INOUT (IOC_IN|IOC_OUT)
244 #define _IOR(x,y,t) (IOC_OUT|(((long)sizeof(t)&IOCPARM_MASK)<<16)|((x)<<8)|(y))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 48 #define IOC_OUT 0x40000000
50 #define IOC_INOUT (IOC_IN|IOC_OUT)
53 #define _IOR(x,y,t) (IOC_OUT|(((__LONG32)sizeof(t)&IOCPARM_MASK)<<16)|((x)<<8)|(y))
winsock2.h 67 #define IOC_OUT 0x40000000
69 #define IOC_INOUT (IOC_IN|IOC_OUT)
72 #define _IOR(x,y,t) (IOC_OUT|(((__LONG32)sizeof(t)&IOCPARM_MASK)<<16)|((x)<<8)|(y))
513 #define _WSAIOR(x,y) (IOC_OUT|(x)|(y))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 9 #undef IOC_OUT
  /external/libdrm/
xf86drm.h 64 #define DRM_IOC_READ IOC_OUT
  /prebuilts/go/darwin-x86/src/syscall/
types_windows.go 545 IOC_OUT = 0x40000000
548 IOC_INOUT = IOC_IN | IOC_OUT
  /prebuilts/go/linux-x86/src/syscall/
types_windows.go 545 IOC_OUT = 0x40000000
548 IOC_INOUT = IOC_IN | IOC_OUT
  /external/valgrind/include/vki/
vki-solaris.h 586 #define _VKI_IOC_DIR(x) ((x) & (IOC_VOID | IOC_OUT | IOC_IN))
589 #define _VKI_IOC_READ IOC_OUT
    [all...]
vki-darwin.h 102 #define _VKI_IOC_READ IOC_OUT
  /bionic/libc/kernel/uapi/linux/
soundcard.h 55 #define SIOC_OUT IOC_OUT
  /external/kernel-headers/original/uapi/linux/
soundcard.h 88 #define SIOC_OUT IOC_OUT
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
soundcard.h 86 #define SIOC_OUT IOC_OUT
    [all...]

Completed in 508 milliseconds