/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-generic/ |
D | fcntl.h | 112 #define F_GETOWN 9 /* for sockets. */ macro
|
/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/python/cpython3/Modules/ |
D | fcntlmodule.c | 525 #ifdef F_GETOWN in all_ins() 526 if (PyModule_AddIntMacro(m, F_GETOWN)) return -1; in all_ins()
|
/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-mx32/ |
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-m32/ |
D | fcntl-common.c | 359 { 0, ARG_STR(F_GETOWN) }, in test_fcntl_others()
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 218 pub const F_GETOWN: ::c_int = 23; constant
|
/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/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 207 pub const F_GETOWN: ::c_int = 9; constant
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 355 pub const F_GETOWN: ::c_int = 5; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 291 pub const F_GETOWN: ::c_int = 9; constant
|
D | mips64.rs | 604 pub const F_GETOWN: ::c_int = 23; constant
|
D | powerpc64.rs | 207 pub const F_GETOWN: ::c_int = 9; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 562 pub const F_GETOWN: ::c_int = 9; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 233 pub const F_GETOWN: ::c_int = 9; constant
|
D | powerpc.rs | 392 pub const F_GETOWN: ::c_int = 9; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
D | mod.rs | 337 pub const F_GETOWN: ::c_int = 9; constant
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 333 pub const F_GETOWN: ::c_int = 5; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
D | mod.rs | 361 pub const F_GETOWN: ::c_int = 5; constant
|