Home
last modified time | relevance | path

Searched refs:F_GETOWN (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/musl/arch/x32/bits/
Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h31 #define F_GETOWN 9 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/arm/bits/
Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h33 #define F_GETOWN 9 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h29 #define F_GETOWN 23 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/mips/bits/
Dfcntl.h29 #define F_GETOWN 23 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h29 #define F_GETOWN 23 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h33 #define F_GETOWN 9 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h34 #define F_GETOWN 9 macro
/third_party/musl/arch/generic/bits/
Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/porting/liteos_a/user/src/fcntl/
Dfcntl.c15 if (cmd == F_GETOWN) { in fcntl()
/third_party/musl/src/fcntl/
Dfcntl.c16 if (cmd == F_GETOWN) { in fcntl()
/third_party/musl/libc-test/src/api/
Dfcntl.c17 C(F_GETOWN) in f()
/third_party/NuttX/fs/vfs/
Dfs_fcntl.c168 case F_GETOWN: in file_vfcntl()
/third_party/python/Modules/
Dfcntlmodule.c513 #ifdef F_GETOWN in all_ins()
514 if (PyModule_AddIntMacro(m, F_GETOWN)) return -1; in all_ins()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c142 TEST(fcntl(test_fd, F_GETOWN)); in setup()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs39 AT_SYMLINK_NOFOLLOW, F_ADD_SEALS, F_GETFL, F_GETLEASE, F_GETOWN, F_GETPIPE_SZ, F_GETSIG,
929 ret_c_int(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GETOWN))) in fcntl_getown()
933 ret_c_int(syscall_readonly!(__NR_fcntl, fd, c_uint(F_GETOWN))) in fcntl_getown()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs252 pub const F_GETOWN: ::c_int = 9; constant
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt225 F_GETOWN

1234