Lines Matching refs:do_lock
69 int do_lock(int, short, short, int, int);
128 int do_lock(int cmd, short type, short whence, int start, int len)
181 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 0, 0) < 0)
283 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0)
286 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 1, 5) < 0)
321 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0)
324 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 5, 5) < 0)
359 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0)
362 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 5, 6) < 0)
397 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0)
400 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 5, 8) < 0)
435 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 10) < 0)
438 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 13, 5) < 0)
477 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0)
483 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 13, 5) < 0)
518 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0)
524 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 14, 5) < 0)
560 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0)
566 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 15, 5) < 0)
601 if (do_lock(F_SETLK, (short)F_WRLCK, (short)0, 10, 5) < 0)
604 if (do_lock(F_SETLK, (short)F_RDLCK, (short)0, 16, 5) < 0)