Searched refs:DB_LOCK_ERROR (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_mindex.cc | 437 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::first"); in first() 438 READLOCK2(table, DB_LOCK_ERROR, "r table db_mindex::first", this); in first() 449 DB_LOCK_ERROR, DB_LOCK_ERROR, in first() 477 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::next"); in next() 478 READLOCK2(table, DB_LOCK_ERROR, "r db_mindex::next", this); in next() 549 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::first"); in first() 550 READLOCK2(table, DB_LOCK_ERROR, "r table db_mindex::first", this); in first() 586 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::next"); in next() 587 READLOCK2(table, DB_LOCK_ERROR, "r table db_mindex::next", this); in next() 663 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::all"); in all() [all …]
|
H A D | db_dictionary.cc | 643 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::db_clone_bucket"); in db_clone_bucket() 686 READUNLOCK(this, DB_LOCK_ERROR, "ru db_dictionary::db_clone_bucket"); in db_clone_bucket() 697 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::change_table_name"); in change_table_name() 734 WRITEUNLOCK(this, DB_LOCK_ERROR, in change_table_name() 849 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::massage_dict"); in massage_dict() 940 WRITEUNLOCK(this, DB_LOCK_ERROR, "wu db_dictionary::massage_dict"); in massage_dict() 954 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::merge_dict"); in merge_dict() 1008 WRITEUNLOCK(this, DB_LOCK_ERROR, "wu db_dictionary::merge_dict"); in merge_dict() 1019 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::copyfile"); in copyfile() 1029 READUNLOCK(this, DB_LOCK_ERROR, "ru db_dictionary::copyfile"); in copyfile() [all …]
|
H A D | db.cc | 332 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::log_action"); in log_action() 346 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action() 355 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action() 372 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action() 382 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), "wu db::log_action"); in log_action() 405 READLOCK(this, empty_result(DB_LOCK_ERROR), "r db::execute"); in execute() 407 READUNLOCK(this, empty_result(DB_LOCK_ERROR), in execute() 412 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::execute"); in execute() 415 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in execute() 831 WRITELOCK(this, DB_LOCK_ERROR, "w db::sync_log"); in sync_log() [all …]
|
H A D | db_index.cc | 237 WRITELOCK(this, DB_LOCK_ERROR, "w db_index::remove"); in remove() 277 WRITELOCK(this, DB_LOCK_ERROR, "w db_index::add"); in add()
|
H A D | db_headers.h | 215 DB_BADDICTIONARY, DB_SYNC_FAILED, DB_LOCK_ERROR}; enumerator
|
H A D | nis_db.cc | 548 RETSTAT(0, DB_LOCK_ERROR); in dbFindObject() 576 RETSTAT(0, DB_LOCK_ERROR); in dbFindObject() 1052 return (DB_LOCK_ERROR); in dbRefreshObj() 1069 return (DB_LOCK_ERROR); in dbRefreshObj()
|