/external/strace/xlat/ |
D | fcntlcmds.h | 205 #if defined(F_GETLK64) || (defined(HAVE_DECL_F_GETLK64) && HAVE_DECL_F_GETLK64) 207 static_assert((F_GETLK64) == (8), "F_GETLK64 != 8"); 210 # define F_GETLK64 8 227 #if defined(F_GETLK64) || (defined(HAVE_DECL_F_GETLK64) && HAVE_DECL_F_GETLK64) 229 static_assert((F_GETLK64) == (33), "F_GETLK64 != 33"); 232 # define F_GETLK64 33 249 #if defined(F_GETLK64) || (defined(HAVE_DECL_F_GETLK64) && HAVE_DECL_F_GETLK64) 251 static_assert((F_GETLK64) == (12), "F_GETLK64 != 12"); 254 # define F_GETLK64 12 447 XLAT(F_GETLK64), [all …]
|
D | fcntlcmds.in | 50 F_GETLK64 8 54 F_GETLK64 33 58 F_GETLK64 12 68 * the conflict with F_GETLK64 and F_SETLK64 constants.
|
/external/strace/tests/ |
D | fcntl.c | 67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64_lk64() 68 TEST_FLOCK64_UNDECODED(F_GETLK64); in test_flock64_lk64()
|
D | fcntl64.c | 57 invoke_test_syscall(0, F_GETLK64, fl); in test_flock64_lk64()
|
D | fcntl-common.c | 180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
|
/external/strace/tests-m32/ |
D | fcntl.c | 67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64_lk64() 68 TEST_FLOCK64_UNDECODED(F_GETLK64); in test_flock64_lk64()
|
D | fcntl64.c | 57 invoke_test_syscall(0, F_GETLK64, fl); in test_flock64_lk64()
|
D | fcntl-common.c | 180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
|
/external/strace/tests-mx32/ |
D | fcntl.c | 67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64_lk64() 68 TEST_FLOCK64_UNDECODED(F_GETLK64); in test_flock64_lk64()
|
D | fcntl64.c | 57 invoke_test_syscall(0, F_GETLK64, fl); 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 | 120 #ifndef F_GETLK64 121 #define F_GETLK64 12 /* using 'struct flock64' */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 48 #define F_GETLK64 33 /* using 'struct flock64' */ macro
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl18.c | 106 retval = fcntl(fd, F_GETLK64, (struct flock *)INVAL_FLAG); in main()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 520 #ifdef F_GETLK64 in all_ins() 521 if (PyModule_AddIntMacro(m, F_GETLK64)) return -1; in all_ins()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 505 #ifdef F_GETLK64 in all_ins() 506 if (ins(d, "F_GETLK64", (long)F_GETLK64)) return -1; in all_ins()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 560 #ifdef F_GETLK64 561 { "F_GETLK64", (unsigned long) F_GETLK64 },
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 186 F_GETLK64 = 33 variable
|
/external/strace/ |
D | fcntl.c | 218 case F_GETLK64: in SYS_FUNC()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 605 F_GETLK64 = 33 variable
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 316 F_GETLK64 = 0xe const
|
D | zerrors_linux_sparc64.go | 459 F_GETLK64 = 0x7 const
|
D | zerrors_linux_mipsle.go | 523 F_GETLK64 = 0x21 const
|
D | zerrors_linux_s390x.go | 523 F_GETLK64 = 0x5 const
|
D | zerrors_linux_arm.go | 523 F_GETLK64 = 0xc const
|