/external/ltp/include/lapi/ |
D | fcntl.h | 86 #ifndef F_OFD_SETLK 87 # define F_OFD_SETLK 37 macro
|
/external/strace/xlat/ |
D | fcntlcmds.h | 310 #if defined(F_OFD_SETLK) || (defined(HAVE_DECL_F_OFD_SETLK) && HAVE_DECL_F_OFD_SETLK) 312 static_assert((F_OFD_SETLK) == (37), "F_OFD_SETLK != 37"); 315 # define F_OFD_SETLK 37 483 XLAT(F_OFD_SETLK),
|
D | fcntlcmds.in | 86 F_OFD_SETLK 37
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 137 #if defined F_OFD_GETLK && defined F_OFD_SETLK && defined F_OFD_SETLKW in test_flock64_ofd() 138 TEST_FLOCK64_EINVAL(F_OFD_SETLK); in test_flock64_ofd() 146 long rc = invoke_test_syscall(0, F_OFD_SETLK, fl); in test_flock64_ofd()
|
/external/strace/tests/ |
D | fcntl-common.c | 137 #if defined F_OFD_GETLK && defined F_OFD_SETLK && defined F_OFD_SETLKW in test_flock64_ofd() 138 TEST_FLOCK64_EINVAL(F_OFD_SETLK); in test_flock64_ofd() 146 long rc = invoke_test_syscall(0, F_OFD_SETLK, fl); in test_flock64_ofd()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 137 #if defined F_OFD_GETLK && defined F_OFD_SETLK && defined F_OFD_SETLKW in test_flock64_ofd() 138 TEST_FLOCK64_EINVAL(F_OFD_SETLK); in test_flock64_ofd() 146 long rc = invoke_test_syscall(0, F_OFD_SETLK, fl); in test_flock64_ofd()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 149 #define F_OFD_SETLK 37 macro
|
/external/strace/ |
D | fcntl.c | 114 case F_OFD_SETLK: in print_fcntl()
|
D | ChangeLog | 2300 (test_flock64): Invoke it, remove [F_OFD_SETLK]. 2326 tests: move F_OFD_SETLK* checks from fcntl64.c to fcntl-common.c. 2327 This change enables F_OFD_SETLK* tests for fcntl as well. 2330 [F_OFD_SETLK]: Remove. 35243 F_OFD_SETLK, F_SETOWN_EX, F_ADD_SEALS, F_SETSIG, 35258 F_OFD_GETLK, F_OFD_SETLK, F_OFD_SETLKW, and F_CANCELLK.
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl36.c | 213 my_fcntl(fd, F_OFD_SETLK, &lck); in fn_ofd_r()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 327 F_OFD_SETLK = 0x30 const
|
D | zerrors_linux_sparc64.go | 467 F_OFD_SETLK = 0x25 const
|
D | zerrors_linux_mips64le.go | 534 F_OFD_SETLK = 0x25 const
|
D | zerrors_linux_ppc64.go | 534 F_OFD_SETLK = 0x25 const
|
D | zerrors_linux_arm.go | 534 F_OFD_SETLK = 0x25 const
|
D | zerrors_linux_mips64.go | 534 F_OFD_SETLK = 0x25 const
|
D | zerrors_linux_ppc64le.go | 534 F_OFD_SETLK = 0x25 const
|
D | zerrors_linux_arm64.go | 537 F_OFD_SETLK = 0x25 const
|
D | zerrors_linux_386.go | 535 F_OFD_SETLK = 0x25 const
|
D | zerrors_linux_mips.go | 534 F_OFD_SETLK = 0x25 const
|
D | zerrors_linux_s390x.go | 534 F_OFD_SETLK = 0x25 const
|
D | zerrors_linux_mipsle.go | 534 F_OFD_SETLK = 0x25 const
|
D | zerrors_linux_amd64.go | 535 F_OFD_SETLK = 0x25 const
|