| /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/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
| D | mod.rs | 6 pub type dev_t = u32; 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/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/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/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()
|
| D | mod.rs | 16 pub type dev_t = i32; typedef 1664 dev: dev_t, in mknodat()
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/ |
| D | conv.rs | 456 pub(super) fn dev_t<'a, Num: ArgNumber>(dev: u64) -> ArgReg<'a, Num> { in dev_t() function 462 pub(super) fn dev_t<'a, Num: ArgNumber>(dev: u64) -> io::Result<ArgReg<'a, Num>> { in dev_t() function
|
| /third_party/musl/include/ |
| D | alltypes.h.in | 31 TYPEDEF unsigned _Int64 dev_t; variable
|
| /third_party/musl/porting/liteos_a/kernel/include/bits/ |
| D | alltypes.h | 225 typedef unsigned _Int64 dev_t; typedef
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
| D | alltypes.h | 192 typedef unsigned _Int64 dev_t; typedef
|
| /third_party/musl/porting/liteos_m/user/include/bits/ |
| D | alltypes.h | 166 typedef unsigned _Int64 dev_t; typedef
|
| /third_party/musl/porting/uniproton/kernel/include/bits/ |
| D | alltypes.h | 166 typedef unsigned _Int64 dev_t; typedef
|
| /third_party/musl/porting/liteos_m/kernel/include/bits/ |
| D | alltypes.h | 166 typedef unsigned _Int64 dev_t; typedef
|
| /third_party/python/Lib/lib2to3/tests/data/ |
| D | infinite_recursion.py | 2088 dev_t = __darwin_dev_t variable
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
| D | mod.rs | 1 pub type dev_t = u32; typedef 1619 dev: ::dev_t, in devname_r()
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 41 pub type dev_t = u32; typedef
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 10 pub type dev_t = ::c_ulong; typedef 2782 dev: dev_t, in mknodat() 3213 pub fn __makedev(version: ::c_int, majdev: ::major_t, mindev: ::minor_t) -> ::dev_t; in __makedev() 3278 pub unsafe fn makedev(maj: ::major_t, min: ::minor_t) -> ::dev_t { in makedev()
|
| /third_party/rust/crates/libc/src/unix/hermit/ |
| D | mod.rs | 14 pub type dev_t = i16; typedef
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
| D | mod.rs | 706 dev: dev_t, in mknodat()
|
| /third_party/rust/crates/libc/src/ |
| D | wasi.rs | 33 pub type dev_t = u64; typedef
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 78 pub type dev_t = u64; typedef
|
| /third_party/rust/crates/libc/src/unix/redox/ |
| D | mod.rs | 22 pub type dev_t = ::c_long; typedef
|