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

1 2 3 4 5

  /external/strace/xlat/
fcntl64cmds.in 3 F_SETLK64 13
fcntl64cmds.h 5 #if !(defined(F_SETLK64) || (defined(HAVE_DECL_F_SETLK64) && HAVE_DECL_F_SETLK64))
6 # define F_SETLK64 13
22 XLAT(F_SETLK64),
  /external/strace/tests/
fcntl.c 61 #if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64
62 TEST_FLOCK64_EINVAL(F_SETLK64);
fcntl64.c 58 TEST_FLOCK64_EINVAL(F_SETLK64);
69 int rc = syscall(TEST_SYSCALL_NR, 0, F_SETLK64, &fl);
70 printf("%s(0, F_SETLK64, {l_type=F_RDLCK, l_whence=SEEK_SET"
82 syscall(TEST_SYSCALL_NR, 0, F_SETLK64, &fl);
83 printf("%s(0, F_SETLK64, {l_type=F_UNLCK, l_whence=SEEK_SET"
  /bionic/libc/bionic/
lockf.cpp 45 cmd = F_SETLK64;
46 return fcntl(fd, F_SETLK64, &fl);
56 return fcntl(fd, F_SETLK64, &fl);
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 42 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 42 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 42 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 42 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 42 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 42 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h 42 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 42 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
fcntl.h 42 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 42 #define F_SETLK64 34
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 46 #define F_SETLK64 34
  /development/ndk/platforms/android-21/arch-mips/include/asm/
fcntl.h 46 #define F_SETLK64 34
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
fcntl.h 46 #define F_SETLK64 34
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 48 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/asm/
fcntl.h 46 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/asm/
fcntl.h 46 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/asm/
fcntl.h 46 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/asm/
fcntl.h 46 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm/
fcntl.h 46 #define F_SETLK64 34
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm/
fcntl.h 46 #define F_SETLK64 34

Completed in 939 milliseconds

1 2 3 4 5