Home
last modified time | relevance | path

Searched refs:F_GETOWN (Results 1 – 25 of 52) sorted by relevance

123

/external/strace/xlat/
Dfcntlcmds.h105 #if defined(F_GETOWN) || (defined(HAVE_DECL_F_GETOWN) && HAVE_DECL_F_GETOWN)
107 static_assert((F_GETOWN) == (6), "F_GETOWN != 6");
110 # define F_GETOWN 6
113 #if defined(F_GETOWN) || (defined(HAVE_DECL_F_GETOWN) && HAVE_DECL_F_GETOWN)
115 static_assert((F_GETOWN) == (11), "F_GETOWN != 11");
118 # define F_GETOWN 11
128 #if defined(F_GETOWN) || (defined(HAVE_DECL_F_GETOWN) && HAVE_DECL_F_GETOWN)
130 static_assert((F_GETOWN) == (23), "F_GETOWN != 23");
133 # define F_GETOWN 23
143 #if defined(F_GETOWN) || (defined(HAVE_DECL_F_GETOWN) && HAVE_DECL_F_GETOWN)
[all …]
Dfcntlcmds.in26 F_GETOWN 6
28 F_GETOWN 11
31 F_GETOWN 23
34 F_GETOWN 5
38 F_GETOWN 9
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h45 #define F_GETOWN 23 /* for sockets. */ macro
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h112 #define F_GETOWN 9 /* for sockets. */ macro
/external/syzkaller/sys/netbsd/
Dsys_amd64.const18 F_GETOWN = 5
Dsys.txt34 fcntl$getown(fd fd, cmd const[F_GETOWN]) pid
/external/python/cpython3/Modules/
Dfcntlmodule.c498 #ifdef F_GETOWN in all_ins()
499 if (PyModule_AddIntMacro(m, F_GETOWN)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dfcntlmodule.c483 #ifdef F_GETOWN in all_ins()
484 if (ins(d, "F_GETOWN", (long)F_GETOWN)) return -1; in all_ins()
/external/syzkaller/sys/freebsd/
Dsys_amd64.const16 F_GETOWN = 5
Dsys.txt40 fcntl$getown(fd fd, cmd const[F_GETOWN]) pid
/external/python/cpython2/Lib/plat-irix5/
DFILE.py196 F_GETOWN = 23 variable
/external/strace/
Dfcntl.c139 case F_GETOWN: in print_fcntl()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c140 TEST(fcntl(test_fd, F_GETOWN)); in setup()
/external/strace/tests-m32/
Dfcntl-common.c359 { 0, ARG_STR(F_GETOWN) }, in test_fcntl_others()
/external/strace/tests-mx32/
Dfcntl-common.c359 { 0, ARG_STR(F_GETOWN) }, in test_fcntl_others()
/external/strace/tests/
Dfcntl-common.c359 { 0, ARG_STR(F_GETOWN) }, in test_fcntl_others()
/external/python/cpython2/Lib/plat-irix6/
DFILE.py600 F_GETOWN = 23 variable
/external/syzkaller/sys/linux/
Dsys_386.const146 F_GETOWN = 9
Dsys_amd64.const146 F_GETOWN = 9
Dsys_arm.const146 F_GETOWN = 9
Dsys_ppc64le.const146 F_GETOWN = 9
Dsys_arm64.const146 F_GETOWN = 9
/external/python/cpython2/Lib/plat-atheos/
DIN.py643 F_GETOWN = 9 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go317 F_GETOWN = 0x17 const
Dzerrors_dragonfly_amd64.go347 F_GETOWN = 0x5 const

123