Searched defs:open_log (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc344 if (open_log(copylog) < 0) {
473 db::open_log(bool_t copylog) function in class:db
475 WRITELOCK(this, -1, "w db::open_log");
484 WRITEUNLOCK(this, -1, "wu db::open_log");
491 WARNING_M("db::open_log: could not open log file: ");
494 WRITEUNLOCK(this, -1, "wu db::open_log");
499 WRITEUNLOCK(this, -1, "wu db::open_log");
579 if (open_log(copylog) < 0) {
H A Ddb_dictionary.cc1384 db_dictionary::open_log() function in class:db_dictionary
1386 WRITELOCK(this, -1, "w db_dictionary::open_log");
1390 WRITEUNLOCK(this, -1, "wu db_dictionary::open_log");
1398 WRITEUNLOCK(this, -1, "wu db_dictionary::open_log");
1403 WARNING_M("db_dictionary::open_log: could not open log file: ");
1406 WRITEUNLOCK(this, -1, "wu db_dictionary::open_log");
1411 WRITEUNLOCK(this, -1, "wu db_dictionary::open_log");
1625 if (open_log() < 0) {
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c170 static int open_log(dirlist_t *, plg_ctrl_t *);
373 if (open_log(listhead, ctrl) == 0) {
492 * instead of by open_log, so we need to update our name.
532 * open_log - open a new file in the current directory. If a
540 * The caller must hold log_mutex while calling open_log.
544 open_log(dirlist_t *current_dir, plg_ctrl_t *ctrl) function
571 "open_log says duplicate for %s "
578 "open_log says about %s: %s\n",
590 "open_log says full for %s: %s\n",
645 DPRINT((ctrl->dbfp, "open_log create
[all...]

Completed in 30 milliseconds