Home
last modified time | relevance | path

Searched refs:_IOC_WRITE (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h3 #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/
Dioctl.h3 #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/
Dioctl.h3 #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/
Dioctl.h3 #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/
Dioctl.h4 #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/
Dioctl.h4 #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/
Dioctl.h4 #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/
Dioctl.h3 #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/
Dioctl.h3 #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/
Dioctl.h3 #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/
Dioctl.h3 #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/
Dioctl.h3 #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/
Dsb16_csp.h110 _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode))
/third_party/libdrm/
Dxf86drm.h55 #define DRM_IOC_WRITE _IOC_WRITE
56 #define DRM_IOC_READWRITE _IOC_READ|_IOC_WRITE
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h66 #define __SIOC_WRITE _IOC_WRITE