Searched defs:_IO (Results 1 – 4 of 4) sorted by relevance
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctl.h | 85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
|
/external/u-boot/include/asm-generic/ |
D | ioctl.h | 83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 29 def _IO(x,y): return (IOC_VOID|((x)<<8)|y) function
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 29 def _IO(x,y): return (IOC_VOID|((x)<<8)|y) function
|