Home
last modified time | relevance | path

Searched refs:F_GETLK (Results 1 – 25 of 44) 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()
Dfcntl19.c136 if (fcntl(fd, F_GETLK, &fl) < 0) in do_child()
Dfcntl20.c133 if (fcntl(fd, F_GETLK, &fl) < 0) { in do_child()
Dfcntl17.c294 if (fcntl(file_fd, F_GETLK, &fl) < 0) { in do_test()
Dfcntl11.c122 if (fcntl(fd, F_GETLK, &fl) < 0) in do_child()
Dfcntl21.c140 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.c63 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64()
Dstruct_flock.c84 invoke_test_syscall(F_GETLK, &fl); in test_flock()
/external/strace/tests-m32/
Dfcntl.c63 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64()
Dstruct_flock.c84 invoke_test_syscall(F_GETLK, &fl); in test_flock()
/external/strace/tests-mx32/
Dfcntl.c63 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64()
Dstruct_flock.c84 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/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.c153 case F_GETLK: in print_fcntl()
/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()
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c283 SY(__NR_fcntl, -1, F_GETLK, x0); FAIL; //FAILx(EBADF); in main()
992 SY(__NR_fcntl64, -1, +F_GETLK, x0); FAIL; //FAILx(EBADF); in main()

12