/external/strace/xlat/ |
D | fcntlcmds.h | 17 #if !(defined(F_GETLK) || (defined(HAVE_DECL_F_GETLK) && HAVE_DECL_F_GETLK)) 18 # define F_GETLK 5 macro 98 XLAT(F_GETLK),
|
D | fcntlcmds.in | 7 F_GETLK 5
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl13.c | 87 if (fcntl(1, F_GETLK, (void *)-1) != -1) { in main() 111 if (fcntl(-1, F_GETLK, &flock) != -1) in main()
|
D | fcntl05.c | 144 TEST(fcntl(fd, F_GETLK, &flocks)); in main()
|
D | fcntl18.c | 83 retval = fcntl(fd, F_GETLK, (struct flock *)INVAL_FLAG); in main()
|
D | fcntl20.c | 133 if (fcntl(fd, F_GETLK, &fl) < 0) { in do_child()
|
D | fcntl19.c | 136 if (fcntl(fd, F_GETLK, &fl) < 0) in do_child()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 104 #ifndef F_GETLK 105 #define F_GETLK 5 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 39 #define F_GETLK 14 macro
|
/external/strace/tests/ |
D | fcntl.c | 64 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64()
|
D | struct_flock.c | 85 invoke_test_syscall(F_GETLK, &fl); in test_flock()
|
/external/strace/tests-mx32/ |
D | fcntl.c | 64 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64()
|
D | struct_flock.c | 85 invoke_test_syscall(F_GETLK, &fl); in test_flock()
|
/external/strace/tests-m32/ |
D | fcntl.c | 64 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64()
|
D | struct_flock.c | 85 invoke_test_syscall(F_GETLK, &fl); in test_flock()
|
/external/ltp/testcases/network/nfs/nfslock01/ |
D | nfs_flock_func.c | 27 if (fcntl(fd, F_GETLK, &lock) < 0) { in lock_test()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 11-1.c | 37 if (fcntl(fd, F_GETLK, &fl) == -1) { in child()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 474 #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/ |
D | FILE.py | 175 F_GETLK = 14 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 557 #ifdef F_GETLK 558 { "F_GETLK", (unsigned long) F_GETLK },
|
/external/bison/m4/ |
D | fcntl.m4 | 15 # - F_GETLK, F_SETLK, F_SETLKW
|
/external/strace/ |
D | fcntl.c | 154 case F_GETLK: in print_fcntl()
|
/external/python/cpython2/Lib/ |
D | posixfile.py | 162 elif '?' in how: cmd = fcntl.F_GETLK
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 240 F_GETLK, in RestrictFcntlCommands()
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc6.c | 425 fcntl(fd, F_GETLK, flock_ptr); in lock_error()
|