Home
last modified time | relevance | path

Searched refs:F_OFD_SETLKW (Results 1 – 25 of 57) sorted by relevance

123

/third_party/ltp/include/lapi/
Dfcntl.h82 #ifndef F_OFD_SETLKW
83 # define F_OFD_SETLKW 38 macro
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl34.c65 my_fcntl(fd, F_OFD_SETLKW, &lck); in thread_fn_01()
71 my_fcntl(fd, F_OFD_SETLKW, &lck); in thread_fn_01()
Dfcntl36.c87 my_fcntl(fd, F_OFD_SETLKW, &lck); in fn_ofd_w()
93 my_fcntl(fd, F_OFD_SETLKW, &lck); in fn_ofd_w()
166 my_fcntl(fd, F_OFD_SETLKW, &lck); in fn_ofd_r()
/third_party/rust/crates/nix/test/
Dtest_fcntl.rs403 fcntl(fd, FcntlArg::F_OFD_SETLKW(&flock)).expect("write lock failed"); in test_ofd_write_lock()
410 fcntl(fd, FcntlArg::F_OFD_SETLKW(&flock)).expect("write unlock failed"); in test_ofd_write_lock()
441 fcntl(fd, FcntlArg::F_OFD_SETLKW(&flock)).expect("read lock failed"); in test_ofd_read_lock()
448 fcntl(fd, FcntlArg::F_OFD_SETLKW(&flock)).expect("read unlock failed"); in test_ofd_read_lock()
/third_party/rust/crates/libc/src/unix/solarish/
Dillumos.rs41 pub const F_OFD_SETLKW: ::c_int = 49; constant
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h51 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h51 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h51 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/include/
Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/python/Modules/
Dfcntlmodule.c510 #ifdef F_OFD_SETLKW in all_ins()
511 if (PyModule_AddIntMacro(m, F_OFD_SETLKW)) return -1; in all_ins()
/third_party/rust/crates/nix/src/
Dfcntl.rs427 F_OFD_SETLKW(&'a libc::flock),
475 F_OFD_SETLKW(flock) => libc::fcntl(fd, libc::F_OFD_SETLKW, flock),
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs161 pub const F_OFD_SETLKW: ::c_int = 38; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs255 pub const F_OFD_SETLKW: ::c_int = 38; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs255 pub const F_OFD_SETLKW: ::c_int = 38; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs230 pub const F_OFD_SETLKW: ::c_int = 38; constant
/third_party/python/Doc/library/
Dfcntl.rst40 and ``F_OFD_SETLKW`` constants, which working with open file description locks.
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dpowerpc64.rs214 pub const F_OFD_SETLKW: ::c_int = 38; constant
Dmips64.rs617 pub const F_OFD_SETLKW: ::c_int = 38; constant
Ds390x.rs296 pub const F_OFD_SETLKW: ::c_int = 38; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs557 pub const F_OFD_SETLKW: ::c_int = 38; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/
Dmod.rs625 pub const F_OFD_SETLKW: ::c_int = 38; constant

123