/external/strace/xlat/ |
D | fcntlcmds.h | 42 #if defined(F_GETLK) || (defined(HAVE_DECL_F_GETLK) && HAVE_DECL_F_GETLK) 44 static_assert((F_GETLK) == (7), "F_GETLK != 7"); 47 # define F_GETLK 7 50 #if defined(F_GETLK) || (defined(HAVE_DECL_F_GETLK) && HAVE_DECL_F_GETLK) 52 static_assert((F_GETLK) == (14), "F_GETLK != 14"); 55 # define F_GETLK 14 58 #if defined(F_GETLK) || (defined(HAVE_DECL_F_GETLK) && HAVE_DECL_F_GETLK) 60 static_assert((F_GETLK) == (5), "F_GETLK != 5"); 63 # define F_GETLK 5 406 XLAT(F_GETLK), [all …]
|
D | fcntlcmds.in | 9 F_GETLK 7 11 F_GETLK 14 13 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()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 105 #ifndef F_GETLK 106 #define F_GETLK 5 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 40 #define F_GETLK 14 macro
|
/external/strace/tests/ |
D | fcntl.c | 64 # if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64_lk64()
|
D | fcntl-common.c | 123 invoke_test_syscall(0, F_GETLK, fl); in test_flock()
|
/external/strace/tests-m32/ |
D | fcntl.c | 64 # if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64_lk64()
|
D | fcntl-common.c | 123 invoke_test_syscall(0, F_GETLK, fl); in test_flock()
|
/external/strace/tests-mx32/ |
D | fcntl.c | 64 # if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64_lk64()
|
D | fcntl-common.c | 123 invoke_test_syscall(0, 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/syzkaller/sys/netbsd/ |
D | sys_amd64.const | 17 F_GETLK = 7
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 489 #ifdef F_GETLK in all_ins() 490 if (PyModule_AddIntMacro(m, F_GETLK)) return -1; in all_ins()
|
/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/syzkaller/sys/freebsd/ |
D | sys_amd64.const | 15 F_GETLK = 11
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 557 #ifdef F_GETLK 558 { "F_GETLK", (unsigned long) F_GETLK },
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 175 F_GETLK = 14 variable
|
/external/strace/ |
D | fcntl.c | 153 case F_GETLK: in print_fcntl()
|
/external/python/cpython2/Lib/ |
D | posixfile.py | 162 elif '?' in how: cmd = fcntl.F_GETLK
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc6.c | 425 fcntl(fd, F_GETLK, flock_ptr); in lock_error()
|