/external/strace/xlat/ |
D | fcntlcmds.h | 219 #if defined(F_SETLKW64) || (defined(HAVE_DECL_F_SETLKW64) && HAVE_DECL_F_SETLKW64) 221 static_assert((F_SETLKW64) == (10), "F_SETLKW64 != 10"); 224 # define F_SETLKW64 10 241 #if defined(F_SETLKW64) || (defined(HAVE_DECL_F_SETLKW64) && HAVE_DECL_F_SETLKW64) 243 static_assert((F_SETLKW64) == (35), "F_SETLKW64 != 35"); 246 # define F_SETLKW64 35 263 #if defined(F_SETLKW64) || (defined(HAVE_DECL_F_SETLKW64) && HAVE_DECL_F_SETLKW64) 265 static_assert((F_SETLKW64) == (14), "F_SETLKW64 != 14"); 268 # define F_SETLKW64 14 449 XLAT(F_SETLKW64), [all …]
|
D | fcntlcmds.in | 52 F_SETLKW64 10 56 F_SETLKW64 35 60 F_SETLKW64 14
|
/external/strace/tests-mx32/ |
D | fcntl64.c | 42 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64_lk64() 62 invoke_test_syscall(0, F_SETLKW64, fl); in test_flock64_lk64()
|
D | fcntl.c | 64 # if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64_lk64() 65 TEST_FLOCK64_UNDECODED(F_SETLKW64); in test_flock64_lk64()
|
/external/strace/tests/ |
D | fcntl64.c | 42 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64_lk64() 62 invoke_test_syscall(0, F_SETLKW64, fl); in test_flock64_lk64()
|
D | fcntl.c | 64 # if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64_lk64() 65 TEST_FLOCK64_UNDECODED(F_SETLKW64); in test_flock64_lk64()
|
/external/strace/tests-m32/ |
D | fcntl.c | 64 # if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64_lk64() 65 TEST_FLOCK64_UNDECODED(F_SETLKW64); in test_flock64_lk64()
|
D | fcntl64.c | 42 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64_lk64() 62 invoke_test_syscall(0, F_SETLKW64, fl); in test_flock64_lk64()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 50 #define F_SETLKW64 35 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 123 #define F_SETLKW64 14 macro
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 526 #ifdef F_SETLKW64 in all_ins() 527 if (PyModule_AddIntMacro(m, F_SETLKW64)) return -1; in all_ins()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 511 #ifdef F_SETLKW64 in all_ins() 512 if (ins(d, "F_SETLKW64", (long)F_SETLKW64)) return -1; in all_ins()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 623 #ifdef F_SETLKW64 624 { "F_SETLKW64", (unsigned long) F_SETLKW64 },
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 188 F_SETLKW64 = 35 variable
|
/external/strace/ |
D | fcntl.c | 214 case F_SETLKW64: in SYS_FUNC()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 607 F_SETLKW64 = 35 variable
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 347 F_SETLKW64 = 0x7 const
|
D | zerrors_linux_sparc64.go | 477 F_SETLKW64 = 0x9 const
|
D | zerrors_linux_mipsle.go | 548 F_SETLKW64 = 0x23 const
|
D | zerrors_linux_s390x.go | 548 F_SETLKW64 = 0x7 const
|
D | zerrors_linux_arm.go | 548 F_SETLKW64 = 0xe const
|
D | zerrors_linux_ppc64le.go | 548 F_SETLKW64 = 0xe const
|
D | zerrors_linux_mips64.go | 548 F_SETLKW64 = 0x7 const
|
D | zerrors_linux_ppc64.go | 548 F_SETLKW64 = 0xe const
|
D | zerrors_linux_amd64.go | 549 F_SETLKW64 = 0x7 const
|