Home
last modified time | relevance | path

Searched defs:Dev (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/fs/
Dmakedev.rs7 pub(crate) fn makedev(maj: u32, min: u32) -> Dev { in makedev()
13 pub(crate) fn makedev(maj: u32, min: u32) -> Dev { in makedev()
20 pub(crate) fn makedev(maj: u32, min: u32) -> Dev { in makedev()
31 pub(crate) fn makedev(maj: u32, min: u32) -> Dev { in makedev()
Dtypes.rs1061 pub type Dev = c::dev_t; typedef
1065 pub type Dev = c::c_ulonglong; typedef
Dsyscalls.rs764 dev: Dev, in mknodat()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dmakedev.rs4 pub(crate) fn makedev(maj: u32, min: u32) -> Dev { in makedev()
Dtypes.rs633 pub type Dev = u64; typedef
/third_party/rust/crates/rustix/src/fs/
Dmakedev.rs11 pub fn makedev(maj: u32, min: u32) -> Dev { in makedev()
Dat.rs359 dev: Dev, in mknodat()
/third_party/rust/crates/version_check/src/
Dchannel.rs5 Dev, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h179 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, in file_status()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h266 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp1299 OffsetRange Dev = getOffsetRange(ED); in assignInits() local