Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dfcntlcmds.in66 * Linux kernel commit v2.6.32-rc7~23 has changed values of F_SETOWN_EX
70 * old values of F_SETOWN_EX and F_GETOWN_EX didn't exist.
72 # if defined F_SETOWN_EX && F_SETOWN_EX != 15
73 # warning invalid value of F_SETOWN_EX ignored
75 # undef F_SETOWN_EX
81 F_SETOWN_EX 15
Dfcntlcmds.h273 # if defined F_SETOWN_EX && F_SETOWN_EX != 15
274 # warning invalid value of F_SETOWN_EX ignored
276 # undef F_SETOWN_EX
282 #if defined(F_SETOWN_EX) || (defined(HAVE_DECL_F_SETOWN_EX) && HAVE_DECL_F_SETOWN_EX)
284 static_assert((F_SETOWN_EX) == (15), "F_SETOWN_EX != 15");
287 # define F_SETOWN_EX 15
469 # if defined F_SETOWN_EX && F_SETOWN_EX != 15
470 # warning invalid value of F_SETOWN_EX ignored
472 # undef F_SETOWN_EX
478 XLAT(F_SETOWN_EX),
/external/strace/tests/
Dfcntl.c67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 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)
212 long rc = test_f_owner_ex_type_pid(ARG_STR(F_SETOWN_EX), in test_f_owner_ex_umove_or_printaddr()
/external/strace/tests-m32/
Dfcntl.c67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 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)
212 long rc = test_f_owner_ex_type_pid(ARG_STR(F_SETOWN_EX), in test_f_owner_ex_umove_or_printaddr()
/external/strace/tests-mx32/
Dfcntl.c67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 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)
212 long rc = test_f_owner_ex_type_pid(ARG_STR(F_SETOWN_EX), in test_f_owner_ex_umove_or_printaddr()
/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.h127 #ifndef F_SETOWN_EX
128 #define F_SETOWN_EX 15 macro
/external/strace/
Dfcntl.c119 case F_SETOWN_EX: in print_fcntl()
/external/honggfuzz/linux/
Darch.c199 if (fcntl(run->persistentSock, F_SETOWN_EX, &fown)) { in arch_prepareParentAfterFork()
/external/syzkaller/sys/linux/
Dsys_386.const168 F_SETOWN_EX = 15
Dsys_amd64.const168 F_SETOWN_EX = 15
Dsys_ppc64le.const168 F_SETOWN_EX = 15
Dsys_arm.const168 F_SETOWN_EX = 15
Dsys_arm64.const168 F_SETOWN_EX = 15
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go479 F_SETOWN_EX = 0xf const
Dzerrors_linux_mips64le.go550 F_SETOWN_EX = 0xf const
Dzerrors_linux_ppc64.go550 F_SETOWN_EX = 0xf const
Dzerrors_linux_arm.go550 F_SETOWN_EX = 0xf const
Dzerrors_linux_mips64.go550 F_SETOWN_EX = 0xf const
Dzerrors_linux_ppc64le.go550 F_SETOWN_EX = 0xf const
Dzerrors_linux_arm64.go553 F_SETOWN_EX = 0xf const
Dzerrors_linux_386.go551 F_SETOWN_EX = 0xf const

12