/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | conv.rs | 45 use linux_raw_sys::general::__kernel_loff_t; 258 pub(super) fn loff_t<'a, Num: ArgNumber>(i: __kernel_loff_t) -> ArgReg<'a, Num> {
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 27 pub type __kernel_loff_t = ::c_longlong; types 120 pub l_start: ::__kernel_loff_t, 121 pub l_len: ::__kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2431 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2470 pub l_start: __kernel_loff_t, 2471 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2430 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2469 pub l_start: __kernel_loff_t, 2470 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2410 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2449 pub l_start: __kernel_loff_t, 2450 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 175 typedef __kernel_loff_t loff_t;
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2546 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2585 pub l_start: __kernel_loff_t, 2586 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2615 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2654 pub l_start: __kernel_loff_t, 2655 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2568 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2607 pub l_start: __kernel_loff_t, 2608 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2677 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2718 pub l_start: __kernel_loff_t, 2719 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2514 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2553 pub l_start: __kernel_loff_t, 2554 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2777 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2817 pub l_start: __kernel_loff_t, 2818 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2483 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2522 pub l_start: __kernel_loff_t, 2523 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2753 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2793 pub l_start: __kernel_loff_t, 2794 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2461 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2500 pub l_start: __kernel_loff_t, 2501 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2544 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2583 pub l_start: __kernel_loff_t, 2584 pub l_len: __kernel_loff_t,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2472 pub type __kernel_loff_t = crate::ctypes::c_longlong; types 2511 pub l_start: __kernel_loff_t, 2512 pub l_len: __kernel_loff_t,
|