HomeSort by relevance Sort by last modified time
    Searched defs:__NR_fallocate (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/sandbox/linux/services/
x86_64_linux_syscalls.h 1153 #if !defined(__NR_fallocate)
1154 #define __NR_fallocate 285
arm_linux_syscalls.h 1246 #if !defined(__NR_fallocate)
1247 #define __NR_fallocate (__NR_SYSCALL_BASE+352)
x86_32_linux_syscalls.h 1293 #if !defined(__NR_fallocate)
1294 #define __NR_fallocate 324
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 369 #define __NR_fallocate 285
vki-scnums-s390x-linux.h 282 #define __NR_fallocate 314
vki-scnums-arm-linux.h 391 #define __NR_fallocate 352
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_32.h 332 #define __NR_fallocate 324
unistd_64.h 636 #define __NR_fallocate 285
637 __SYSCALL(__NR_fallocate, sys_fallocate)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_64.h 636 #define __NR_fallocate 285
637 __SYSCALL(__NR_fallocate, sys_fallocate)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 332 #define __NR_fallocate 324
unistd_64.h 637 #define __NR_fallocate 285
638 __SYSCALL(__NR_fallocate, sys_fallocate)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
unistd_32.h 339 #define __NR_fallocate 324
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
unistd_32.h 339 #define __NR_fallocate 324
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
unistd_32.h 339 #define __NR_fallocate 324
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
unistd_32.h 339 #define __NR_fallocate 324
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
unistd_32.h 339 #define __NR_fallocate 324
  /bionic/libc/kernel/arch-arm/asm/
unistd.h 429 #define __NR_fallocate (__NR_SYSCALL_BASE+352)
  /bionic/libc/kernel/arch-mips/asm/
unistd.h 424 #define __NR_fallocate (__NR_Linux + 320)
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 422 #define __NR_fallocate 324
  /development/ndk/platforms/android-3/arch-arm/include/asm/
unistd.h 429 #define __NR_fallocate (__NR_SYSCALL_BASE+352)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h 424 #define __NR_fallocate (__NR_Linux + 320)
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h 422 #define __NR_fallocate 324
  /external/kernel-headers/original/asm-arm/
unistd.h 381 #define __NR_fallocate (__NR_SYSCALL_BASE+352)
  /external/kernel-headers/original/asm-mips/
unistd.h 343 #define __NR_fallocate (__NR_Linux + 320)
666 #define __NR_fallocate (__NR_Linux + 279)
    [all...]
  /external/kernel-headers/original/asm-x86/
unistd_32.h 332 #define __NR_fallocate 324

Completed in 786 milliseconds

1 2 3