/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 0U macro 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 0U macro 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 0U macro 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 0U macro 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 1U macro 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 1U macro 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 1U macro 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 1U macro 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 1U macro 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 0U macro 6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 0U macro 12 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 2 #define _IOC_NONE 0U macro 12 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
|
/third_party/libdrm/ |
H A D | xf86drm.h | 53 #define DRM_IOC_VOID _IOC_NONE
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 328 pub const _IOC_NONE: u32 = 0; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 333 pub const _IOC_NONE: u32 = 0; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 333 pub const _IOC_NONE: u32 = 0; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 330 pub const _IOC_NONE: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 327 pub const _IOC_NONE: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 330 pub const _IOC_NONE: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 327 pub const _IOC_NONE: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 327 pub const _IOC_NONE: u32 = 0; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 332 pub const _IOC_NONE: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 328 pub const _IOC_NONE: u32 = 0; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 332 pub const _IOC_NONE: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 328 pub const _IOC_NONE: u32 = 0; consts
|