Searched defs:log_action (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc325 db::log_action(db_action action, db_query *query, entry_object *content) function in class:db
332 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::log_action");
347 "wu db::log_action DB_STORAGE_LIMIT");
353 WARNING_M("db::log_action: could not add log entry: ");
356 "wu db::log_action DB_STORAGE_LIMIT");
370 WARNING_M("db::log_action: could not add log entry: ");
373 "wu db::log_action DB_STORAGE_LIMIT");
382 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), "wu db::log_action");
423 /* log_action() will do the locking */
424 return (log_action(actio
[all...]
H A Ddb_dictionary.cc1618 db_dictionary::log_action(int action, char *tab, table_obj *tobj) function in class:db_dictionary
1620 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::log_action");
1628 "wu db_dictionary::log_action");
1633 WARNING_M("db::log_action: could not add log entry: ");
1637 "wu db_dictionary::log_action");
1645 WRITEUNLOCK(this, DB_LOCK_ERROR, "wu db_dictionary::log_action");
1678 db_status status = log_action(DB_REMOVE_TABLE, tab);
1786 status = log_action(DB_ADD_TABLE, tab, tobj);

Completed in 21 milliseconds