Searched defs:Dev (Results 1 – 11 of 11) sorted by relevance
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | makedev.rs | 7 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()
|
D | types.rs | 1061 pub type Dev = c::dev_t; typedef 1065 pub type Dev = c::c_ulonglong; typedef
|
D | syscalls.rs | 764 dev: Dev, in mknodat()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | makedev.rs | 4 pub(crate) fn makedev(maj: u32, min: u32) -> Dev { in makedev()
|
D | types.rs | 633 pub type Dev = u64; typedef
|
/third_party/rust/crates/rustix/src/fs/ |
D | makedev.rs | 11 pub fn makedev(maj: u32, min: u32) -> Dev { in makedev()
|
D | at.rs | 359 dev: Dev, in mknodat()
|
/third_party/rust/crates/version_check/src/ |
D | channel.rs | 5 Dev, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 179 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/ |
D | FileSystem.h | 266 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/ |
D | HexagonConstExtenders.cpp | 1299 OffsetRange Dev = getOffsetRange(ED); in assignInits() local
|