Searched refs:F_GETOWN (Results 1 – 25 of 52) sorted by relevance
123
/external/strace/xlat/ |
D | fcntlcmds.h | 105 #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 …]
|
D | fcntlcmds.in | 26 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/ |
D | fcntl.h | 45 #define F_GETOWN 23 /* for sockets. */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 112 #define F_GETOWN 9 /* for sockets. */ macro
|
/external/syzkaller/sys/netbsd/ |
D | sys_amd64.const | 18 F_GETOWN = 5
|
D | sys.txt | 34 fcntl$getown(fd fd, cmd const[F_GETOWN]) pid
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 498 #ifdef F_GETOWN in all_ins() 499 if (PyModule_AddIntMacro(m, F_GETOWN)) return -1; in all_ins()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 483 #ifdef F_GETOWN in all_ins() 484 if (ins(d, "F_GETOWN", (long)F_GETOWN)) return -1; in all_ins()
|
/external/syzkaller/sys/freebsd/ |
D | sys_amd64.const | 16 F_GETOWN = 5
|
D | sys.txt | 40 fcntl$getown(fd fd, cmd const[F_GETOWN]) pid
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 196 F_GETOWN = 23 variable
|
/external/strace/ |
D | fcntl.c | 139 case F_GETOWN: in print_fcntl()
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 140 TEST(fcntl(test_fd, F_GETOWN)); in setup()
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 359 { 0, ARG_STR(F_GETOWN) }, in test_fcntl_others()
|
/external/strace/tests/ |
D | fcntl-common.c | 359 { 0, ARG_STR(F_GETOWN) }, in test_fcntl_others()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 359 { 0, ARG_STR(F_GETOWN) }, in test_fcntl_others()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 146 F_GETOWN = 9
|
D | sys_amd64.const | 146 F_GETOWN = 9
|
D | sys_ppc64le.const | 146 F_GETOWN = 9
|
D | sys_arm.const | 146 F_GETOWN = 9
|
D | sys_arm64.const | 146 F_GETOWN = 9
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 600 F_GETOWN = 23 variable
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 643 F_GETOWN = 9 variable
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 317 F_GETOWN = 0x17 const
|
D | zerrors_openbsd_386.go | 437 F_GETOWN = 0x5 const
|
123