/external/strace/xlat/ |
D | fcntlcmds.h | 98 #if defined(F_SETOWN) || (defined(HAVE_DECL_F_SETOWN) && HAVE_DECL_F_SETOWN) 100 static_assert((F_SETOWN) == (5), "F_SETOWN != 5"); 103 # define F_SETOWN 5 120 #if defined(F_SETOWN) || (defined(HAVE_DECL_F_SETOWN) && HAVE_DECL_F_SETOWN) 122 static_assert((F_SETOWN) == (12), "F_SETOWN != 12"); 125 # define F_SETOWN 12 135 #if defined(F_SETOWN) || (defined(HAVE_DECL_F_SETOWN) && HAVE_DECL_F_SETOWN) 137 static_assert((F_SETOWN) == (24), "F_SETOWN != 24"); 140 # define F_SETOWN 24 150 #if defined(F_SETOWN) || (defined(HAVE_DECL_F_SETOWN) && HAVE_DECL_F_SETOWN) [all …]
|
D | fcntlcmds.in | 25 F_SETOWN 5 29 F_SETOWN 12 32 F_SETOWN 24 35 F_SETOWN 6 37 F_SETOWN 8
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 160 TEST(fcntl(test_fd, F_SETOWN, pid)); in setown_pid_test() 167 TEST(fcntl(test_fd, F_SETOWN, orig_pid)); in setown_pid_test() 176 TEST(fcntl(test_fd, F_SETOWN, -pgrp_pid)); in setown_pgrp_test() 184 TEST(fcntl(test_fd, F_SETOWN, orig_pid)); in setown_pgrp_test()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 110 #ifndef F_SETOWN 111 #define F_SETOWN 8 /* for sockets. */ macro
|
/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns13.c | 95 if (fcntl(pipe_fd[0], F_SETOWN, pid) == -1) { in child_fn()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 486 #ifdef F_SETOWN in all_ins() 487 if (ins(d, "F_SETOWN", (long)F_SETOWN)) return -1; in all_ins()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 528 #ifdef F_SETOWN in all_ins() 529 if (PyModule_AddIntMacro(m, F_SETOWN)) return -1; in all_ins()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 197 F_SETOWN = 24 variable
|
/external/strace/ |
D | fcntl.c | 97 case F_SETOWN: in print_fcntl()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 338 { 0, ARG_STR(F_SETOWN), ARG_STR(20) }, in test_fcntl_others()
|
/external/strace/tests/ |
D | fcntl-common.c | 338 { 0, ARG_STR(F_SETOWN), ARG_STR(20) }, in test_fcntl_others()
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 338 { 0, ARG_STR(F_SETOWN), ARG_STR(20) }, in test_fcntl_others()
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 219 pub const F_SETOWN: ::c_int = 24; constant
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 601 F_SETOWN = 24 variable
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 642 F_SETOWN = 8 variable
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 210 pub const F_SETOWN: ::c_int = 8; constant
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 356 pub const F_SETOWN: ::c_int = 6; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 292 pub const F_SETOWN: ::c_int = 8; constant
|
D | mips64.rs | 605 pub const F_SETOWN: ::c_int = 24; constant
|
D | powerpc64.rs | 210 pub const F_SETOWN: ::c_int = 8; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 563 pub const F_SETOWN: ::c_int = 8; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 253 pub const F_SETOWN: ::c_int = 8; constant
|
D | powerpc.rs | 395 pub const F_SETOWN: ::c_int = 8; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
D | mod.rs | 338 pub const F_SETOWN: ::c_int = 8; constant
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 334 pub const F_SETOWN: ::c_int = 6; constant
|