Home
last modified time | relevance | path

Searched refs:F_GETOWN (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h34 #define F_GETOWN 9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h31 #define F_GETOWN 9 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h29 #define F_GETOWN 23 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h29 #define F_GETOWN 23 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h29 #define F_GETOWN 23 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h33 #define F_GETOWN 9 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h33 #define F_GETOWN 9 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h29 #define F_GETOWN 9 macro
/third_party/musl/src/fcntl/
H A Dfcntl.c18 if (cmd == F_GETOWN) { in fcntl()
/third_party/musl/porting/liteos_a/user/src/fcntl/
H A Dfcntl.c15 if (cmd == F_GETOWN) { in fcntl()
/third_party/NuttX/fs/vfs/
H A Dfs_fcntl.c168 case F_GETOWN: in file_vfcntl()
/third_party/musl/libc-test/src/api/
H A Dfcntl.c17 C(F_GETOWN) in f()
/third_party/python/Modules/
H A 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/
H A Dfcntl31.c21 * Basic test for fcntl(2) using F_GETOWN, F_SETOWN, F_GETOWN_EX,
135 TEST(fcntl(test_fd, F_GETOWN)); in setup()
160 test_set_and_get_sig(SIGUSR1, "F_GETOWN, F_SETOWN for process ID"); in setown_pid_test()
177 "F_GETOWN, F_SETOWN for process group ID"); in setown_pgrp_test()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
H A Dfcntl_fcntl_test.cpp113 * @tc.desc: Verify that the fcntl interface, when used with the F_SETOWN and F_GETOWN parameters, can set and retrieve
125 int id = fcntl(fd, F_GETOWN); in HWTEST_F()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs252 pub const F_GETOWN: ::c_int = 9; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs222 pub const F_GETOWN: ::c_int = 9; consts

Completed in 10 milliseconds

1234