| /third_party/rust/rust/library/std/src/os/nto/ |
| D | raw.rs | 14 pub type dev_t = u32; typedef
|
| /third_party/rust/crates/libc/libc-test/test/ |
| D | makedev.rs | 20 pub fn makedev_ffi(major: c_uint, minor: c_uint) -> dev_t; in makedev_ffi()
|
| /third_party/rust/crates/nix/src/sys/ |
| D | stat.rs | 177 dev: dev_t, in mknod() 199 dev: dev_t, in mknodat() 227 pub const fn makedev(major: u64, minor: u64) -> dev_t { in makedev()
|
| /third_party/rust/rust/library/std/src/os/android/ |
| D | raw.rs | 28 pub type dev_t = u64; typedef 96 pub type dev_t = u64; typedef 164 pub type dev_t = u64; typedef
|
| /third_party/rust/rust/library/std/src/os/espidf/ |
| D | raw.rs | 24 pub type dev_t = libc::dev_t; typedef
|
| /third_party/rust/rust/library/std/src/os/horizon/ |
| D | raw.rs | 25 pub type dev_t = libc::dev_t; typedef
|
| /third_party/rust/rust/library/std/src/os/vita/ |
| D | raw.rs | 25 pub type dev_t = libc::dev_t; typedef
|
| /third_party/rust/rust/library/std/src/os/illumos/ |
| D | raw.rs | 19 pub type dev_t = u64; typedef
|
| /third_party/rust/rust/library/std/src/os/solaris/ |
| D | raw.rs | 21 pub type dev_t = u64; typedef
|
| /third_party/rust/rust/library/std/src/os/redox/ |
| D | raw.rs | 16 pub type dev_t = c_long; typedef
|
| /third_party/rust/rust/library/std/src/os/emscripten/ |
| D | raw.rs | 18 pub type dev_t = u64; typedef
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
| D | mod.rs | 6 pub type dev_t = u32; typedef
|
| /third_party/rust/rust/library/std/src/os/haiku/ |
| D | raw.rs | 25 pub type dev_t = i32; typedef
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
| D | mod.rs | 4 pub type dev_t = u64; typedef
|
| /third_party/rust/rust/library/std/src/os/openbsd/ |
| D | raw.rs | 20 pub type dev_t = u64; typedef
|
| /third_party/rust/rust/library/std/src/os/dragonfly/ |
| D | raw.rs | 20 pub type dev_t = u64; typedef
|
| /third_party/rust/rust/library/std/src/os/netbsd/ |
| D | raw.rs | 21 pub type dev_t = u64; typedef
|
| /third_party/rust/rust/library/std/src/os/macos/ |
| D | raw.rs | 20 pub type dev_t = u64; typedef
|
| /third_party/rust/rust/library/std/src/os/freebsd/ |
| D | raw.rs | 20 pub type dev_t = u64; typedef
|
| /third_party/rust/rust/library/std/src/os/ios/ |
| D | raw.rs | 20 pub type dev_t = u64; typedef
|
| /third_party/rust/rust/library/std/src/os/watchos/ |
| D | raw.rs | 20 pub type dev_t = u64; typedef
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd15/ |
| D | mod.rs | 4 pub type dev_t = u64; typedef
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
| D | mod.rs | 4 pub type dev_t = u64; typedef
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
| D | mod.rs | 4 pub type dev_t = u64; typedef
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | native.rs | 1211 device: ::dev_t, in fs_create_index() 1216 pub fn fs_remove_index(device: ::dev_t, name: *const ::c_char) -> ::c_int; in fs_remove_index() 1218 device: ::dev_t, in fs_stat_index() 1229 pub fn dev_for_path(path: *const ::c_char) -> ::dev_t; in dev_for_path() 1230 pub fn next_dev(pos: *mut i32) -> ::dev_t; in next_dev() 1231 pub fn fs_stat_dev(dev: ::dev_t, info: *mut fs_info) -> ::c_int; in fs_stat_dev() 1234 pub fn fs_open_query(device: ::dev_t, query: *const ::c_char, flags: u32) -> *mut ::DIR; in fs_open_query() 1236 device: ::dev_t, in fs_open_live_query() 1253 ) -> ::dev_t; in fs_mount_volume() 1336 volume: ::dev_t, in find_directory()
|