Home
last modified time | relevance | path

Searched refs:F_OFD_SETLKW (Results 1 - 25 of 51) sorted by relevance

123

/third_party/ltp/include/lapi/
H A Dfcntl.h81 #ifndef F_OFD_SETLKW
82 # define F_OFD_SETLKW 38 macro
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl34.c63 FCNTL_COMPAT(fd, F_OFD_SETLKW, &lck); in thread_fn_01()
69 FCNTL_COMPAT(fd, F_OFD_SETLKW, &lck); in thread_fn_01()
H A Dfcntl36.c87 FCNTL_COMPAT(fd, F_OFD_SETLKW, &lck); in fn_ofd_w()
93 FCNTL_COMPAT(fd, F_OFD_SETLKW, &lck); in fn_ofd_w()
166 FCNTL_COMPAT(fd, F_OFD_SETLKW, &lck); in fn_ofd_r()
/third_party/rust/crates/nix/test/
H A 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/musl/porting/linux/user/include/
H A Dfcntl.h51 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h51 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/rust/crates/libc/src/unix/solarish/
H A Dillumos.rs41 pub const F_OFD_SETLKW: ::c_int = 49; consts
/third_party/musl/include/
H A Dfcntl.h53 #define F_OFD_SETLKW 38 macro
/third_party/python/Modules/
H A 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/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs161 pub const F_OFD_SETLKW: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs255 pub const F_OFD_SETLKW: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs230 pub const F_OFD_SETLKW: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs255 pub const F_OFD_SETLKW: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
H A Dmod.rs456 pub const F_OFD_SETLKW: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs557 pub const F_OFD_SETLKW: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
H A Dmod.rs807 pub const F_OFD_SETLKW: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Ds390x.rs296 pub const F_OFD_SETLKW: ::c_int = 38; consts
H A Dpowerpc64.rs214 pub const F_OFD_SETLKW: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
H A Dmod.rs814 pub const F_OFD_SETLKW: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
H A Dmod.rs366 pub const F_OFD_SETLKW: ::c_int = 38; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dmod.rs584 pub const F_OFD_SETLKW: ::c_int = 38; consts

Completed in 32 milliseconds

123