Home
last modified time | relevance | path

Searched refs:_IOC_NONE (Results 1 - 25 of 27) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dioctl.h2 #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 Dioctl.h2 #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 Dioctl.h2 #define _IOC_NONE 0U macro
6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
/third_party/musl/arch/generic/bits/
H A Dioctl.h2 #define _IOC_NONE 0U macro
6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
/third_party/musl/arch/mips64/bits/
H A Dioctl.h2 #define _IOC_NONE 1U macro
6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
/third_party/musl/arch/mipsn32/bits/
H A Dioctl.h2 #define _IOC_NONE 1U macro
6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
/third_party/musl/arch/powerpc64/bits/
H A Dioctl.h2 #define _IOC_NONE 1U macro
6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
/third_party/musl/arch/mips/bits/
H A Dioctl.h2 #define _IOC_NONE 1U macro
6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
/third_party/musl/arch/powerpc/bits/
H A Dioctl.h2 #define _IOC_NONE 1U macro
6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
/third_party/musl/arch/sh/bits/
H A Dioctl.h2 #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 Dioctl.h2 #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 Dioctl.h2 #define _IOC_NONE 0U macro
12 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0)
/third_party/libdrm/
H A Dxf86drm.h53 #define DRM_IOC_VOID _IOC_NONE
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs328 pub const _IOC_NONE: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs333 pub const _IOC_NONE: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs333 pub const _IOC_NONE: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs330 pub const _IOC_NONE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs327 pub const _IOC_NONE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs330 pub const _IOC_NONE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs327 pub const _IOC_NONE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs327 pub const _IOC_NONE: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs332 pub const _IOC_NONE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs328 pub const _IOC_NONE: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs332 pub const _IOC_NONE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs328 pub const _IOC_NONE: u32 = 0; consts

Completed in 158 milliseconds

12