Searched refs:close_log (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_c.x100 % int close_log(int bypass_standby = 0);
H A Ddb_dictionary_c.x143 % int close_log();
H A Ddb.cc101 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 Ddb_dictionary.cc1371 db_dictionary::close_log() function in class:db_dictionary
1373 WRITELOCK(this, -1, "w db_dictionary::close_log");
1378 WRITEUNLOCK(this, -1, "wu db_dictionary::close_log");
1434 close_log(); // close dictionary log
1446 tbl->database->close_log();
1634 close_log();
2005 * check to see if close_log() would be able to
2014 database->close_log(1);
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c470 * close_log - close the file if open. Also put the name of the
473 * close_log since any change to activeDir is a complete redo
480 close_log(dirlist_t **lastOpenDir_ptr, char *oname, char *newname, function
616 close_log(&(ctrl->lastOpenDir), oldname, newname, ctrl);
815 * lock is for activeDir, referenced by open_log() and close_log()
1084 close_log(&(ctrl->lastOpenDir), "", "", ctrl);

Completed in 58 milliseconds