/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/arch/mips/bits/ |
H A 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/powerpc/bits/ |
H A 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/arch/sh/bits/ |
H A 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_a/kernel/include/bits/ |
H A 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/porting/liteos_a_newlib/kernel/include/bits/ |
H A 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/backends/backend/ |
H A D | plustek-pp.h | 320 #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 D | plustek-pp_ptdrv.c | 652 if ((_IOC_WRITE == dir) && size && (size <= sizeof(ULong))) { in ptdrvIoctl()
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | sb16_csp.h | 110 _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode))
|
/third_party/libdrm/ |
H A D | xf86drm.h | 55 #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 D | general.rs | 329 pub const _IOC_WRITE: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 334 pub const _IOC_WRITE: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 334 pub const _IOC_WRITE: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 332 pub const _IOC_WRITE: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 329 pub const _IOC_WRITE: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 332 pub const _IOC_WRITE: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 329 pub const _IOC_WRITE: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 328 pub const _IOC_WRITE: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 334 pub const _IOC_WRITE: u32 = 4; consts
|