Home
last modified time | relevance | path

Searched refs:DT_BLK (Results 1 - 25 of 32) sorted by relevance

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Ddirent.h49 #define DT_BLK 6 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h45 #define DT_BLK 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h45 #define DT_BLK 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h45 #define DT_BLK 6 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h45 #define DT_BLK 6 macro
/third_party/musl/include/
H A Ddirent.h45 #define DT_BLK 6 macro
/third_party/libwebsockets/lib/misc/
H A Ddir.c153 if (DT_BLK != DT_UNKNOWN && type == DT_BLK) in lws_dir()
/third_party/libuv/include/uv/
H A Dunix.h205 # if defined(DT_BLK)
206 # define UV__DT_BLOCK DT_BLK
/third_party/node/deps/uv/include/uv/
H A Dunix.h206 # if defined(DT_BLK)
207 # define UV__DT_BLOCK DT_BLK
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h108 #define DT_BLK 6 macro
/third_party/rust/crates/nix/src/
H A Ddir.rs261 libc::DT_BLK => Some(Type::BlockDevice), in file_type()
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h174 #define DT_BLK S_IFBLK macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs322 linux_raw_sys::general::DT_BLK => Self::BlockDevice,
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs457 c::DT_BLK => Self::BlockDevice,
/third_party/rust/crates/libc/src/
H A Dwasi.rs262 pub const DT_BLK: u8 = 1; consts
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs221 pub const DT_BLK: u8 = 6; consts
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c1278 dir->fd_dir[i].d_type = DT_BLK; in vfs_nfs_readdir()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2273 pub const DT_BLK: u32 = 6; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1325 pub const DT_BLK: u8 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2272 pub const DT_BLK: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2252 pub const DT_BLK: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2382 pub const DT_BLK: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2453 pub const DT_BLK: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2404 pub const DT_BLK: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2515 pub const DT_BLK: u32 = 6; consts

Completed in 126 milliseconds

12