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

1 2 3 4 5

  /external/strace/xlat/
fcntlcmds.in 7 F_GETLK 5
fcntlcmds.h 17 #if !(defined(F_GETLK) || (defined(HAVE_DECL_F_GETLK) && HAVE_DECL_F_GETLK))
18 # define F_GETLK 5
98 XLAT(F_GETLK),
  /external/strace/tests/
fcntl.c 63 /* F_GETLK and F_SETLKW64 have conflicting values on mips64 */
64 #if !defined(__mips64) || F_GETLK != F_SETLKW64
struct_flock.c 85 invoke_test_syscall(F_GETLK, &fl);
86 printf("%s(0, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET"
  /external/strace/tests-m32/
fcntl.c 63 /* F_GETLK and F_SETLKW64 have conflicting values on mips64 */
64 #if !defined(__mips64) || F_GETLK != F_SETLKW64
struct_flock.c 85 invoke_test_syscall(F_GETLK, &fl);
86 printf("%s(0, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET"
  /external/strace/tests-mx32/
fcntl.c 63 /* F_GETLK and F_SETLKW64 have conflicting values on mips64 */
64 #if !defined(__mips64) || F_GETLK != F_SETLKW64
struct_flock.c 85 invoke_test_syscall(F_GETLK, &fl);
86 printf("%s(0, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET"
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl13.c 87 if (fcntl(1, F_GETLK, (void *)-1) != -1) {
88 tst_resm(TFAIL, "F_GETLK: fcntl(2) failed to FAIL");
90 tst_resm(TFAIL, "F_GETLK: Expected EFAULT got %d",
93 tst_resm(TPASS, "F_GETLK: got EFAULT");
111 if (fcntl(-1, F_GETLK, &flock) != -1)
fcntl05.c 42 * TEST TITLE : Basic test for fcntl(2) using F_GETLK argument.
144 TEST(fcntl(fd, F_GETLK, &flocks));
fcntl18.c 83 retval = fcntl(fd, F_GETLK, (struct flock *)INVAL_FLAG);
85 tst_resm(TPASS, "Test F_GETLK: for errno EFAULT PASSED");
87 tst_resm(TFAIL, "Test F_GETLK: for errno EFAULT FAILED");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 96 #ifndef F_GETLK
97 #define F_GETLK 5
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 34 #define F_GETLK 14
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 40 #define F_GETLK 14
  /external/ltp/testcases/network/nfs/nfslock01/
nfs_flock_func.c 27 if (fcntl(fd, F_GETLK, &lock) < 0) {
28 perror("F_GETLK");
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 88 #ifndef F_GETLK
89 #define F_GETLK 5
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 105 #ifndef F_GETLK
106 #define F_GETLK 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 83 # define F_GETLK 5 /* Get record locking info. */
92 # define F_GETLK 5 /* Get record locking info. */
96 # define F_GETLK F_GETLK64 /* Get record locking info. */
  /prebuilts/go/darwin-x86/src/syscall/
flock.go 15 // FcntlFlock performs a fcntl syscall for the F_GETLK, F_SETLK or F_SETLKW command.
  /prebuilts/go/linux-x86/src/syscall/
flock.go 15 // FcntlFlock performs a fcntl syscall for the F_GETLK, F_SETLK or F_SETLKW command.
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 99 #define F_GETLK 7 ///< get record locking information
109 /** @{ record locking flags (F_GETLK, F_SETLK, F_SETLKW). **/
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
11-1.c 37 if (fcntl(fd, F_GETLK, &fl) == -1) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 78 # define F_GETLK 5 /* Get record locking info. */
82 # define F_GETLK F_GETLK64 /* Get record locking info. */
  /bionic/tests/headers/posix/
fcntl_h.c 40 MACRO(F_GETLK);
  /bionic/libc/include/
fcntl.h 51 #define F_GETLK64 F_GETLK

Completed in 254 milliseconds

1 2 3 4 5