Home
last modified time | relevance | path

Searched refs:READLOCK (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_vers.cc69 READLOCK(this, NULL, "r vers::nextminor"); in nextminor()
103 READLOCK(this, NULL, "r vers::nextmajor"); in nextmajor()
140 READLOCK(this, FALSE, "r vers::earlier_than"); in earlier_than()
186 READLOCK(this, FALSE, "r vers::equal"); in equal()
H A Ddb_mindex.cc175 READLOCK(this, NULL, "r db_mindex::satisfy_query"); in satisfy_query()
322 READLOCK(this, NULL, "r db_mindex::prepare_results"); in prepare_results()
386 READLOCK(this, NULL, "r db_mindex::extract_index_values_from_object"); in extract_index_values_from_object()
437 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::first"); in first()
477 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::next"); in next()
549 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::first"); in first()
586 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::next"); in next()
663 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::all"); in all()
H A Ddb_dictionary.cc1020 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::copyfile"); in copyfile()
1038 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::copyfile"); in copyfile()
1060 READLOCK(this, FALSE, "r db_dictionary::extract_entries"); in extract_entries()
1288 READLOCK(this, -1, "r db_dictionary::dump"); in dump()
1464 READLOCK(this, NULL, "r db_dictionary::find_table_desc"); in find_table_desc()
1478 READLOCK(this, NULL, "r db_dictionary::find_table_desc_d"); in find_table_desc()
1560 READLOCK(this, NULL, "r db_dictionary::find_table"); in find_table_noLDAP()
1830 READLOCK(this, NULL, "r db_dictionary::translate_to_query"); in translate_to_query()
1882 READLOCK(this, NULL, "r db_dictionary::get_table_names"); in get_table_names()
1951 READLOCK(this, DB_LOCK_ERROR, "r db_dictionary::db_checkpoint"); in db_checkpoint()
[all …]
H A Ddb_table.cc207 READLOCK(this, NULL, "r db_free_list::stats"); in stats()
750 READLOCK(this, NULL, "r db_table::stats"); in stats()
895 READLOCK(this, FALSE, "db_table::cacheValid r"); in cacheValid()
1109 READLOCK(this, -1, "r db_table::dump"); in dump()
1143 READLOCK(this, FALSE, "r db_table::entry_exists_p"); in entry_exists_p()
H A Ddb_dictlog.cc192 READLOCK(this, NULL, "r db_dictlog::get"); in get()
H A Ddb_headers.h100 #define READLOCK(this, retval, msg) \ macro
H A Ddb_scheme.cc206 READLOCK(this, FALSE, "r db_scheme::find_index"); in find_index()
H A Ddb_log.cc159 READLOCK(this, NULL, "r db_log::get"); in get()
H A Ddb_index.cc194 READLOCK(this, NULL, "r db_index::lookup"); in lookup()
H A Ddb_mindex2.cc1205 READLOCK(dbm->table, LDAP_OPERATIONS_ERROR, in storeObjLDAP()
1603 READLOCK(table, LDAP_OPERATIONS_ERROR, in storeLDAP()
H A Ddb.cc403 READLOCK(this, empty_result(DB_LOCK_ERROR), "r db::execute"); in execute()