/third_party/ltp/include/lapi/ |
D | fcntl.h | 82 #ifndef F_OFD_SETLKW 83 # define F_OFD_SETLKW 38 macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl34.c | 65 my_fcntl(fd, F_OFD_SETLKW, &lck); in thread_fn_01() 71 my_fcntl(fd, F_OFD_SETLKW, &lck); in thread_fn_01()
|
D | fcntl36.c | 87 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/ |
D | test_fcntl.rs | 403 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/ |
D | illumos.rs | 41 pub const F_OFD_SETLKW: ::c_int = 49; constant
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 51 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 51 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 51 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/include/ |
D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 510 #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/ |
D | fcntl.rs | 427 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/ |
D | mod.rs | 161 pub const F_OFD_SETLKW: ::c_int = 38; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 255 pub const F_OFD_SETLKW: ::c_int = 38; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 255 pub const F_OFD_SETLKW: ::c_int = 38; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 230 pub const F_OFD_SETLKW: ::c_int = 38; constant
|
/third_party/python/Doc/library/ |
D | fcntl.rst | 40 and ``F_OFD_SETLKW`` constants, which working with open file description locks.
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | powerpc64.rs | 214 pub const F_OFD_SETLKW: ::c_int = 38; constant
|
D | mips64.rs | 617 pub const F_OFD_SETLKW: ::c_int = 38; constant
|
D | s390x.rs | 296 pub const F_OFD_SETLKW: ::c_int = 38; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 557 pub const F_OFD_SETLKW: ::c_int = 38; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 625 pub const F_OFD_SETLKW: ::c_int = 38; constant
|