/third_party/ltp/include/lapi/ |
H A D | fcntl.h | 81 #ifndef F_OFD_SETLKW 82 # define F_OFD_SETLKW 38 macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl34.c | 63 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 D | fcntl36.c | 87 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 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/musl/porting/linux/user/include/ |
H A D | fcntl.h | 51 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 51 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | illumos.rs | 41 pub const F_OFD_SETLKW: ::c_int = 49; consts
|
/third_party/musl/include/ |
H A D | fcntl.h | 53 #define F_OFD_SETLKW 38 macro
|
/third_party/python/Modules/ |
H A 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/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | mod.rs | 161 pub const F_OFD_SETLKW: ::c_int = 38; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 255 pub const F_OFD_SETLKW: ::c_int = 38; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
H A D | hexagon.rs | 230 pub const F_OFD_SETLKW: ::c_int = 38; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 255 pub const F_OFD_SETLKW: ::c_int = 38; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/ |
H A D | mod.rs | 456 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 D | mod.rs | 557 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 D | mod.rs | 807 pub const F_OFD_SETLKW: ::c_int = 38; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
H A D | s390x.rs | 296 pub const F_OFD_SETLKW: ::c_int = 38; consts
|
H A D | powerpc64.rs | 214 pub const F_OFD_SETLKW: ::c_int = 38; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/ |
H A D | mod.rs | 814 pub const F_OFD_SETLKW: ::c_int = 38; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
H A D | mod.rs | 366 pub const F_OFD_SETLKW: ::c_int = 38; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/ |
H A D | mod.rs | 584 pub const F_OFD_SETLKW: ::c_int = 38; consts
|