Home
last modified time | relevance | path

Searched refs:F_SETLK64 (Results 1 – 25 of 33) sorted by relevance

12

/external/strace/xlat/
Dfcntlcmds.h212 #if defined(F_SETLK64) || (defined(HAVE_DECL_F_SETLK64) && HAVE_DECL_F_SETLK64)
214 static_assert((F_SETLK64) == (9), "F_SETLK64 != 9");
217 # define F_SETLK64 9
234 #if defined(F_SETLK64) || (defined(HAVE_DECL_F_SETLK64) && HAVE_DECL_F_SETLK64)
236 static_assert((F_SETLK64) == (34), "F_SETLK64 != 34");
239 # define F_SETLK64 34
256 #if defined(F_SETLK64) || (defined(HAVE_DECL_F_SETLK64) && HAVE_DECL_F_SETLK64)
258 static_assert((F_SETLK64) == (13), "F_SETLK64 != 13");
261 # define F_SETLK64 13
448 XLAT(F_SETLK64),
[all …]
Dfcntlcmds.in51 F_SETLK64 9
55 F_SETLK64 34
59 F_SETLK64 13
68 * the conflict with F_GETLK64 and F_SETLK64 constants.
/external/strace/tests-mx32/
Dfcntl64.c41 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64_lk64()
49 long rc = invoke_test_syscall(0, F_SETLK64, fl); in test_flock64_lk64()
Dfcntl.c60 # if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64_lk64()
61 TEST_FLOCK64_UNDECODED(F_SETLK64); in test_flock64_lk64()
Dfcntl-common.c180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
/external/strace/tests/
Dfcntl64.c41 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64_lk64()
49 long rc = invoke_test_syscall(0, F_SETLK64, fl); in test_flock64_lk64()
Dfcntl.c60 # if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64_lk64()
61 TEST_FLOCK64_UNDECODED(F_SETLK64); in test_flock64_lk64()
Dfcntl-common.c180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
/external/strace/tests-m32/
Dfcntl.c60 # if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64_lk64()
61 TEST_FLOCK64_UNDECODED(F_SETLK64); in test_flock64_lk64()
Dfcntl64.c41 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64_lk64()
49 long rc = invoke_test_syscall(0, F_SETLK64, fl); in test_flock64_lk64()
Dfcntl-common.c180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h49 #define F_SETLK64 34 macro
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h122 #define F_SETLK64 13 macro
/external/python/cpython3/Modules/
Dfcntlmodule.c523 #ifdef F_SETLK64 in all_ins()
524 if (PyModule_AddIntMacro(m, F_SETLK64)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dfcntlmodule.c508 #ifdef F_SETLK64 in all_ins()
509 if (ins(d, "F_SETLK64", (long)F_SETLK64)) return -1; in all_ins()
/external/minijail/linux-x86/
Dlibconstants.gen.c620 #ifdef F_SETLK64
621 { "F_SETLK64", (unsigned long) F_SETLK64 },
/external/python/cpython2/Lib/plat-irix5/
DFILE.py187 F_SETLK64 = 34 variable
/external/strace/
Dfcntl.c213 case F_SETLK64: in SYS_FUNC()
/external/python/cpython2/Lib/plat-irix6/
DFILE.py606 F_SETLK64 = 34 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go344 F_SETLK64 = 0x6 const
Dzerrors_linux_sparc64.go475 F_SETLK64 = 0x8 const
Dzerrors_linux_mipsle.go546 F_SETLK64 = 0x22 const
Dzerrors_linux_s390x.go546 F_SETLK64 = 0x6 const
Dzerrors_linux_arm.go546 F_SETLK64 = 0xd const
Dzerrors_linux_ppc64le.go546 F_SETLK64 = 0xd const

12