Home
last modified time | relevance | path

Searched refs:F_SETLKW64 (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dfcntlcmds.h219 #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 …]
Dfcntlcmds.in52 F_SETLKW64 10
56 F_SETLKW64 35
60 F_SETLKW64 14
/external/strace/tests-m32/
Dfcntl.c64 # if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64_lk64()
65 TEST_FLOCK64_UNDECODED(F_SETLKW64); in test_flock64_lk64()
Dfcntl64.c42 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64_lk64()
62 invoke_test_syscall(0, F_SETLKW64, fl); in test_flock64_lk64()
/external/strace/tests/
Dfcntl64.c42 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64_lk64()
62 invoke_test_syscall(0, F_SETLKW64, fl); in test_flock64_lk64()
Dfcntl.c64 # if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64_lk64()
65 TEST_FLOCK64_UNDECODED(F_SETLKW64); in test_flock64_lk64()
/external/strace/tests-mx32/
Dfcntl64.c42 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64_lk64()
62 invoke_test_syscall(0, F_SETLKW64, fl); in test_flock64_lk64()
Dfcntl.c64 # if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64_lk64()
65 TEST_FLOCK64_UNDECODED(F_SETLKW64); in test_flock64_lk64()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h123 #define F_SETLKW64 14 macro
/external/python/cpython2/Modules/
Dfcntlmodule.c511 #ifdef F_SETLKW64 in all_ins()
512 if (ins(d, "F_SETLKW64", (long)F_SETLKW64)) return -1; in all_ins()
/external/python/cpython3/Modules/
Dfcntlmodule.c556 #ifdef F_SETLKW64 in all_ins()
557 if (PyModule_AddIntMacro(m, F_SETLKW64)) return -1; in all_ins()
/external/python/cpython2/Lib/plat-irix5/
DFILE.py188 F_SETLKW64 = 35 variable
/external/strace/
Dfcntl.c214 case F_SETLKW64: 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
4320 * xlat/fcntl64cmds.in (F_GETLK64, F_SETLK64, F_SETLKW64) [hppa || mips]:
26396 On mips64 the F_GETLK and F_SETLKW64 constants have identical values which
26399 tests/fcntl.c (test_flock64): Do not test F_SETLKW64 on mips64.
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
[all …]
/external/python/cpython2/Lib/plat-irix6/
DFILE.py607 F_SETLKW64 = 35 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c2419 #ifdef F_SETLKW64
2420 { "F_SETLKW64", (unsigned long) F_SETLKW64 },