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

1 2 3 4 5 6

  /external/strace/xlat/
fcntlcmds.in 9 F_SETLKW 7
fcntlcmds.h 23 #if !(defined(F_SETLKW) || (defined(HAVE_DECL_F_SETLKW) && HAVE_DECL_F_SETLKW))
24 # define F_SETLKW 7
100 XLAT(F_SETLKW),
  /external/ltp/testcases/network/nfs/nfslock01/
nfs_flock.h 17 lock_reg(fd, F_RDLCK, offset, whence, len, F_SETLKW)
19 lock_reg(fd, F_WRLCK, offset, whence, len, F_SETLKW)
21 lock_reg(fd, F_UNLCK, offset, whence, len, F_SETLKW)
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 36 #define F_SETLKW 7
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 42 #define F_SETLKW 7
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl10.c 42 * TEST TITLE : Basic test for fcntl(2) using F_SETLKW argument.
157 * Call fcntl(2) with F_SETLKW flocks.l_type = F_UNLCK argument on fname
159 TEST(fcntl(fd, F_SETLKW, &flocks));
164 "fcntl(%s, F_SETLKW, &flocks) flocks.l_type = %s Failed, errno=%d : %s",
169 "fcntl(%s, F_SETLKW, &flocks) flocks.l_type = %s returned %ld",
176 * Call fcntl(2) with F_SETLKW flocks.l_type = F_UNLCK argument on fname
178 TEST(fcntl(fd, F_SETLKW, &flocks));
183 "fcntl(%s, F_SETLKW, &flocks) flocks.l_type = F_UNLCK Failed, errno=%d : %s",
189 "fcntl(%s, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned %ld",
fcntl13.c 78 if (fcntl(1, F_SETLKW, (void *)-1) != -1) {
79 tst_resm(TFAIL, "F_SETLKW: fcntl(2) failed to FAIL");
81 tst_resm(TFAIL, "F_SETLKW: Expected EFAULT got %d",
84 tst_resm(TPASS, "F_SETLKW: got EFAULT");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 85 # define F_SETLKW 7 /* Set record locking info (blocking). */
94 # define F_SETLKW 7 /* Set record locking info (blocking). */
98 # define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_fcntl.py 75 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETLKW, lockdata)
77 print 'String from fcntl with F_SETLKW: ', repr(rv)
85 rv = fcntl.fcntl(self.f, fcntl.F_SETLKW, lockdata)
  /external/ltp/testcases/kernel/fs/doio/
file_lock.c 71 cmd = F_SETLKW;
143 cmd = F_SETLKW;
  /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 101 #define F_SETLKW 9 ///< F_SETLK; wait if blocked
109 /** @{ record locking flags (F_GETLK, F_SETLK, F_SETLKW). **/
  /external/strace/tests/
struct_flock.c 72 TEST_FLOCK_EINVAL(F_SETLKW);
  /external/strace/tests-m32/
struct_flock.c 72 TEST_FLOCK_EINVAL(F_SETLKW);
  /external/strace/tests-mx32/
struct_flock.c 72 TEST_FLOCK_EINVAL(F_SETLKW);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 99 #define F_SETLKW 7
  /external/python/cpython2/Lib/test/
test_fcntl.py 77 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETLKW, lockdata)
79 print 'String from fcntl with F_SETLKW: ', repr(rv)
87 rv = fcntl.fcntl(self.f, fcntl.F_SETLKW, lockdata)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 80 # define F_SETLKW 7 /* Set record locking info (blocking). */
84 # define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fcntl.py 72 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETLKW, lockdata)
74 print 'String from fcntl with F_SETLKW: ', repr(rv)
82 rv = fcntl.fcntl(self.f, fcntl.F_SETLKW, lockdata)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fcntl.py 72 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETLKW, lockdata)
74 print 'String from fcntl with F_SETLKW: ', repr(rv)
82 rv = fcntl.fcntl(self.f, fcntl.F_SETLKW, lockdata)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 72 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETLKW, lockdata)
74 print 'String from fcntl with F_SETLKW: ', repr(rv)
82 rv = fcntl.fcntl(self.f, fcntl.F_SETLKW, lockdata)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 72 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETLKW, lockdata)
74 print 'String from fcntl with F_SETLKW: ', repr(rv)
82 rv = fcntl.fcntl(self.f, fcntl.F_SETLKW, lockdata)
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 91 #define F_SETLKW 7
  /bionic/tests/headers/posix/
fcntl_h.c 42 MACRO(F_SETLKW);

Completed in 303 milliseconds

1 2 3 4 5 6