/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 22 pub f_type: ::__fsword_t, 23 pub f_bsize: ::__fsword_t, 32 pub f_namelen: ::__fsword_t, 33 pub f_frsize: ::__fsword_t, 34 f_spare: [::__fsword_t; 5], 117 pub f_type: ::__fsword_t, 118 pub f_bsize: ::__fsword_t, 125 pub f_namelen: ::__fsword_t, 126 pub f_frsize: ::__fsword_t, 127 pub f_flags: ::__fsword_t, [all …]
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
D | mod.rs | 15 pub f_type: ::__fsword_t, 16 pub f_bsize: ::__fsword_t, 25 pub f_namelen: ::__fsword_t, 26 pub f_frsize: ::__fsword_t, 27 f_spare: [::__fsword_t; 5], 104 pub f_type: ::__fsword_t, 105 pub f_bsize: ::__fsword_t, 112 pub f_namelen: ::__fsword_t, 113 pub f_frsize: ::__fsword_t, 114 pub f_flags: ::__fsword_t, [all …]
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/ |
D | mod.rs | 13 pub f_type: ::__fsword_t, 14 pub f_bsize: ::__fsword_t, 23 pub f_namelen: ::__fsword_t, 24 pub f_frsize: ::__fsword_t, 25 f_spare: [::__fsword_t; 5], 81 pub f_type: ::__fsword_t, 82 pub f_bsize: ::__fsword_t, 89 pub f_namelen: ::__fsword_t, 90 pub f_frsize: ::__fsword_t, 91 pub f_flags: ::__fsword_t, [all …]
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
D | mod.rs | 21 pub f_type: ::__fsword_t, 22 pub f_bsize: ::__fsword_t, 31 pub f_namelen: ::__fsword_t, 32 pub f_frsize: ::__fsword_t, 33 f_spare: [::__fsword_t; 5], 97 pub f_type: ::__fsword_t, 98 pub f_bsize: ::__fsword_t, 105 pub f_namelen: ::__fsword_t, 106 pub f_frsize: ::__fsword_t, 107 pub f_flags: ::__fsword_t, [all …]
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | powerpc.rs | 13 pub f_type: ::__fsword_t, 14 pub f_bsize: ::__fsword_t, 23 pub f_namelen: ::__fsword_t, 24 pub f_frsize: ::__fsword_t, 25 f_spare: [::__fsword_t; 5], 80 pub f_type: ::__fsword_t, 81 pub f_bsize: ::__fsword_t, 88 pub f_namelen: ::__fsword_t, 89 pub f_frsize: ::__fsword_t, 90 pub f_flags: ::__fsword_t, [all …]
|
D | mod.rs | 14 pub type __fsword_t = i32; typedef
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/sparc64/ |
D | mod.rs | 25 pub f_type: ::__fsword_t, 26 pub f_bsize: ::__fsword_t, 35 pub f_namelen: ::__fsword_t, 36 pub f_frsize: ::__fsword_t, 37 f_spare: [::__fsword_t; 5], 123 pub f_type: ::__fsword_t, 124 pub f_bsize: ::__fsword_t, 131 pub f_namelen: ::__fsword_t, 132 pub f_frsize: ::__fsword_t, 133 pub f_flags: ::__fsword_t, [all …]
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/ |
D | mod.rs | 25 pub f_type: ::__fsword_t, 26 pub f_bsize: ::__fsword_t, 35 pub f_namelen: ::__fsword_t, 36 pub f_frsize: ::__fsword_t, 37 f_spare: [::__fsword_t; 5], 99 pub f_type: ::__fsword_t, 100 pub f_bsize: ::__fsword_t, 107 pub f_namelen: ::__fsword_t, 108 pub f_frsize: ::__fsword_t, 109 pub f_flags: ::__fsword_t, [all …]
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | mod.rs | 16 pub type __fsword_t = i32; 18 pub type __fsword_t = i64;
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
D | mod.rs | 14 pub f_type: ::__fsword_t, 15 pub f_bsize: ::__fsword_t, 24 pub f_namelen: ::__fsword_t, 25 pub f_frsize: ::__fsword_t, 26 f_spare: [::__fsword_t; 5], 155 pub f_type: ::__fsword_t, 156 pub f_bsize: ::__fsword_t, 163 pub f_namelen: ::__fsword_t, 164 pub f_frsize: ::__fsword_t, 165 pub f_flags: ::__fsword_t, [all …]
|
/external/rust/crates/nix/src/sys/ |
D | statfs.rs | 27 type fs_type_t = libc::__fsword_t; 147 pub fn optimal_transfer_size(&self) -> libc::__fsword_t { in optimal_transfer_size() argument 186 pub fn block_size(&self) -> libc::__fsword_t { in block_size() argument 228 pub fn maximum_name_length(&self) -> libc::__fsword_t { in maximum_name_length() argument
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 532 pub type __fsword_t = ::std::os::raw::c_long; typedef
|