Searched refs:F_SETOWN_EX (Results 1 – 25 of 31) sorted by relevance
12
/external/strace/xlat/ |
D | fcntlcmds.in | 66 * 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
|
D | fcntlcmds.h | 273 # 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/ |
D | fcntl.c | 67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64_lk64()
|
D | fcntl-common.c | 179 #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/ |
D | fcntl.c | 67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64_lk64()
|
D | fcntl-common.c | 179 #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/ |
D | fcntl.c | 67 # if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64 in test_flock64_lk64()
|
D | fcntl-common.c | 179 #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/ |
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 | 127 #ifndef F_SETOWN_EX 128 #define F_SETOWN_EX 15 macro
|
/external/strace/ |
D | fcntl.c | 119 case F_SETOWN_EX: in print_fcntl()
|
/external/honggfuzz/linux/ |
D | arch.c | 199 if (fcntl(run->persistentSock, F_SETOWN_EX, &fown)) { in arch_prepareParentAfterFork()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 168 F_SETOWN_EX = 15
|
D | sys_amd64.const | 168 F_SETOWN_EX = 15
|
D | sys_ppc64le.const | 168 F_SETOWN_EX = 15
|
D | sys_arm.const | 168 F_SETOWN_EX = 15
|
D | sys_arm64.const | 168 F_SETOWN_EX = 15
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 479 F_SETOWN_EX = 0xf const
|
D | zerrors_linux_mips64le.go | 550 F_SETOWN_EX = 0xf const
|
D | zerrors_linux_ppc64.go | 550 F_SETOWN_EX = 0xf const
|
D | zerrors_linux_arm.go | 550 F_SETOWN_EX = 0xf const
|
D | zerrors_linux_mips64.go | 550 F_SETOWN_EX = 0xf const
|
D | zerrors_linux_ppc64le.go | 550 F_SETOWN_EX = 0xf const
|
D | zerrors_linux_arm64.go | 553 F_SETOWN_EX = 0xf const
|
D | zerrors_linux_386.go | 551 F_SETOWN_EX = 0xf const
|
12