Home
last modified time | relevance | path

Searched refs:F_GETOWN_EX (Results 1 – 25 of 35) sorted by relevance

12

/third_party/musl/porting/liteos_a/user/src/fcntl/
Dfcntl.c17 int ret = __syscall(SYS_fcntl, fd, F_GETOWN_EX, &ex); in fcntl()
41 case F_GETOWN_EX: in fcntl()
/third_party/musl/src/fcntl/
Dfcntl.c18 int ret = __syscall(SYS_fcntl, fd, F_GETOWN_EX, &ex); in fcntl()
42 case F_GETOWN_EX: in fcntl()
/third_party/musl/arch/arm/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/arch/riscv64/bits/
Dfcntl.h36 #define F_GETOWN_EX 16 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/arch/mips/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h36 #define F_GETOWN_EX 16 macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h38 #define F_GETOWN_EX 16 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h43 #define F_GETOWN_EX 16 macro
/third_party/musl/arch/generic/bits/
Dfcntl.h44 #define F_GETOWN_EX 16 macro
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c133 TEST(fcntl(test_fd, F_GETOWN_EX, &orig_own_ex)); in setup()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs224 pub const F_GETOWN_EX: ::c_int = 16; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs218 pub const F_GETOWN_EX: u32 = 16; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs213 pub const F_GETOWN_EX: u32 = 16; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs222 pub const F_GETOWN_EX: u32 = 16; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs219 pub const F_GETOWN_EX: u32 = 16; constant

12