Searched refs:F_SETOWN_EX (Results 1 – 10 of 10) sorted by relevance
/external/strace/xlat/ |
D | fcntlcmds.h | 38 #if !(defined(F_SETOWN_EX) || (defined(HAVE_DECL_F_SETOWN_EX) && HAVE_DECL_F_SETOWN_EX)) 39 # define F_SETOWN_EX 15 macro 105 XLAT(F_SETOWN_EX),
|
D | fcntlcmds.in | 14 F_SETOWN_EX 15
|
/external/strace/tests/ |
D | fcntl.c | 67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64()
|
/external/strace/tests-mx32/ |
D | fcntl.c | 67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64()
|
/external/strace/tests-m32/ |
D | fcntl.c | 67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64()
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 194 TEST(fcntl(test_fd, F_SETOWN_EX, &orig_own_ex)); in setownex_cleanup() 213 TEST(fcntl(test_fd, F_SETOWN_EX, &tst_own_ex)); in setownex_tid_test() 235 TEST(fcntl(test_fd, F_SETOWN_EX, &tst_own_ex)); in setownex_pid_test() 258 TEST(fcntl(test_fd, F_SETOWN_EX, &tst_own_ex)); in setownex_pgrp_test()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 126 #ifndef F_SETOWN_EX 127 #define F_SETOWN_EX 15 macro
|
/external/strace/ |
D | fcntl.c | 120 case F_SETOWN_EX: in print_fcntl()
|
D | ChangeLog | 20599 F_OFD_SETLK, F_SETOWN_EX, F_ADD_SEALS, F_SETSIG, 20613 * xlat/fcntlcmds.in: Add F_SETOWN_EX, F_GETOWN_EX, F_GETOWNER_UIDS,
|
/external/valgrind/ |
D | NEWS | 1987 292626 Missing fcntl F_SETOWN_EX and F_GETOWN_EX support
|