Home
last modified time | relevance | path

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

/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-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/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-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/kernel-headers/original/uapi/asm-generic/
Dfcntl.h122 #define F_SETLK64 13 macro
/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/python/cpython3/Modules/
Dfcntlmodule.c553 #ifdef F_SETLK64 in all_ins()
554 if (PyModule_AddIntMacro(m, F_SETLK64)) return -1; in all_ins()
/external/python/cpython2/Lib/plat-irix5/
DFILE.py187 F_SETLK64 = 34 variable
/external/strace/
Dfcntl.c213 case F_SETLK64: in SYS_FUNC()
DChangeLog3796 * xlat/fcntlcmds.in (F_GETLK64, F_SETLK64, F_SETLKW64) [__mips64]: Fix
4237 * xlat/fcntlcmds.in (F_GETLK64, F_SETLK64, F_SETLKW64): Add from
4308 the conflict with F_GETLK64 and F_SETLK64 constants.
4320 * xlat/fcntl64cmds.in (F_GETLK64, F_SETLK64, F_SETLKW64) [hppa || mips]:
34600 fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser
34601 As the kernel recognizes F_GETLK64, F_SETLK64, and F_SETLKW64 commands
34604 * xlat/fcntlcmds.in: Move F_GETLK64, F_SETLK64, and F_SETLKW64 ...
34608 and handling of F_GETLK64, F_SETLK64, and F_SETLKW64 commands ...
43954 Assume that F_SETLK64, F_SETLKW64, and F_GETLK64 are either defined or
43956 Do not assume that sizeof(off_t) < sizeof(long long) when F_SETLK64 is
[all …]
/external/python/cpython2/Lib/plat-irix6/
DFILE.py606 F_SETLK64 = 34 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c2416 #ifdef F_SETLK64
2417 { "F_SETLK64", (unsigned long) F_SETLK64 },