Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Ddirent.h46 #define DT_FIFO 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h42 #define DT_FIFO 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h42 #define DT_FIFO 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h42 #define DT_FIFO 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h42 #define DT_FIFO 1 macro
/third_party/musl/include/
H A Ddirent.h42 #define DT_FIFO 1 macro
/third_party/libwebsockets/lib/misc/
H A Ddir.c159 else if (DT_FIFO != DT_UNKNOWN && type == DT_FIFO) in lws_dir()
/third_party/libuv/include/uv/
H A Dunix.h190 # if defined(DT_FIFO)
191 # define UV__DT_FIFO DT_FIFO
/third_party/node/deps/uv/include/uv/
H A Dunix.h191 # if defined(DT_FIFO)
192 # define UV__DT_FIFO DT_FIFO
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h105 #define DT_FIFO 1 macro
/third_party/rust/crates/nix/src/
H A Ddir.rs258 libc::DT_FIFO => Some(Type::Fifo), in file_type()
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h171 #define DT_FIFO S_IFIFO macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs320 linux_raw_sys::general::DT_FIFO => Self::Fifo,
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs454 #[cfg(not(target_os = "wasi"))] // TODO: Use WASI's `DT_FIFO`.
455 c::DT_FIFO => Self::Fifo,
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs218 pub const DT_FIFO: u8 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2270 pub const DT_FIFO: u32 = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1322 pub const DT_FIFO: u8 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2269 pub const DT_FIFO: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2249 pub const DT_FIFO: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2379 pub const DT_FIFO: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2450 pub const DT_FIFO: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2401 pub const DT_FIFO: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2512 pub const DT_FIFO: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2353 pub const DT_FIFO: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2616 pub const DT_FIFO: u32 = 1; consts

Completed in 153 milliseconds

12