Home | History | Annotate | Download | only in pppd

Lines Matching refs:F_SETLK

227 		if (!probe && lck_type != F_SETLK) {
1129 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1139 return tdb_brlock(tdb, off, F_WRLCK, F_SETLK, 1);
1143 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1149 return tdb_brlock(tdb, off, F_UNLCK, F_SETLK, 0);
1742 (locked = (tdb_brlock(tdb, ACTIVE_LOCK, F_WRLCK, F_SETLK, 0) == 0))) {
1809 if (tdb_brlock(tdb, ACTIVE_LOCK, F_UNLCK, F_SETLK, 0) == -1) {