Searched defs:_IO (Results 1 – 10 of 10) 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/musl/arch/mips/bits/ |
| D | ioctl.h | 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
|
| /external/musl/arch/generic/bits/ |
| D | ioctl.h | 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
|
| /external/musl/arch/mipsn32/bits/ |
| D | ioctl.h | 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
|
| /external/musl/arch/sh/bits/ |
| D | ioctl.h | 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
|
| /external/musl/arch/mips64/bits/ |
| D | ioctl.h | 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
|
| /external/musl/arch/powerpc64/bits/ |
| D | ioctl.h | 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
|
| /external/musl/arch/powerpc/bits/ |
| D | ioctl.h | 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
|
| /external/python/cpython2/Lib/plat-irix6/ |
| D | IOCTL.py | 29 def _IO(x,y): return (IOC_VOID|((x)<<8)|y) function
|
| /external/python/cpython2/Lib/plat-irix5/ |
| D | IOCTL.py | 29 def _IO(x,y): return (IOC_VOID|((x)<<8)|y) function
|