Home
last modified time | relevance | path

Searched refs:F_SETOWN_EX (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dfcntlcmds.h38 #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),
Dfcntlcmds.in14 F_SETOWN_EX 15
/external/strace/tests/
Dfcntl.c67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64()
/external/strace/tests-mx32/
Dfcntl.c67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64()
/external/strace/tests-m32/
Dfcntl.c67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c194 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/
Dfcntl.h126 #ifndef F_SETOWN_EX
127 #define F_SETOWN_EX 15 macro
/external/strace/
Dfcntl.c120 case F_SETOWN_EX: in print_fcntl()
DChangeLog20599 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/
DNEWS1987 292626 Missing fcntl F_SETOWN_EX and F_GETOWN_EX support