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

1 2 3

  /bionic/libc/arch-arm/syscalls/
__fcntl.S 8 ldr r7, =__NR_fcntl
  /bionic/libc/arch-sh/syscalls/
__fcntl.S 31 0: .long __NR_fcntl
  /bionic/libc/arch-x86/syscalls/
__fcntl.S 16 movl $__NR_fcntl, %eax
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 118 #define __NR_fcntl 72
vki-scnums-ppc32-linux.h 92 #define __NR_fcntl 55
vki-scnums-ppc64-linux.h 92 #define __NR_fcntl 55
vki-scnums-arm-linux.h 92 #define __NR_fcntl 55
vki-scnums-x86-linux.h 92 #define __NR_fcntl 55
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 265 // __NR_fcntl 55
268 GO(__NR_fcntl, "(GETFD) 2s 0m");
269 SY(__NR_fcntl, x0-1, x0+F_GETFD, x0); FAILx(EBADF);
274 GO(__NR_fcntl, "(DUPFD) 1s 0m");
275 SY(__NR_fcntl, -1, F_DUPFD, x0); FAILx(EBADF);
280 GO(__NR_fcntl, "(GETLK) 1s 0m");
281 SY(__NR_fcntl, -1, F_GETLK, x0); FAIL; //FAILx(EBADF);
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.c 190 // __NR_fcntl 92
858 // __NR_fcntl 55
861 GO(__NR_fcntl, "(GETFD) 2s 0m");
862 SY(__NR_fcntl, x0-1, x0+F_GETFD, x0); FAILx(EBADF);
867 GO(__NR_fcntl, "(DUPFD) 1s 0m");
868 SY(__NR_fcntl, -1, F_DUPFD, x0); FAILx(EBADF);
873 GO(__NR_fcntl, "(GETLK) 1s 0m");
874 SY(__NR_fcntl, -1, F_GETLK, x0); FAIL; //FAILx(EBADF);
    [all...]
  /bionic/libc/kernel/arch-sh/asm/
unistd_32.h 70 #define __NR_fcntl 55
unistd_64.h 70 #define __NR_fcntl 55
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 70 #define __NR_fcntl 55
  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 65 #define __NR_fcntl (__NR_SYSCALL_BASE + 55)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h 70 #define __NR_fcntl 55
  /external/kernel-headers/original/asm-x86/
unistd_32.h 63 #define __NR_fcntl 55
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_32.h 63 #define __NR_fcntl 55
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 65 #define __NR_fcntl (__NR_SYSCALL_BASE + 55)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h 65 #define __NR_fcntl (__NR_SYSCALL_BASE + 55)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h 65 #define __NR_fcntl (__NR_SYSCALL_BASE + 55)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
unistd_32.h 70 #define __NR_fcntl 55
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
linux-syscalls.h 65 #define __NR_fcntl (__NR_SYSCALL_BASE + 55)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h 65 #define __NR_fcntl (__NR_SYSCALL_BASE + 55)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
unistd_32.h 70 #define __NR_fcntl 55
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
linux-syscalls.h 65 #define __NR_fcntl (__NR_SYSCALL_BASE + 55)

Completed in 753 milliseconds

1 2 3