/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 162 TEST(fcntl(test_fd, F_SETOWN, pid)); in setown_pid_test() 169 TEST(fcntl(test_fd, F_SETOWN, orig_pid)); in setown_pid_test() 178 TEST(fcntl(test_fd, F_SETOWN, -pgrp_pid)); in setown_pgrp_test() 186 TEST(fcntl(test_fd, F_SETOWN, orig_pid)); in setown_pgrp_test()
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 28 #define F_SETOWN 8 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 28 #define F_SETOWN 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 28 #define F_SETOWN 8 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 28 #define F_SETOWN 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 28 #define F_SETOWN 8 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 32 #define F_SETOWN 8 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 28 #define F_SETOWN 24 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 28 #define F_SETOWN 8 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 28 #define F_SETOWN 8 macro
|
/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 28 #define F_SETOWN 8 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fcntl.h | 30 #define F_SETOWN 8 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 28 #define F_SETOWN 24 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 28 #define F_SETOWN 24 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 30 #define F_SETOWN 8 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 32 #define F_SETOWN 8 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 33 #define F_SETOWN 8 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 28 #define F_SETOWN 8 macro
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
D | pidns13.c | 69 SAFE_FCNTL(pipe_fd[0], F_SETOWN, pid); in child_fn()
|
/third_party/musl/libc-test/src/api/ |
D | fcntl.c | 18 C(F_SETOWN) in f()
|
/third_party/NuttX/fs/vfs/ |
D | fs_fcntl.c | 176 case F_SETOWN: in file_vfcntl()
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 516 #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/ |
D | fcntl_fcntl_test.cpp | 123 int setPidResult = fcntl(fd, F_SETOWN, pid);
|
/third_party/alsa-lib/src/timer/ |
D | timer_hw.c | 94 if (fcntl(fd, F_SETOWN, (long)pid) < 0) { in snd_timer_hw_async()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 257 pub const F_SETOWN: ::c_int = 8; constant
|