Home
last modified time | relevance | path

Searched refs:F_SETOWN (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl31.c21 * Basic test for fcntl(2) using F_GETOWN, F_SETOWN, F_GETOWN_EX,
155 TEST(fcntl(test_fd, F_SETOWN, pid)); in setown_pid_test()
158 "fcntl(F_SETOWN) set process id failed"); in setown_pid_test()
160 test_set_and_get_sig(SIGUSR1, "F_GETOWN, F_SETOWN for process ID"); in setown_pid_test()
162 TEST(fcntl(test_fd, F_SETOWN, orig_pid)); in setown_pid_test()
165 "fcntl(F_SETOWN) restore orig_pid failed"); in setown_pid_test()
171 TEST(fcntl(test_fd, F_SETOWN, -pgrp_pid)); in setown_pgrp_test()
174 "fcntl(F_SETOWN) set process group id failed"); in setown_pgrp_test()
177 "F_GETOWN, F_SETOWN for process group ID"); in setown_pgrp_test()
179 TEST(fcntl(test_fd, F_SETOWN, orig_pi in setown_pgrp_test()
[all...]
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h28 #define F_SETOWN 8 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h33 #define F_SETOWN 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h28 #define F_SETOWN 8 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h28 #define F_SETOWN 8 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h28 #define F_SETOWN 8 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h30 #define F_SETOWN 8 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h28 #define F_SETOWN 8 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h28 #define F_SETOWN 8 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h28 #define F_SETOWN 24 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h28 #define F_SETOWN 8 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h28 #define F_SETOWN 24 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h28 #define F_SETOWN 24 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h28 #define F_SETOWN 8 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h32 #define F_SETOWN 8 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h32 #define F_SETOWN 8 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h28 #define F_SETOWN 8 macro
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns13.c69 SAFE_FCNTL(pipe_fd[0], F_SETOWN, pid); in child_fn()
/third_party/NuttX/fs/vfs/
H A Dfs_fcntl.c176 case F_SETOWN: in file_vfcntl()
/third_party/musl/libc-test/src/api/
H A Dfcntl.c18 C(F_SETOWN) in f()
/third_party/python/Modules/
H A Dfcntlmodule.c516 #ifdef F_SETOWN in all_ins()
517 if (PyModule_AddIntMacro(m, F_SETOWN)) return -1; in all_ins()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
H A Dfcntl_fcntl_test.cpp113 * @tc.desc: Verify that the fcntl interface, when used with the F_SETOWN and F_GETOWN parameters, can set and retrieve
123 int setPidResult = fcntl(fd, F_SETOWN, pid); in HWTEST_F()
/third_party/alsa-lib/src/timer/
H A Dtimer_hw.c94 if (fcntl(fd, F_SETOWN, (long)pid) < 0) { in snd_timer_hw_async()
95 SYSERR("F_SETOWN failed"); in snd_timer_hw_async()
/third_party/alsa-lib/src/control/
H A Dcontrol_hw.c112 if (fcntl(fd, F_SETOWN, (long)pid) < 0) { in snd_ctl_hw_async()
113 SYSERR("F_SETOWN failed"); in snd_ctl_hw_async()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs257 pub const F_SETOWN: ::c_int = 8; consts

Completed in 8 milliseconds

1234