Home
last modified time | relevance | path

Searched refs:F_GETLK64 (Results 1 – 25 of 34) sorted by relevance

12

/external/strace/xlat/
Dfcntlcmds.h205 #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 …]
Dfcntlcmds.in50 F_GETLK64 8
54 F_GETLK64 33
58 F_GETLK64 12
68 * the conflict with F_GETLK64 and F_SETLK64 constants.
/external/strace/tests/
Dfcntl.c67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64_lk64()
68 TEST_FLOCK64_UNDECODED(F_GETLK64); in test_flock64_lk64()
Dfcntl64.c57 invoke_test_syscall(0, F_GETLK64, fl); in test_flock64_lk64()
Dfcntl-common.c180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
/external/strace/tests-m32/
Dfcntl.c67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64_lk64()
68 TEST_FLOCK64_UNDECODED(F_GETLK64); in test_flock64_lk64()
Dfcntl64.c57 invoke_test_syscall(0, F_GETLK64, fl); in test_flock64_lk64()
Dfcntl-common.c180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
/external/strace/tests-mx32/
Dfcntl.c67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64_lk64()
68 TEST_FLOCK64_UNDECODED(F_GETLK64); in test_flock64_lk64()
Dfcntl64.c57 invoke_test_syscall(0, F_GETLK64, fl); in test_flock64_lk64()
Dfcntl-common.c180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h120 #ifndef F_GETLK64
121 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h48 #define F_GETLK64 33 /* using 'struct flock64' */ macro
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl18.c106 retval = fcntl(fd, F_GETLK64, (struct flock *)INVAL_FLAG); in main()
/external/python/cpython3/Modules/
Dfcntlmodule.c520 #ifdef F_GETLK64 in all_ins()
521 if (PyModule_AddIntMacro(m, F_GETLK64)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dfcntlmodule.c505 #ifdef F_GETLK64 in all_ins()
506 if (ins(d, "F_GETLK64", (long)F_GETLK64)) return -1; in all_ins()
/external/minijail/linux-x86/
Dlibconstants.gen.c560 #ifdef F_GETLK64
561 { "F_GETLK64", (unsigned long) F_GETLK64 },
/external/python/cpython2/Lib/plat-irix5/
DFILE.py186 F_GETLK64 = 33 variable
/external/strace/
Dfcntl.c218 case F_GETLK64: in SYS_FUNC()
/external/python/cpython2/Lib/plat-irix6/
DFILE.py605 F_GETLK64 = 33 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go316 F_GETLK64 = 0xe const
Dzerrors_linux_sparc64.go459 F_GETLK64 = 0x7 const
Dzerrors_linux_mipsle.go523 F_GETLK64 = 0x21 const
Dzerrors_linux_s390x.go523 F_GETLK64 = 0x5 const
Dzerrors_linux_arm.go523 F_GETLK64 = 0xc const

12