/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 3 #define _IOC_WRITE 1U macro 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 3 #define _IOC_WRITE 1U macro 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 3 #define _IOC_WRITE 1U macro 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 3 #define _IOC_WRITE 1U macro 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 4 #define _IOC_WRITE 4U macro 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 4 #define _IOC_WRITE 4U macro 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 4 #define _IOC_WRITE 4U macro 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 3 #define _IOC_WRITE 4U macro 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 3 #define _IOC_WRITE 1U macro 13 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 15 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 3 #define _IOC_WRITE 4U macro 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 3 #define _IOC_WRITE 1U macro 13 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 15 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 3 #define _IOC_WRITE 1U macro 7 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) 9 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c))
|
/third_party/alsa-lib/include/sound/uapi/ |
D | sb16_csp.h | 110 _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode))
|
/third_party/libdrm/ |
D | xf86drm.h | 55 #define DRM_IOC_WRITE _IOC_WRITE 56 #define DRM_IOC_READWRITE _IOC_READ|_IOC_WRITE
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-soundcard.h | 66 #define __SIOC_WRITE _IOC_WRITE
|