Home
last modified time | relevance | path

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

12

/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-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/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/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()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c131 TEST(fcntl(test_fd, F_GETOWN_EX, &orig_own_ex)); in setup()
/external/syzkaller/sys/linux/
Dsys_386.const147 F_GETOWN_EX = 16
Dsys_amd64.const147 F_GETOWN_EX = 16
Dsys_arm.const147 F_GETOWN_EX = 16
Dsys_ppc64le.const147 F_GETOWN_EX = 16
Dsys_arm64.const147 F_GETOWN_EX = 16
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go461 F_GETOWN_EX = 0x10 const
Dzerrors_linux_mipsle.go525 F_GETOWN_EX = 0x10 const
Dzerrors_linux_s390x.go525 F_GETOWN_EX = 0x10 const
Dzerrors_linux_arm.go525 F_GETOWN_EX = 0x10 const
Dzerrors_linux_ppc64le.go525 F_GETOWN_EX = 0x10 const
Dzerrors_linux_mips64.go525 F_GETOWN_EX = 0x10 const
Dzerrors_linux_ppc64.go525 F_GETOWN_EX = 0x10 const
Dzerrors_linux_amd64.go526 F_GETOWN_EX = 0x10 const
Dzerrors_linux_mips64le.go525 F_GETOWN_EX = 0x10 const

12