Home
last modified time | relevance | path

Searched defs:dev_t (Results 1 – 25 of 38) 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/haiku/
Dnative.rs1089 device: ::dev_t, in fs_create_index()
1094 pub fn fs_remove_index(device: ::dev_t, name: *const ::c_char) -> ::c_int; in fs_remove_index()
1096 device: ::dev_t, in fs_stat_index()
1107 pub fn dev_for_path(path: *const ::c_char) -> ::dev_t; in dev_for_path()
1108 pub fn next_dev(pos: *mut i32) -> ::dev_t; in next_dev()
1109 pub fn fs_stat_dev(dev: ::dev_t, info: *mut fs_info) -> ::c_int; in fs_stat_dev()
1112 pub fn fs_open_query(device: ::dev_t, query: *const ::c_char, flags: u32) -> *mut ::DIR; in fs_open_query()
1114 device: ::dev_t, in fs_open_live_query()
1131 ) -> ::dev_t; in fs_mount_volume()
1214 volume: ::dev_t, in find_directory()
Dmod.rs16 pub type dev_t = i32; typedef
1645 dev: dev_t, in mknodat()
/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/bsd/freebsdlike/freebsd/freebsd13/
Dmod.rs4 pub type dev_t = u64; typedef
/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/liteos_m/kernel/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/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
1607 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/hermit/
Dmod.rs14 pub type dev_t = i16; typedef
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs22 pub type dev_t = ::c_long; typedef
/third_party/rust/crates/libc/src/
Dwasi.rs33 pub type dev_t = u64; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs693 dev: dev_t, in mknodat()
/third_party/rust/crates/libc/src/solid/
Dmod.rs78 pub type dev_t = u64; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs5 pub type dev_t = i32; typedef
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs10 pub type dev_t = ::c_ulong; typedef
2774 dev: dev_t, in mknodat()

12