Searched defs:execute_on_log (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_dictlog.cc | 138 * 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 D | db_log.cc | 68 * 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));
|
Completed in 15 milliseconds