Searched refs:F_RSETLK (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl06.c | 57 #define F_RSETLK 11 /* kludge code */ macro 101 if (do_lock(F_RSETLK, F_WRLCK, 0, 10, 5) == -1) in main() 104 if (do_lock(F_RSETLK, F_UNLCK, 0, 5, 5) == -1) in main() 151 if (do_lock(F_RSETLK, (short)F_UNLCK, (short)0, 0, 0) == -1) { in unlock_file()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 381 pub const F_RSETLK: ::c_int = 11; constant
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 636 pub const F_RSETLK: ::c_int = 11; constant
|