Home
last modified time | relevance | path

Searched refs:F_GETOWN_EX (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dfcntlcmds.in67 * and F_GETOWN_EX constants introduced by commit v2.6.32-rc1~96 to fix
70 * old values of F_SETOWN_EX and F_GETOWN_EX didn't exist.
76 # if defined F_GETOWN_EX && F_GETOWN_EX != 16
77 # warning invalid value of F_GETOWN_EX ignored
79 # undef F_GETOWN_EX
82 F_GETOWN_EX 16
Dfcntlcmds.h277 # if defined F_GETOWN_EX && F_GETOWN_EX != 16
278 # warning invalid value of F_GETOWN_EX ignored
280 # undef F_GETOWN_EX
289 #if defined(F_GETOWN_EX) || (defined(HAVE_DECL_F_GETOWN_EX) && HAVE_DECL_F_GETOWN_EX)
291 static_assert((F_GETOWN_EX) == (16), "F_GETOWN_EX != 16");
294 # define F_GETOWN_EX 16
473 # if defined F_GETOWN_EX && F_GETOWN_EX != 16
474 # warning invalid value of F_GETOWN_EX ignored
476 # undef F_GETOWN_EX
479 XLAT(F_GETOWN_EX),
/external/strace/tests/
Dfcntl.c60 # if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64_lk64()
Dfcntl-common.c179 #if defined F_GETOWN_EX && defined F_SETOWN_EX \
180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
215 test_f_owner_ex_type_pid(ARG_STR(F_GETOWN_EX), in test_f_owner_ex_umove_or_printaddr()
/external/strace/tests-mx32/
Dfcntl.c60 # if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64_lk64()
Dfcntl-common.c179 #if defined F_GETOWN_EX && defined F_SETOWN_EX \
180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
215 test_f_owner_ex_type_pid(ARG_STR(F_GETOWN_EX), in test_f_owner_ex_umove_or_printaddr()
/external/strace/tests-m32/
Dfcntl.c60 # if !defined(F_GETOWN_EX) || F_GETOWN_EX != F_SETLK64 in test_flock64_lk64()
Dfcntl-common.c179 #if defined F_GETOWN_EX && defined F_SETOWN_EX \
180 && (F_GETOWN_EX != F_SETLK64) && (F_SETOWN_EX != F_GETLK64)
215 test_f_owner_ex_type_pid(ARG_STR(F_GETOWN_EX), in test_f_owner_ex_umove_or_printaddr()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h129 #define F_GETOWN_EX 16 macro
/external/strace/
Dfcntl.c165 case F_GETOWN_EX: in print_fcntl()
DChangeLog4246 tests: check decoding of F_GETOWN_EX and F_SETOWN_EX fcntl commands.
4305 xlat: override values of F_SETOWN_EX and F_GETOWN_EX constants.
4307 and F_GETOWN_EX constants introduced by commit v2.6.32-rc1~96 to fix
4311 old values of F_SETOWN_EX and F_GETOWN_EX didn't exist.
4313 * xlat/fcntlcmds.in (F_SETOWN_EX, F_GETOWN_EX): Undefine.
35244 F_OFD_GETLK, F_GETOWN_EX, F_GET_SEALS, F_GETSIG.
35257 * xlat/fcntlcmds.in: Add F_SETOWN_EX, F_GETOWN_EX, F_GETOWNER_UIDS,
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c131 TEST(fcntl(test_fd, F_GETOWN_EX, &orig_own_ex)); in setup()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs235 pub const F_GETOWN_EX: ::c_int = 16; constant