Home
last modified time | relevance | path

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

/external/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()
/external/python/cpython2/Lib/plat-irix5/
DFILE.py193 F_RSETLK = 20 variable
/external/python/cpython2/Lib/plat-irix6/
DFILE.py597 F_RSETLK = 20 variable
/external/strace/
DChangeLog35260 F_ISSTREAM, F_NPRIV, F_PRIV, F_QUOTACL, F_REVOKE, F_RGETLK, F_RSETLK,