/third_party/musl/porting/liteos_a/user/src/fcntl/ |
D | fcntl.c | 17 int ret = __syscall(SYS_fcntl, fd, F_GETOWN_EX, &ex); in fcntl() 41 case F_GETOWN_EX: in fcntl()
|
/third_party/musl/src/fcntl/ |
D | fcntl.c | 18 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/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fcntl.h | 36 #define F_GETOWN_EX 16 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 36 #define F_GETOWN_EX 16 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 38 #define F_GETOWN_EX 16 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 43 #define F_GETOWN_EX 16 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 44 #define F_GETOWN_EX 16 macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 133 TEST(fcntl(test_fd, F_GETOWN_EX, &orig_own_ex)); in setup()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 224 pub const F_GETOWN_EX: ::c_int = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 218 pub const F_GETOWN_EX: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 213 pub const F_GETOWN_EX: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 222 pub const F_GETOWN_EX: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 219 pub const F_GETOWN_EX: u32 = 16; constant
|