Searched refs:empty_result (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db.cc | 43 extern db_result *empty_result(db_status); 332 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::log_action"); in log_action() 346 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action() 348 return (empty_result(DB_STORAGE_LIMIT)); in log_action() 355 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action() 357 return (empty_result(DB_STORAGE_LIMIT)); in log_action() 372 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action() 374 return (empty_result(DB_STORAGE_LIMIT)); in log_action() 382 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), "wu db::log_action"); in log_action() 405 READLOCK(this, empty_result(DB_LOCK_ERROR), "r db::execute"); in execute() [all …]
|
H A D | nis_db.cc | 97 empty_result(db_status s) in empty_result() function 339 db_result * safety = empty_result(DB_SUCCESS); in db_first_entry() 372 db_result * safety = empty_result(DB_SUCCESS); in db_next_entry() 391 db_result * safety = empty_result(DB_SUCCESS); in db_reset_next_entry() 411 db_result * safety = empty_result(DB_SUCCESS); in __db_list_entries() 1588 db_result * safety = empty_result(DB_SUCCESS); in db_add_entry_x() 1650 db_result * safety = empty_result(DB_SUCCESS); in db_remove_entry_x()
|