Home
last modified time | relevance | path

Searched refs:F_RSETLK (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl06.c57 #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/
Dmod.rs381 pub const F_RSETLK: ::c_int = 11; constant
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs636 pub const F_RSETLK: ::c_int = 11; constant