• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/

Lines Matching refs:tdb_unlock

289 static int tdb_unlock(TDB_CONTEXT *tdb, int list, int ltype)
298 TDB_LOG((tdb, 0, "tdb_unlock: list %d invalid (%d)\n", list, tdb->header.hash_size));
303 TDB_LOG((tdb, 0, "tdb_unlock: count is 0\n"));
320 TDB_LOG((tdb, 0,"tdb_unlock: An error occurred unlocking!\n"));
538 return tdb_unlock(tdb, i, F_WRLCK);
547 return tdb_unlock(tdb, i, F_WRLCK);
574 tdb_unlock(tdb, -1, F_WRLCK);
581 tdb_unlock(tdb, -1, F_WRLCK);
587 tdb_unlock(tdb, -1, F_WRLCK);
600 return tdb_unlock(tdb, -1, F_WRLCK);
707 tdb_unlock(tdb, -1, F_WRLCK);
711 tdb_unlock(tdb, -1, F_WRLCK);
825 tdb_unlock(tdb, -1, F_WRLCK);
828 tdb_unlock(tdb, -1, F_WRLCK);
905 tdb_unlock(tdb, -1, F_WRLCK);
917 tdb_unlock(tdb, -1, F_WRLCK);
1008 tdb_unlock(tdb, BUCKET(hash), locktype);
1096 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
1112 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
1247 tdb_unlock(tdb, tlock->hash, F_WRLCK);
1255 if (tdb_unlock(tdb, tlock->hash, F_WRLCK) != 0)
1288 if (tdb_unlock(tdb, tl.hash, F_WRLCK) != 0)
1299 if (tdb_unlock(tdb, tl.hash, F_WRLCK) != 0) {
1340 if (tdb_unlock(tdb, BUCKET(tdb->travlocks.hash), F_WRLCK) != 0)
1364 if (tdb_unlock(tdb, tdb->travlocks.hash, F_WRLCK) != 0)
1392 if (tdb_unlock(tdb, tdb->travlocks.hash, F_WRLCK) != 0)
1393 TDB_LOG((tdb, 0, "tdb_nextkey: WARNING tdb_unlock failed!\n"));
1396 if (tdb_unlock(tdb, BUCKET(oldhash), F_WRLCK) != 0)
1397 TDB_LOG((tdb, 0, "tdb_nextkey: WARNING tdb_unlock failed!\n"));
1411 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLCK) != 0)
1412 TDB_LOG((tdb, 0, "tdb_delete: WARNING tdb_unlock failed!\n"));
1500 tdb_unlock(tdb, BUCKET(hash), F_WRLCK);
1624 tdb_unlock(tdb, BUCKET(hash), F_WRLCK);
1914 tdb_unlock(tdb, j, F_WRLCK);
1924 tdb_unlock(tdb, i, F_WRLCK);
1936 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
1946 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);