/external/strace/linux/ |
D | asm_stat.h | 15 # define dev_t __kernel_dev_t macro 39 # define dev_t dev_t macro
|
/external/arm-trusted-firmware/lib/debugfs/ |
D | devc.c | 7 typedef struct dev dev_t; typedef
|
D | dev.h | 26 typedef struct dev dev_t; typedef
|
/external/e2fsprogs/include/mingw/linux/ |
D | types.h | 24 typedef __u32 dev_t; typedef
|
/external/e2fsprogs/include/nonunix/linux/ |
D | types.h | 27 typedef __u32 dev_t; typedef
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | mod.rs | 6 pub type dev_t = u32; typedef
|
/external/llvm-project/clang/test/Analysis/ |
D | std-c-library-functions-POSIX.c | 158 typedef int dev_t; typedef
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 4 pub type dev_t = u64; typedef
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 4 pub type dev_t = u64; typedef
|
/external/rust/crates/nix/src/sys/ |
D | stat.rs | 67 pub fn makedev(major: u64, minor: u64) -> dev_t { in makedev()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | native.rs | 853 device: ::dev_t, in fs_create_index() 858 pub fn fs_remove_index(device: ::dev_t, name: *const ::c_char) -> ::c_int; in fs_remove_index() 860 device: ::dev_t, in fs_stat_index() 871 pub fn dev_for_path(path: *const ::c_char) -> ::dev_t; in dev_for_path() 872 pub fn next_dev(pos: *mut i32) -> ::dev_t; in next_dev() 873 pub fn fs_stat_dev(dev: ::dev_t, info: *mut fs_info) -> ::c_int; in fs_stat_dev() 876 pub fn fs_open_query(device: ::dev_t, query: *const ::c_char, flags: u32) -> *mut ::DIR; in fs_open_query() 878 device: ::dev_t, in fs_open_live_query() 895 ) -> ::dev_t; in fs_mount_volume()
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 60 typedef int dev_t; typedef
|
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 3440 typedef __dev_t dev_t; typedef
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2088 dev_t = __darwin_dev_t variable
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2088 dev_t = __darwin_dev_t variable
|
/external/kernel-headers/original/uapi/linux/ |
D | coda.h | 79 typedef u_long dev_t; typedef
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 4 pub type dev_t = u32; typedef
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 39 pub type dev_t = u32; typedef
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1 pub type dev_t = u32; typedef
|
/external/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 14 pub type dev_t = i16; typedef
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 695 dev: dev_t, in mknodat()
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 31 pub type dev_t = u64; typedef
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 5 pub type dev_t = i32; typedef
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 10 pub type dev_t = ::c_long; typedef
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 10 pub type dev_t = ::c_ulong; typedef 2279 dev: dev_t, in mknodat()
|