Searched defs:close_log (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db.cc | 101 close_log(); 352 close_log(); 369 close_log(); 457 db::close_log(int bypass_standby) function in class:db 459 WRITELOCK(this, -1, "w db::close_log"); 467 WRITEUNLOCK(this, -1, "wu db::close_log"); 585 close_log(); 591 // close_log(); /* do this asynchronously */
|
H A D | db_dictionary.cc | 1374 db_dictionary::close_log() function in class:db_dictionary 1376 WRITELOCK(this, -1, "w db_dictionary::close_log"); 1381 WRITEUNLOCK(this, -1, "wu db_dictionary::close_log"); 1437 close_log(); // close dictionary log 1449 tbl->database->close_log(); 1637 close_log(); 2008 * check to see if close_log() would be able to 2017 database->close_log(1);
|
/illumos-gate/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 432 * close_log - close the file if open. Also put the name of the 435 * close_log since any change to activeDir is a complete redo 442 close_log(dirlist_t **lastOpenDir_ptr, char *oname, char *newname) function 581 close_log(&lastOpenDir, oldname, newname); 794 * lock is for activeDir, referenced by open_log() and close_log() 1029 close_log(&lastOpenDir, "", "");
|
Completed in 363 milliseconds