Searched refs:db_shutdown (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x161 %/* Destructor: noop. Use db_shutdown if you really want to clean up. */
172 % db_status db_shutdown();
H A Dnis_db.cc248 dbstat = InUseDictionary->db_shutdown();
252 dbstat = FreeDictionary->db_shutdown();
266 dbstat = InUseDictionary->db_shutdown();
269 dbstat = FreeDictionary->db_shutdown();
H A Ddb_dictionary.cc750 db_shutdown();
754 /* Someone else got in between db_shutdown() and lock() */
933 db_shutdown();
1114 db_shutdown();
1242 db_dictionary::db_shutdown() function in class:db_dictionary
1244 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::db_shutdown");
1247 "wu db_dictionary::db_shutdown");
1271 WRITEUNLOCK(this, DB_LOCK_ERROR, "wu db_dictionary::db_shutdown");

Completed in 29 milliseconds