Home
last modified time | relevance | path

Searched refs:empty_result (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc41 extern db_result *empty_result(db_status);
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()
403 READLOCK(this, empty_result(DB_LOCK_ERROR), "r db::execute"); in execute()
405 READUNLOCK(this, empty_result(DB_LOCK_ERROR), in execute()
413 WRITEUNLOCK(this, empty_result(DB_LOCK_ERROR), in execute()
[all …]
H A Dnis_db.cc99 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()