Searched refs:__fsid_t (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | statfs.h | 12 typedef struct __fsid_t { struct
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | statfs.h | 12 typedef struct __fsid_t { struct
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | statfs.h | 12 typedef struct __fsid_t { struct
|
/third_party/musl/include/sys/ |
H A D | statfs.h | 12 typedef struct __fsid_t { struct
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | statfs.h | 11 typedef struct __fsid_t { struct
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | statfs.h | 12 typedef struct __fsid_t { struct
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 78 pub f_fsid: ::__fsid_t, 148 pub f_fsid: ::__fsid_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 55 pub f_fsid: ::__fsid_t, 87 pub f_fsid: ::__fsid_t,
|
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/ |
H A D | ittnotify_bindings.rs | 183 pub struct __fsid_t { structure names 189 ::std::mem::size_of::<__fsid_t>(), in bindgen_test_layout___fsid_t() 191 concat!("Size of: ", stringify!(__fsid_t)) in bindgen_test_layout___fsid_t() 194 ::std::mem::align_of::<__fsid_t>(), in bindgen_test_layout___fsid_t() 196 concat!("Alignment of ", stringify!(__fsid_t)) in bindgen_test_layout___fsid_t() 199 unsafe { &(*(::std::ptr::null::<__fsid_t>())).__val as *const _ as usize }, in bindgen_test_layout___fsid_t() 203 stringify!(__fsid_t), in bindgen_test_layout___fsid_t()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | statfs.rs | 30 pub type fsid_t = libc::__fsid_t;
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 56 pub struct __fsid_t { structure names
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 1875 typedef struct { int __val[2]; } __fsid_t; 5875 typedef __fsid_t fsid_t; [all...] |
Completed in 41 milliseconds