Home
last modified time | relevance | path

Searched refs:__kernel_loff_t (Results 1 - 17 of 17) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dconv.rs45 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 Dmod.rs27 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 Dgeneral.rs2431 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 Dgeneral.rs2430 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 Dgeneral.rs2410 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 Dlist.c175 typedef __kernel_loff_t loff_t;
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2546 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 Dgeneral.rs2615 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 Dgeneral.rs2568 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 Dgeneral.rs2677 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 Dgeneral.rs2514 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 Dgeneral.rs2777 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 Dgeneral.rs2483 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 Dgeneral.rs2753 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 Dgeneral.rs2461 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 Dgeneral.rs2544 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 Dgeneral.rs2472 pub type __kernel_loff_t = crate::ctypes::c_longlong; types
2511 pub l_start: __kernel_loff_t,
2512 pub l_len: __kernel_loff_t,

Completed in 208 milliseconds