Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfcntl64cmds.h5 #if !(defined(F_SETLK64) || (defined(HAVE_DECL_F_SETLK64) && HAVE_DECL_F_SETLK64))
6 # define F_SETLK64 13 macro
22 XLAT(F_SETLK64),
Dfcntl64cmds.in3 F_SETLK64 13
/external/strace/tests-m32/
Dfcntl64.c57 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64()
68 long rc = invoke_test_syscall(F_SETLK64, &fl); in test_flock64()
81 invoke_test_syscall(F_SETLK64, &fl); in test_flock64()
Dfcntl.c60 #if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64()
61 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64()
/external/strace/tests/
Dfcntl64.c57 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64()
68 long rc = invoke_test_syscall(F_SETLK64, &fl); in test_flock64()
81 invoke_test_syscall(F_SETLK64, &fl); in test_flock64()
Dfcntl.c60 #if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64()
61 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64()
/external/strace/tests-mx32/
Dfcntl64.c57 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64()
68 long rc = invoke_test_syscall(F_SETLK64, &fl); in test_flock64()
81 invoke_test_syscall(F_SETLK64, &fl); in test_flock64()
Dfcntl.c60 #if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64()
61 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64()
/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/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.c514 #ifdef F_SETLK64 in all_ins()
515 if (PyModule_AddIntMacro(m, 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.c230 case F_SETLK64: in SYS_FUNC()
DChangeLog27038 fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser
27039 As the kernel recognizes F_GETLK64, F_SETLK64, and F_SETLKW64 commands
27042 * xlat/fcntlcmds.in: Move F_GETLK64, F_SETLK64, and F_SETLKW64 ...
27046 and handling of F_GETLK64, F_SETLK64, and F_SETLKW64 commands ...
36392 Assume that F_SETLK64, F_SETLKW64, and F_GETLK64 are either defined or
36394 Do not assume that sizeof(off_t) < sizeof(long long) when F_SETLK64 is
36880 (sys_fcntl): Handle F_FREESP64, F_SETLK64, F_SETLKW64, and F_GETLK64 iff
/external/python/cpython2/Lib/plat-irix6/
DFILE.py606 F_SETLK64 = 34 variable
/external/valgrind/include/vki/
Dvki-solaris.h543 #define VKI_F_SETLK64 F_SETLK64