Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfcntl64cmds.h2 #if !(defined(F_GETLK64) || (defined(HAVE_DECL_F_GETLK64) && HAVE_DECL_F_GETLK64))
3 # define F_GETLK64 12 macro
21 XLAT(F_GETLK64),
Dfcntl64cmds.in2 F_GETLK64 12
/external/strace/tests/
Dfcntl.c67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64()
68 TEST_FLOCK64_EINVAL(F_GETLK64); in test_flock64()
Dfcntl64.c76 invoke_test_syscall(F_GETLK64, &fl); in test_flock64()
/external/strace/tests-mx32/
Dfcntl.c67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64()
68 TEST_FLOCK64_EINVAL(F_GETLK64); in test_flock64()
Dfcntl64.c76 invoke_test_syscall(F_GETLK64, &fl); in test_flock64()
/external/strace/tests-m32/
Dfcntl.c67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64()
68 TEST_FLOCK64_EINVAL(F_GETLK64); in test_flock64()
Dfcntl64.c76 invoke_test_syscall(F_GETLK64, &fl); in test_flock64()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h119 #ifndef F_GETLK64
120 #define F_GETLK64 12 /* using 'struct flock64' */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h47 #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/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/python/cpython2/Lib/plat-irix5/
DFILE.py186 F_GETLK64 = 33 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c560 #ifdef F_GETLK64
561 { "F_GETLK64", (unsigned long) F_GETLK64 },
/external/strace/
Dfcntl.c235 case F_GETLK64: in SYS_FUNC()
DChangeLog19956 fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser
19957 As the kernel recognizes F_GETLK64, F_SETLK64, and F_SETLKW64 commands
19960 * xlat/fcntlcmds.in: Move F_GETLK64, F_SETLK64, and F_SETLKW64 ...
19964 and handling of F_GETLK64, F_SETLK64, and F_SETLKW64 commands ...
29310 Assume that F_SETLK64, F_SETLKW64, and F_GETLK64 are either defined or
29798 (sys_fcntl): Handle F_FREESP64, F_SETLK64, F_SETLKW64, and F_GETLK64 iff
/external/python/cpython2/Lib/plat-irix6/
DFILE.py605 F_GETLK64 = 33 variable
/external/valgrind/include/vki/
Dvki-solaris.h547 #define VKI_F_GETLK64 F_GETLK64