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

/illumos-gate/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.cc1387 db_dictionary::open_log() function in class:db_dictionary
1389 WRITELOCK(this, -1, "w db_dictionary::open_log");
1393 WRITEUNLOCK(this, -1, "wu db_dictionary::open_log");
1401 WRITEUNLOCK(this, -1, "wu db_dictionary::open_log");
1406 WARNING_M("db_dictionary::open_log: could not open log file: ");
1409 WRITEUNLOCK(this, -1, "wu db_dictionary::open_log");
1414 WRITEUNLOCK(this, -1, "wu db_dictionary::open_log");
1628 if (open_log() < 0) {
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c138 static int open_log(dirlist_t *);
337 if (open_log(listhead) == 0) {
453 * instead of by open_log, so we need to update our name.
493 * open_log - open a new file in the current directory. If a
501 * The caller must hold log_mutex while calling open_log.
505 open_log(dirlist_t *current_dir) function
533 "open_log says duplicate for %s "
544 "open_log says about %s: %s\n",
556 "open_log says full for %s: %s\n",
609 DPRINT((dbfp, "open_log create
[all...]

Completed in 51 milliseconds