Searched refs:F_SETLKW64 (Results 1 – 18 of 18) sorted by relevance
/external/strace/xlat/ |
D | fcntl64cmds.h | 8 #if !(defined(F_SETLKW64) || (defined(HAVE_DECL_F_SETLKW64) && HAVE_DECL_F_SETLKW64)) 9 # define F_SETLKW64 14 macro 23 XLAT(F_SETLKW64),
|
D | fcntl64cmds.in | 4 F_SETLKW64 14
|
/external/strace/tests/ |
D | fcntl.c | 64 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64() 65 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64()
|
D | fcntl64.c | 58 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64()
|
/external/strace/tests-mx32/ |
D | fcntl.c | 64 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64() 65 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64()
|
D | fcntl64.c | 58 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64()
|
/external/strace/tests-m32/ |
D | fcntl.c | 64 #if !defined(__mips64) || F_GETLK != F_SETLKW64 in test_flock64() 65 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64()
|
D | fcntl64.c | 58 TEST_FLOCK64_EINVAL(F_SETLKW64); in test_flock64()
|
/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/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/python/cpython3/Modules/ |
D | fcntlmodule.c | 517 #ifdef F_SETLKW64 in all_ins() 518 if (PyModule_AddIntMacro(m, 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 | 231 case F_SETLKW64: in SYS_FUNC()
|
D | ChangeLog | 18834 On mips64 the F_GETLK and F_SETLKW64 constants have identical values which 18837 tests/fcntl.c (test_flock64): Do not test F_SETLKW64 on mips64. 27038 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 36880 (sys_fcntl): Handle F_FREESP64, F_SETLK64, F_SETLKW64, and F_GETLK64 iff
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 607 F_SETLKW64 = 35 variable
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 544 #define VKI_F_SETLKW64 F_SETLKW64
|