/third_party/alsa-lib/include/ |
H A D | type_compat.h | 53 #ifndef __kernel_off_t 54 #define __kernel_off_t off_t macro
|
/third_party/rust/crates/linux-raw-sys/gen/include/ |
H A D | support.h | 48 #define off_t __kernel_off_t
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asound.h | 456 __kernel_off_t offset; /* mmap offset */
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2430 pub type __kernel_off_t = __kernel_long_t; types 2461 pub l_start: __kernel_off_t, 2462 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2429 pub type __kernel_off_t = __kernel_long_t; types 2460 pub l_start: __kernel_off_t, 2461 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2409 pub type __kernel_off_t = __kernel_long_t; types 2440 pub l_start: __kernel_off_t, 2441 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2545 pub type __kernel_off_t = __kernel_long_t; types 2576 pub l_start: __kernel_off_t, 2577 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2614 pub type __kernel_off_t = __kernel_long_t; types 2645 pub l_start: __kernel_off_t, 2646 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2567 pub type __kernel_off_t = __kernel_long_t; types 2598 pub l_start: __kernel_off_t, 2599 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2676 pub type __kernel_off_t = __kernel_long_t; types 2701 pub l_start: __kernel_off_t, 2702 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2513 pub type __kernel_off_t = __kernel_long_t; types 2544 pub l_start: __kernel_off_t, 2545 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2776 pub type __kernel_off_t = __kernel_long_t; types 2807 pub l_start: __kernel_off_t, 2808 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2482 pub type __kernel_off_t = __kernel_long_t; types 2513 pub l_start: __kernel_off_t, 2514 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2752 pub type __kernel_off_t = __kernel_long_t; types 2783 pub l_start: __kernel_off_t, 2784 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2460 pub type __kernel_off_t = __kernel_long_t; types 2491 pub l_start: __kernel_off_t, 2492 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2543 pub type __kernel_off_t = __kernel_long_t; types 2574 pub l_start: __kernel_off_t, 2575 pub l_len: __kernel_off_t,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2471 pub type __kernel_off_t = __kernel_long_t; types 2502 pub l_start: __kernel_off_t, 2503 pub l_len: __kernel_off_t,
|