HomeSort by relevance Sort by last modified time
    Searched defs:F_RSETLK (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl06.c 57 #define F_RSETLK 11 /* kludge code */
101 if (do_lock(F_RSETLK, F_WRLCK, 0, 10, 5) == -1)
102 tst_resm(TFAIL, "F_RSETLK WRLCK failed");
104 if (do_lock(F_RSETLK, F_UNLCK, 0, 5, 5) == -1)
105 tst_resm(TFAIL | TERRNO, "F_RSETLK UNLOCK failed");
151 if (do_lock(F_RSETLK, (short)F_UNLCK, (short)0, 0, 0) == -1) {
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 145 F_RSETLK = 11
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 145 F_RSETLK = 11
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 193 F_RSETLK = 20
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 597 F_RSETLK = 20
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 254 milliseconds