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

1 2 3

  /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/
fcntl64.c 57 TEST_FLOCK64_EINVAL(F_SETLK64);
68 long rc = invoke_test_syscall(F_SETLK64, &fl);
69 printf("%s(0, F_SETLK64, {l_type=F_RDLCK, l_whence=SEEK_SET"
81 invoke_test_syscall(F_SETLK64, &fl);
82 printf("%s(0, F_SETLK64, {l_type=F_UNLCK, l_whence=SEEK_SET"
fcntl.c 60 #if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64
61 TEST_FLOCK64_EINVAL(F_SETLK64);
  /external/strace/tests-m32/
fcntl64.c 57 TEST_FLOCK64_EINVAL(F_SETLK64);
68 long rc = invoke_test_syscall(F_SETLK64, &fl);
69 printf("%s(0, F_SETLK64, {l_type=F_RDLCK, l_whence=SEEK_SET"
81 invoke_test_syscall(F_SETLK64, &fl);
82 printf("%s(0, F_SETLK64, {l_type=F_UNLCK, l_whence=SEEK_SET"
fcntl.c 60 #if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64
61 TEST_FLOCK64_EINVAL(F_SETLK64);
  /external/strace/tests-mx32/
fcntl64.c 57 TEST_FLOCK64_EINVAL(F_SETLK64);
68 long rc = invoke_test_syscall(F_SETLK64, &fl);
69 printf("%s(0, F_SETLK64, {l_type=F_RDLCK, l_whence=SEEK_SET"
81 invoke_test_syscall(F_SETLK64, &fl);
82 printf("%s(0, F_SETLK64, {l_type=F_UNLCK, l_whence=SEEK_SET"
fcntl.c 60 #if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64
61 TEST_FLOCK64_EINVAL(F_SETLK64);
  /bionic/libc/bionic/
lockf.cpp 45 cmd = F_SETLK64;
46 return fcntl(fd, F_SETLK64, &fl);
56 return fcntl(fd, F_SETLK64, &fl);
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 41 #define F_SETLK64 34
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 49 #define F_SETLK64 34
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 88 # define F_SETLK64 6 /* Set record locking info (non-blocking). */
97 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/
101 # define F_SETLK64 13 /* Set record locking info (non-blocking). */
  /libcore/ojluni/src/main/native/
FileSystemPreferences.c 100 rc = fcntl(fd, F_SETLK64, &fl);
134 rc = fcntl(fd, F_SETLK64, &fl);
FileDispatcherImpl.c 53 #define F_SETLK64 F_SETLK
215 cmd = F_SETLK64;
219 if ((cmd == F_SETLK64) && (errno == EAGAIN || errno == EACCES))
235 int cmd = F_SETLK64;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 113 #define F_SETLK64 13
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 83 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/
87 #define F_SETLK64 13 /* Set record locking info (non-blocking). */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 104 #define F_SETLK64 13
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 122 #define F_SETLK64 13
  /bionic/libc/include/
fcntl.h 52 #define F_SETLK64 F_SETLK
  /external/strace/
fcntl.c 230 case F_SETLK64:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 506 #ifdef F_SETLK64
507 if (ins(d, "F_SETLK64", (long)F_SETLK64)) return -1;
  /external/minijail/linux-x86/
libconstants.gen.c 620 #ifdef F_SETLK64
621 { "F_SETLK64", (unsigned long) F_SETLK64 },
622 #endif // F_SETLK64
    [all...]
  /external/python/cpython2/Modules/
fcntlmodule.c 508 #ifdef F_SETLK64
509 if (ins(d, "F_SETLK64", (long)F_SETLK64)) return -1;
  /external/python/cpython3/Modules/
fcntlmodule.c 514 #ifdef F_SETLK64
515 if (PyModule_AddIntMacro(m, F_SETLK64)) return -1;
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 187 F_SETLK64 = 34

Completed in 225 milliseconds

1 2 3