Searched refs:F_OFD_SETLKW (Results 1 – 11 of 11) sorted by relevance
/external/strace/xlat/ |
D | fcntlcmds.h | 53 #if !(defined(F_OFD_SETLKW) || (defined(HAVE_DECL_F_OFD_SETLKW) && HAVE_DECL_F_OFD_SETLKW)) 54 # define F_OFD_SETLKW 38 macro 110 XLAT(F_OFD_SETLKW),
|
D | fcntlcmds.in | 19 F_OFD_SETLKW 38
|
/external/ltp/include/lapi/ |
D | fcntl.h | 54 #ifndef F_OFD_SETLKW 55 # define F_OFD_SETLKW 38 macro
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl34.c | 77 if (fcntl(fd, F_OFD_SETLKW, &lck) == -1) in thread_fn_01() 84 if (fcntl(fd, F_OFD_SETLKW, &lck) == -1) in thread_fn_01()
|
/external/strace/tests/ |
D | fcntl64.c | 60 TEST_FLOCK64_EINVAL(F_OFD_SETLKW); in test_flock64()
|
/external/strace/tests-mx32/ |
D | fcntl64.c | 60 TEST_FLOCK64_EINVAL(F_OFD_SETLKW); in test_flock64()
|
/external/strace/tests-m32/ |
D | fcntl64.c | 60 TEST_FLOCK64_EINVAL(F_OFD_SETLKW); in test_flock64()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 149 #define F_OFD_SETLKW 38 macro
|
/external/strace/ |
D | fcntl.c | 115 case F_OFD_SETLKW: in print_fcntl()
|
D | ChangeLog | 16052 Handle F_SETPIPE_SZ, F_GETPIPE_SZ, F_OFD_SETLKW, 16068 F_OFD_GETLK, F_OFD_SETLK, F_OFD_SETLKW, and F_CANCELLK.
|
/external/valgrind/ |
D | NEWS | 829 337285 fcntl commands F_OFD_SETLK, F_OFD_SETLKW, and F_OFD_GETLK not supported
|