Searched refs:setlock (Results 1 – 2 of 2) sorted by relevance
64 int setlock(int, int);312 err = setlock(devfd, lock);363 int setlock(fd, lock) in setlock() function797 if (setlock(fd, 1)) {816 if (setlock(fd, 0)) {825 setlock(fd, 0);847 if (setlock(fd, 1)) {866 if (setlock(fd, 0)) {
252 static int setlock P((char const*));1406 changed |= setlock(lockpt->revno); in dolocks()1410 changed |= setlock(Dbranch); in dolocks()1412 changed |= setlock(Head->num); in dolocks()1421 setlock(rev) in setlock() function