Symbol: WRITELOCK
usr/src/lib/libnisdb/db.cc
330
WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::log_action");
usr/src/lib/libnisdb/db.cc
410
WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::execute");
usr/src/lib/libnisdb/db.cc
434
WRITELOCK(this, -1, "w db::reset_log");
usr/src/lib/libnisdb/db.cc
457
WRITELOCK(this, -1, "w db::close_log");
usr/src/lib/libnisdb/db.cc
473
WRITELOCK(this, -1, "w db::open_log");
usr/src/lib/libnisdb/db.cc
513
WRITELOCK(db, FALSE, "db::apply_log_entry");
usr/src/lib/libnisdb/db.cc
575
WRITELOCK(this, FALSE, "w db::execute_log_entry");
usr/src/lib/libnisdb/db.cc
604
WRITELOCK(this, -1, "w db::incorporate_log");
usr/src/lib/libnisdb/db.cc
624
WRITELOCK(this, FALSE, "w db::load");
usr/src/lib/libnisdb/db.cc
666
WRITELOCK(this, FALSE, "w db::init");
usr/src/lib/libnisdb/db.cc
691
WRITELOCK(this, FALSE, "w db::checkpoint");
usr/src/lib/libnisdb/db.cc
815
WRITELOCK(this, -1, "w db::remove_files");
usr/src/lib/libnisdb/db.cc
829
WRITELOCK(this, DB_LOCK_ERROR, "w db::sync_log");
usr/src/lib/libnisdb/db_dictionary.cc
1117
WRITELOCK(this, FALSE, "w db_dictionary::init");
usr/src/lib/libnisdb/db_dictionary.cc
1198
WRITELOCK(dict, FALSE, "w apply_log_entry");
usr/src/lib/libnisdb/db_dictionary.cc
1235
WRITELOCK(this, -1, "w db_dictionary::incorporate_log");
usr/src/lib/libnisdb/db_dictionary.cc
1248
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::db_shutdown");
usr/src/lib/libnisdb/db_dictionary.cc
1321
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::checkpoint");
usr/src/lib/libnisdb/db_dictionary.cc
1355
WRITELOCK(this, -1, "w db_dictionary::reset_log");
usr/src/lib/libnisdb/db_dictionary.cc
1377
WRITELOCK(this, -1, "w db_dictionary::close_log");
usr/src/lib/libnisdb/db_dictionary.cc
1390
WRITELOCK(this, -1, "w db_dictionary::open_log");
usr/src/lib/libnisdb/db_dictionary.cc
1430
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::db_standby");
usr/src/lib/libnisdb/db_dictionary.cc
1574
WRITELOCK(this, NULL, "w db_dictionary::find_table");
usr/src/lib/libnisdb/db_dictionary.cc
1624
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::log_action");
usr/src/lib/libnisdb/db_dictionary.cc
1664
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::delete_table_aux");
usr/src/lib/libnisdb/db_dictionary.cc
1745
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::add_table_aux");
usr/src/lib/libnisdb/db_dictionary.cc
2159
WRITELOCK(this, NULL, "db_dictionary::db_copy_dictionary w");
usr/src/lib/libnisdb/db_dictionary.cc
2238
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::defer");
usr/src/lib/libnisdb/db_dictionary.cc
2337
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::rollback");
usr/src/lib/libnisdb/db_dictionary.cc
2408
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::commit");
usr/src/lib/libnisdb/db_dictionary.cc
698
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::change_table_name");
usr/src/lib/libnisdb/db_dictionary.cc
756
WRITELOCK(this, FALSE, "w db_dictionary::inittemp");
usr/src/lib/libnisdb/db_dictionary.cc
850
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::massage_dict");
usr/src/lib/libnisdb/db_dictionary.cc
955
WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::merge_dict");
usr/src/lib/libnisdb/db_dictlog.cc
150
WRITELOCK(this, 0, "w db_dictlog::execute_on_log");
usr/src/lib/libnisdb/db_dictlog.cc
225
WRITELOCK(this, -1, "w db_dictlog::append");
usr/src/lib/libnisdb/db_index.cc
235
WRITELOCK(this, DB_LOCK_ERROR, "w db_index::remove");
usr/src/lib/libnisdb/db_index.cc
275
WRITELOCK(this, DB_LOCK_ERROR, "w db_index::add");
usr/src/lib/libnisdb/db_index.cc
332
WRITELOCK(this, -1, "w db_index::dump");
usr/src/lib/libnisdb/db_log.cc
119
WRITELOCK(f, -1, "w f db_log::copy");
usr/src/lib/libnisdb/db_log.cc
192
WRITELOCK(this, -1, "w db_log::append");
usr/src/lib/libnisdb/db_log.cc
275
WRITELOCK(this, -1, "w db_log::sync_log");
usr/src/lib/libnisdb/db_log.cc
317
WRITELOCK(this, -1, "w db_log::close");
usr/src/lib/libnisdb/db_log.cc
346
WRITELOCK(this, FALSE, "w db_log::open");
usr/src/lib/libnisdb/db_log.cc
79
WRITELOCK(this, 0, "w db_log::execute_on_log");
usr/src/lib/libnisdb/db_mindex.cc
1046
WRITELOCK(dp, -1, "w pickle_mindex::transfer");
usr/src/lib/libnisdb/db_mindex.cc
1107
WRITELOCK(this, -1, "w db_mindex::load");
usr/src/lib/libnisdb/db_mindex.cc
744
WRITELOCK(this, DB_LOCK_ERROR, "w db_mindex::remove_aux");
usr/src/lib/libnisdb/db_mindex.cc
836
WRITELOCK(this, DB_LOCK_ERROR, "w db_mindex::remove");
usr/src/lib/libnisdb/db_mindex.cc
933
WRITELOCK(this, DB_LOCK_ERROR, "w db_mindex::add");
usr/src/lib/libnisdb/db_pickle.cc
106
WRITELOCK(this, -1, "w pickle_file::transfer");
usr/src/lib/libnisdb/db_pickle.cc
58
WRITELOCK(this, FALSE, "w pickle_file::open");
usr/src/lib/libnisdb/db_pickle.cc
89
WRITELOCK(this, EOF, "w pickle_file::close");
usr/src/lib/libnisdb/db_table.cc
152
WRITELOCK(this, 0, "w db_free_list::pop");
usr/src/lib/libnisdb/db_table.cc
175
WRITELOCK(this, FALSE, "w db_free_list::push");
usr/src/lib/libnisdb/db_table.cc
774
WRITELOCK(this, FALSE, "db_table::configure w");