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

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ioccom.h 49 #define IOC_VOID (unsigned long)0x20000000
61 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0)
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 21 IOC_VOID = 0x20000000
29 def _IO(x,y): return (IOC_VOID|((x)<<8)|y)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 21 IOC_VOID = 0x20000000
29 def _IO(x,y): return (IOC_VOID|((x)<<8)|y)

Completed in 3958 milliseconds