Home
last modified time | relevance | path

Searched defs:dev_t (Results 1 – 25 of 40) sorted by relevance

12

/third_party/rust/crates/libc/libc-test/test/
Dmakedev.rs20 pub fn makedev_ffi(major: c_uint, minor: c_uint) -> dev_t; in makedev_ffi()
/third_party/rust/crates/nix/src/sys/
Dstat.rs177 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/
Dmod.rs6 pub type dev_t = u32; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Dmod.rs4 pub type dev_t = u64; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Dmod.rs4 pub type dev_t = u64; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd15/
Dmod.rs4 pub type dev_t = u64; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Dmod.rs4 pub type dev_t = u64; typedef
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs1211 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()
Dmod.rs16 pub type dev_t = i32; typedef
1664 dev: dev_t, in mknodat()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dconv.rs456 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/
Dalltypes.h.in31 TYPEDEF unsigned _Int64 dev_t; variable
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h225 typedef unsigned _Int64 dev_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h192 typedef unsigned _Int64 dev_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h166 typedef unsigned _Int64 dev_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h166 typedef unsigned _Int64 dev_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h166 typedef unsigned _Int64 dev_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2088 dev_t = __darwin_dev_t variable
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1 pub type dev_t = u32; typedef
1619 dev: ::dev_t, in devname_r()
/third_party/rust/crates/libc/src/windows/
Dmod.rs41 pub type dev_t = u32; typedef
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs10 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/
Dmod.rs14 pub type dev_t = i16; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs706 dev: dev_t, in mknodat()
/third_party/rust/crates/libc/src/
Dwasi.rs33 pub type dev_t = u64; typedef
/third_party/rust/crates/libc/src/solid/
Dmod.rs78 pub type dev_t = u64; typedef
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs22 pub type dev_t = ::c_long; typedef

12