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

1 2 3 4 5 6 7

  /bionic/libc/arch-arm64/syscalls/
fallocate.S 6 mov x8, __NR_fallocate
  /bionic/libc/arch-mips/syscalls/
fallocate64.S 8 li v0, __NR_fallocate
  /bionic/libc/arch-x86_64/syscalls/
fallocate.S 7 movl $__NR_fallocate, %eax
  /bionic/libc/arch-arm/syscalls/
fallocate64.S 14 ldr r7, =__NR_fallocate
  /bionic/libc/arch-mips64/syscalls/
fallocate.S 8 li v0, __NR_fallocate
  /bionic/libc/arch-x86/syscalls/
fallocate64.S 36 movl $__NR_fallocate, %eax
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
unistd_32.h 421 #define __NR_fallocate 324
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 369 #define __NR_fallocate 285
vki-scnums-arm64-linux.h 86 #define __NR_fallocate 47
vki-scnums-s390x-linux.h 282 #define __NR_fallocate 314
vki-scnums-tilegx-linux.h 115 #define __NR_fallocate 47
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 198 #if !defined(__NR_fallocate)
199 #define __NR_fallocate 47
x86_64_linux_syscalls.h 1153 #if !defined(__NR_fallocate)
1154 #define __NR_fallocate 285
x86_32_linux_syscalls.h 1293 #if !defined(__NR_fallocate)
1294 #define __NR_fallocate 324
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 97 #define __NR_fallocate 47
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 421 #define __NR_fallocate 324
unistd_64.h 377 #define __NR_fallocate 285

Completed in 415 milliseconds

1 2 3 4 5 6 7