Home
last modified time | relevance | path

Searched refs:F_GETLK (Results 1 – 25 of 43) sorted by relevance

12

/external/strace/xlat/
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),
Dfcntlcmds.in7 F_GETLK 5
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl13.c87 if (fcntl(1, F_GETLK, (void *)-1) != -1) { in main()
111 if (fcntl(-1, F_GETLK, &flock) != -1) in main()
Dfcntl05.c144 TEST(fcntl(fd, F_GETLK, &flocks)); in main()
Dfcntl18.c83 retval = fcntl(fd, F_GETLK, (struct flock *)INVAL_FLAG); in main()
Dfcntl20.c133 if (fcntl(fd, F_GETLK, &fl) < 0) { in do_child()
Dfcntl19.c136 if (fcntl(fd, F_GETLK, &fl) < 0) in do_child()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h104 #ifndef F_GETLK
105 #define F_GETLK 5 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h39 #define F_GETLK 14 macro
/external/strace/tests/
Dfcntl.c64 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64()
Dstruct_flock.c85 invoke_test_syscall(F_GETLK, &fl); in test_flock()
/external/strace/tests-mx32/
Dfcntl.c64 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64()
Dstruct_flock.c85 invoke_test_syscall(F_GETLK, &fl); in test_flock()
/external/strace/tests-m32/
Dfcntl.c64 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64()
Dstruct_flock.c85 invoke_test_syscall(F_GETLK, &fl); in test_flock()
/external/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock_func.c27 if (fcntl(fd, F_GETLK, &lock) < 0) { in lock_test()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D11-1.c37 if (fcntl(fd, F_GETLK, &fl) == -1) { in child()
/external/python/cpython2/Modules/
Dfcntlmodule.c474 #ifdef F_GETLK in all_ins()
475 if (ins(d, "F_GETLK", (long)F_GETLK)) return -1; in all_ins()
/external/python/cpython2/Lib/plat-irix5/
DFILE.py175 F_GETLK = 14 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c557 #ifdef F_GETLK
558 { "F_GETLK", (unsigned long) F_GETLK },
/external/bison/m4/
Dfcntl.m415 # - F_GETLK, F_SETLK, F_SETLKW
/external/strace/
Dfcntl.c154 case F_GETLK: in print_fcntl()
/external/python/cpython2/Lib/
Dposixfile.py162 elif '?' in how: cmd = fcntl.F_GETLK
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc240 F_GETLK, in RestrictFcntlCommands()
/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc6.c425 fcntl(fd, F_GETLK, flock_ptr); in lock_error()

12