HomeSort by relevance Sort by last modified time
    Searched refs:__kernel_loff_t (Results 1 - 19 of 19) sorted by null

  /bionic/libc/kernel/uapi/linux/
suspend_ioctls.h 23 __kernel_loff_t offset;
34 #define SNAPSHOT_GET_IMAGE_SIZE _IOR(SNAPSHOT_IOC_MAGIC, 14, __kernel_loff_t)
39 #define SNAPSHOT_AVAIL_SWAP_SIZE _IOR(SNAPSHOT_IOC_MAGIC, 19, __kernel_loff_t)
40 #define SNAPSHOT_ALLOC_SWAP_PAGE _IOR(SNAPSHOT_IOC_MAGIC, 20, __kernel_loff_t)
  /external/kernel-headers/original/uapi/linux/
suspend_ioctls.h 12 __kernel_loff_t offset;
25 #define SNAPSHOT_GET_IMAGE_SIZE _IOR(SNAPSHOT_IOC_MAGIC, 14, __kernel_loff_t)
30 #define SNAPSHOT_AVAIL_SWAP_SIZE _IOR(SNAPSHOT_IOC_MAGIC, 19, __kernel_loff_t)
31 #define SNAPSHOT_ALLOC_SWAP_PAGE _IOR(SNAPSHOT_IOC_MAGIC, 20, __kernel_loff_t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
suspend_ioctls.h 11 __kernel_loff_t offset;
24 #define SNAPSHOT_GET_IMAGE_SIZE _IOR(SNAPSHOT_IOC_MAGIC, 14, __kernel_loff_t)
29 #define SNAPSHOT_AVAIL_SWAP_SIZE _IOR(SNAPSHOT_IOC_MAGIC, 19, __kernel_loff_t)
30 #define SNAPSHOT_ALLOC_SWAP_PAGE _IOR(SNAPSHOT_IOC_MAGIC, 20, __kernel_loff_t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
posix_types_32.h 38 typedef long long __kernel_loff_t; typedef
posix_types_64.h 32 typedef long long __kernel_loff_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
posix_types_32.h 38 typedef long long __kernel_loff_t; typedef
posix_types_64.h 32 typedef long long __kernel_loff_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
posix_types.h 80 typedef long long __kernel_loff_t; typedef
fcntl.h 187 __kernel_loff_t l_start;
188 __kernel_loff_t l_len;
  /bionic/libc/kernel/uapi/asm-generic/
posix_types.h 76 typedef long long __kernel_loff_t; typedef
fcntl.h 164 __kernel_loff_t l_start;
165 __kernel_loff_t l_len;
  /external/kernel-headers/original/uapi/asm-generic/
posix_types.h 88 typedef long long __kernel_loff_t; typedef
fcntl.h 214 __kernel_loff_t l_start;
215 __kernel_loff_t l_len;
  /bionic/libc/kernel/uapi/mtd/
mtd-abi.h 109 #define MEMGETBADBLOCK _IOW('M', 11, __kernel_loff_t)
110 #define MEMSETBADBLOCK _IOW('M', 12, __kernel_loff_t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/mtd/
mtd-abi.h 174 #define MEMGETBADBLOCK _IOW('M', 11, __kernel_loff_t)
176 #define MEMSETBADBLOCK _IOW('M', 12, __kernel_loff_t)
  /external/strace/linux/
asm_stat.h 18 # define loff_t __kernel_loff_t
  /external/kernel-headers/original/uapi/mtd/
mtd-abi.h 176 #define MEMGETBADBLOCK _IOW('M', 11, __kernel_loff_t)
178 #define MEMSETBADBLOCK _IOW('M', 12, __kernel_loff_t)
  /bionic/libc/include/sys/
types.h 106 typedef __kernel_loff_t loff_t;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 1093 CHECK_TYPE_SIZE(__kernel_loff_t); variable
    [all...]

Completed in 321 milliseconds