Searched refs:F_SETLK64 (Results 1 – 19 of 19) sorted by relevance
/external/strace/xlat/ |
D | fcntlcmds.h | 212 #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 …]
|
D | fcntlcmds.in | 51 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/ |
D | fcntl.c | 60 # if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64_lk64() 61 TEST_FLOCK64_UNDECODED(F_SETLK64); in test_flock64_lk64()
|
D | fcntl64.c | 41 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64_lk64() 49 long rc = invoke_test_syscall(0, F_SETLK64, fl); in test_flock64_lk64()
|
D | fcntl-common.c | 180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
|
/external/strace/tests/ |
D | fcntl64.c | 41 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64_lk64() 49 long rc = invoke_test_syscall(0, F_SETLK64, fl); in test_flock64_lk64()
|
D | fcntl.c | 60 # if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64_lk64() 61 TEST_FLOCK64_UNDECODED(F_SETLK64); in test_flock64_lk64()
|
D | fcntl-common.c | 180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
|
/external/strace/tests-mx32/ |
D | fcntl64.c | 41 TEST_FLOCK64_EINVAL(F_SETLK64); in test_flock64_lk64() 49 long rc = invoke_test_syscall(0, F_SETLK64, fl); in test_flock64_lk64()
|
D | fcntl.c | 60 # if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64_lk64() 61 TEST_FLOCK64_UNDECODED(F_SETLK64); in test_flock64_lk64()
|
D | fcntl-common.c | 180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 122 #define F_SETLK64 13 macro
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 508 #ifdef F_SETLK64 in all_ins() 509 if (ins(d, "F_SETLK64", (long)F_SETLK64)) return -1; in all_ins()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 553 #ifdef F_SETLK64 in all_ins() 554 if (PyModule_AddIntMacro(m, F_SETLK64)) return -1; in all_ins()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 187 F_SETLK64 = 34 variable
|
/external/strace/ |
D | fcntl.c | 213 case F_SETLK64: in SYS_FUNC()
|
D | ChangeLog | 3796 * 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/ |
D | FILE.py | 606 F_SETLK64 = 34 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 2416 #ifdef F_SETLK64 2417 { "F_SETLK64", (unsigned long) F_SETLK64 },
|