Home
last modified time | relevance | path

Searched refs:_IOC_WRITE (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/include/bits/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/arch/mips/bits/
H A 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/powerpc/bits/
H A 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/arch/sh/bits/
H A 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_a/kernel/include/bits/
H A 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/porting/liteos_a_newlib/kernel/include/bits/
H A 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/backends/backend/
H A Dplustek-pp.h320 #ifndef _IOC_WRITE
321 #define _IOC_WRITE 1U macro
333 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),((UInt)sizeof(size)))
H A Dplustek-pp_ptdrv.c652 if ((_IOC_WRITE == dir) && size && (size <= sizeof(ULong))) { in ptdrvIoctl()
/third_party/alsa-lib/include/sound/uapi/
H A Dsb16_csp.h110 _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode))
/third_party/libdrm/
H A Dxf86drm.h55 #define DRM_IOC_WRITE _IOC_WRITE
56 #define DRM_IOC_READWRITE _IOC_READ|_IOC_WRITE
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs329 pub const _IOC_WRITE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs334 pub const _IOC_WRITE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs334 pub const _IOC_WRITE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs332 pub const _IOC_WRITE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs329 pub const _IOC_WRITE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs332 pub const _IOC_WRITE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs329 pub const _IOC_WRITE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs328 pub const _IOC_WRITE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs334 pub const _IOC_WRITE: u32 = 4; consts

Completed in 117 milliseconds

12