Searched refs:F_GETLK (Results 1 - 25 of 47) sorted by relevance

12

/external/strace/xlat/
H A Dfcntlcmds.in7 F_GETLK 5
H A Dfcntlcmds.h17 #if !(defined(F_GETLK) || (defined(HAVE_DECL_F_GETLK) && HAVE_DECL_F_GETLK))
18 # define F_GETLK 5 macro
98 XLAT(F_GETLK),
/external/strace/tests/
H A Dfcntl.c63 /* F_GETLK and F_SETLKW64 have conflicting values on mips64 */
64 #if !defined(__mips64) || F_GETLK != F_SETLKW64
H A Dstruct_flock.c85 invoke_test_syscall(F_GETLK, &fl);
86 printf("%s(0, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET"
/external/strace/tests-m32/
H A Dfcntl.c63 /* F_GETLK and F_SETLKW64 have conflicting values on mips64 */
64 #if !defined(__mips64) || F_GETLK != F_SETLKW64
H A Dstruct_flock.c85 invoke_test_syscall(F_GETLK, &fl);
86 printf("%s(0, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET"
/external/strace/tests-mx32/
H A Dfcntl.c63 /* F_GETLK and F_SETLKW64 have conflicting values on mips64 */
64 #if !defined(__mips64) || F_GETLK != F_SETLKW64
H A Dstruct_flock.c85 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/
H A Dfcntl13.c87 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)
H A Dfcntl05.c42 * TEST TITLE : Basic test for fcntl(2) using F_GETLK argument.
144 TEST(fcntl(fd, F_GETLK, &flocks));
H A Dfcntl18.c83 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");
H A Dfcntl19.c136 if (fcntl(fd, F_GETLK, &fl) < 0)
H A Dfcntl20.c133 if (fcntl(fd, F_GETLK, &fl) < 0) {
H A Dfcntl11.c122 if (fcntl(fd, F_GETLK, &fl) < 0)
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h39 #define F_GETLK 14 macro
/external/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock_func.c27 if (fcntl(fd, F_GETLK, &lock) < 0) {
28 perror("F_GETLK");
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h104 #ifndef F_GETLK
105 #define F_GETLK 5 macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D11-1.c37 if (fcntl(fd, F_GETLK, &fl) == -1) {
/external/python/cpython2/Lib/plat-irix5/
H A DFILE.py175 F_GETLK = 14 variable
/external/strace/
H A Dfcntl.c154 case F_GETLK:
/external/minijail/linux-x86/
H A Dlibconstants.gen.c557 #ifdef F_GETLK
558 { "F_GETLK", (unsigned long) F_GETLK },
559 #endif // F_GETLK
/external/python/cpython2/Modules/
H A Dfcntlmodule.c474 #ifdef F_GETLK
475 if (ins(d, "F_GETLK", (long)F_GETLK)) return -1;
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_parameters_restrictions.cc240 F_GETLK,
/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc6.c425 fcntl(fd, F_GETLK, flock_ptr);
/external/python/cpython2/Lib/
H A Dposixfile.py162 elif '?' in how: cmd = fcntl.F_GETLK

Completed in 594 milliseconds

12