Home
last modified time | relevance | path

Searched refs:F_SETOWN_EX (Results 1 - 25 of 34) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl31.c22 * F_SETOWN_EX, F_GETSIG, F_SETSIG argument.
189 TEST(fcntl(test_fd, F_SETOWN_EX, &orig_own_ex)); in setownex_cleanup()
192 "fcntl F_SETOWN_EX restore orig_own_ex failed"); in setownex_cleanup()
203 TEST(fcntl(test_fd, F_SETOWN_EX, &tst_own_ex)); in setownex_tid_test()
206 "fcntl F_SETOWN_EX failed"); in setownex_tid_test()
208 test_set_and_get_sig(SIGUSR1, "F_GETOWN_EX, F_SETOWN_EX for thread ID"); in setownex_tid_test()
220 TEST(fcntl(test_fd, F_SETOWN_EX, &tst_own_ex)); in setownex_pid_test()
223 "fcntl F_SETOWN_EX failed"); in setownex_pid_test()
226 "F_GETOWN_EX, F_SETOWN_EX for process ID"); in setownex_pid_test()
238 TEST(fcntl(test_fd, F_SETOWN_EX, in setownex_pgrp_test()
[all...]
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h42 #define F_SETOWN_EX 15 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h35 #define F_SETOWN_EX 15 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h43 #define F_SETOWN_EX 15 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h37 #define F_SETOWN_EX 15 macro
/third_party/musl/src/fcntl/
H A Dfcntl.c45 case F_SETOWN_EX: in fcntl()
/third_party/musl/porting/liteos_a/user/src/fcntl/
H A Dfcntl.c42 case F_SETOWN_EX: in fcntl()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs237 pub const F_SETOWN_EX: ::c_int = 15; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs212 pub const F_SETOWN_EX: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs217 pub const F_SETOWN_EX: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs217 pub const F_SETOWN_EX: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs224 pub const F_SETOWN_EX: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs221 pub const F_SETOWN_EX: u32 = 15; consts

Completed in 67 milliseconds

12