Home
last modified time | relevance | path

Searched refs:F_SETOWN (Results 1 – 25 of 47) sorted by relevance

12

/external/strace/xlat/
Dfcntlcmds.h98 #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 …]
Dfcntlcmds.in25 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/
Dfcntl31.c160 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/
Dfcntl.h110 #ifndef F_SETOWN
111 #define F_SETOWN 8 /* for sockets. */ macro
/external/ltp/testcases/kernel/containers/pidns/
Dpidns13.c95 if (fcntl(pipe_fd[0], F_SETOWN, pid) == -1) { in child_fn()
/external/python/cpython2/Modules/
Dfcntlmodule.c486 #ifdef F_SETOWN in all_ins()
487 if (ins(d, "F_SETOWN", (long)F_SETOWN)) return -1; in all_ins()
/external/python/cpython3/Modules/
Dfcntlmodule.c528 #ifdef F_SETOWN in all_ins()
529 if (PyModule_AddIntMacro(m, F_SETOWN)) return -1; in all_ins()
/external/python/cpython2/Lib/plat-irix5/
DFILE.py197 F_SETOWN = 24 variable
/external/strace/
Dfcntl.c97 case F_SETOWN: in print_fcntl()
/external/strace/tests-mx32/
Dfcntl-common.c338 { 0, ARG_STR(F_SETOWN), ARG_STR(20) }, in test_fcntl_others()
/external/strace/tests/
Dfcntl-common.c338 { 0, ARG_STR(F_SETOWN), ARG_STR(20) }, in test_fcntl_others()
/external/strace/tests-m32/
Dfcntl-common.c338 { 0, ARG_STR(F_SETOWN), ARG_STR(20) }, in test_fcntl_others()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs219 pub const F_SETOWN: ::c_int = 24; constant
/external/python/cpython2/Lib/plat-irix6/
DFILE.py601 F_SETOWN = 24 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py642 F_SETOWN = 8 variable
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs210 pub const F_SETOWN: ::c_int = 8; constant
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs356 pub const F_SETOWN: ::c_int = 6; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs292 pub const F_SETOWN: ::c_int = 8; constant
Dmips64.rs605 pub const F_SETOWN: ::c_int = 24; constant
Dpowerpc64.rs210 pub const F_SETOWN: ::c_int = 8; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs563 pub const F_SETOWN: ::c_int = 8; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs253 pub const F_SETOWN: ::c_int = 8; constant
Dpowerpc.rs395 pub const F_SETOWN: ::c_int = 8; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
Dmod.rs338 pub const F_SETOWN: ::c_int = 8; constant
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs334 pub const F_SETOWN: ::c_int = 6; constant

12