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

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 377 #define __NR_fallocate 285
unistd_x32.h 331 #define __NR_fallocate (__X32_SYSCALL_BIT + 285)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
unistd_x32.h 334 #define __NR_fallocate (__X32_SYSCALL_BIT + 285)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
unistd_x32.h 334 #define __NR_fallocate (__X32_SYSCALL_BIT + 285)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 289 #define __NR_fallocate 285
unistd_x32.h 252 #define __NR_fallocate (__X32_SYSCALL_BIT + 285)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 198 #if !defined(__NR_fallocate)
199 #define __NR_fallocate 47
mips64_linux_syscalls.h 1130 #if !defined(__NR_fallocate)
1131 #define __NR_fallocate (__NR_Linux + 279)
x86_64_linux_syscalls.h 1153 #if !defined(__NR_fallocate)
1154 #define __NR_fallocate 285
  /external/strace/
scno.h 863 #ifndef __NR_fallocate
864 # define __NR_fallocate (SYSCALL_BIT | 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-mips64-linux.h 318 #define __NR_fallocate (__NR_Linux + 279)
vki-scnums-s390x-linux.h 282 #define __NR_fallocate 314
vki-scnums-tilegx-linux.h 115 #define __NR_fallocate 47
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 150 #define __NR_fallocate 47
151 __SYSCALL(__NR_fallocate, sys_fallocate)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 162 #define __NR_fallocate 47
163 __SC_COMP(__NR_fallocate, sys_fallocate, compat_sys_fallocate)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
unistd_x32.h 334 #define __NR_fallocate (__X32_SYSCALL_BIT + 285)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285
unistd_x32.h 334 #define __NR_fallocate (__X32_SYSCALL_BIT + 285)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 377 #define __NR_fallocate 285

Completed in 699 milliseconds

1 2 3 4 5 6 7 8