Searched defs:_IOW (Results 1 – 10 of 10) sorted by relevance
| /external/kernel-headers/original/uapi/asm-generic/ |
| D | ioctl.h | 87 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) macro
|
| /external/musl/arch/mips/bits/ |
| D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro
|
| /external/musl/arch/generic/bits/ |
| D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro
|
| /external/musl/arch/mipsn32/bits/ |
| D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro
|
| /external/musl/arch/sh/bits/ |
| D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro
|
| /external/musl/arch/mips64/bits/ |
| D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro
|
| /external/musl/arch/powerpc64/bits/ |
| D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro
|
| /external/musl/arch/powerpc/bits/ |
| D | ioctl.h | 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) macro
|
| /external/python/cpython2/Lib/plat-irix6/ |
| D | IOCTL.py | 31 def _IOW(x,y,t): return (IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|((x)<<8)|y) function
|
| /external/python/cpython2/Lib/plat-irix5/ |
| D | IOCTL.py | 31 def _IOW(x,y,t): return (IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|((x)<<8)|y) function
|