Searched refs:execute_on_log (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log_c.x73 % is exhausted. The second argument to 'execute_on_log' is passed as the
77 % int execute_on_log( bool_t(* f) (db_log_entry *, char *, int *),
H A Ddb_dictlog.cc138 * is exhausted. The second argument to 'execute_on_log' is passed as the
144 db_dictlog::execute_on_log(bool_t (*func) (db_dictlog_entry *, function in class:db_dictlog
152 WRITELOCK(this, 0, "w db_dictlog::execute_on_log");
154 WRITEUNLOCK(this, 0, "wu db_dictlog::execute_on_log");
166 WRITEUNLOCK(this, count, "wu db_dictlog::execute_on_log");
182 return (execute_on_log(&(print_log_entry), NULL));
H A Ddb_dictlog_c.x152 % is exhausted. The second argument to 'execute_on_log' is passed as the
156 % int execute_on_log( bool_t(* func) (db_dictlog_entry *, char *, int *),
H A Ddb_log.cc68 * is exhausted. The second argument to 'execute_on_log' is passed as the
74 db_log::execute_on_log(bool_t (*func) (db_log_entry *, char *, int *), function in class:db_log
81 WRITELOCK(this, 0, "w db_log::execute_on_log");
94 WRITEUNLOCK(this, count, "wu db_log::execute_on_log");
111 return (execute_on_log(&(print_log_entry), NULL));
H A Ddb.cc610 ret = f.execute_on_log(&(apply_log_entry), (char *) &internal_db);
776 count = f.execute_on_log(&(entry_since), (char *) &ti, FALSE);
H A Ddb_dictionary.cc1236 ret = f.execute_on_log(&(apply_log_entry), (char *) this);

Completed in 82 milliseconds