Searched refs:empty_result (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db.cc | 41 extern db_result *empty_result(db_status); 330 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::log_action"); in log_action() 344 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action() 346 return (empty_result(DB_STORAGE_LIMIT)); in log_action() 353 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action() 355 return (empty_result(DB_STORAGE_LIMIT)); in log_action() 370 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in log_action() 372 return (empty_result(DB_STORAGE_LIMIT)); in log_action() 380 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), "wu db::log_action"); in log_action() 403 READLOCK(this, empty_result(DB_LOCK_ERROR), "r db::execute"); in execute() [all …]
|
H A D | nis_db.cc | 99 empty_result(db_status s) in empty_result() function 340 db_result * safety = empty_result(DB_SUCCESS); in db_first_entry() 373 db_result * safety = empty_result(DB_SUCCESS); in db_next_entry() 392 db_result * safety = empty_result(DB_SUCCESS); in db_reset_next_entry() 412 db_result * safety = empty_result(DB_SUCCESS); in __db_list_entries() 1589 db_result * safety = empty_result(DB_SUCCESS); in db_add_entry_x() 1651 db_result * safety = empty_result(DB_SUCCESS); in db_remove_entry_x()
|