Home
last modified time | relevance | path

Searched refs:DB_STORAGE_LIMIT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_db.h54 DB_STORAGE_LIMIT = 7, enumerator
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_entry_c.x49 DB_MEMORY_LIMIT, DB_STORAGE_LIMIT, DB_INTERNAL_ERROR}; enumerator
H A Ddb_dictionary.cc1631 WRITEUNLOCK(this, DB_STORAGE_LIMIT, in log_action()
1633 return (DB_STORAGE_LIMIT); in log_action()
1640 WRITEUNLOCK(this, DB_STORAGE_LIMIT, in log_action()
1642 return (DB_STORAGE_LIMIT); in log_action()
1784 WRITEUNLOCK(this, DB_STORAGE_LIMIT, in add_table_aux()
1786 return (DB_STORAGE_LIMIT); in add_table_aux()
1928 return (DB_STORAGE_LIMIT); in db_checkpoint_aux()
1938 if (status == DB_STORAGE_LIMIT || status == DB_MEMORY_LIMIT) in db_checkpoint_aux_cont()
H A Ddb.cc346 return (empty_result(DB_STORAGE_LIMIT)); in log_action()
355 return (empty_result(DB_STORAGE_LIMIT)); in log_action()
372 return (empty_result(DB_STORAGE_LIMIT)); in log_action()
H A Ddb_headers.h202 DB_MEMORY_LIMIT, DB_STORAGE_LIMIT, DB_INTERNAL_ERROR, enumerator
H A Dnis_db.cc177 case DB_STORAGE_LIMIT: in db_perror()
1906 return (DB_STORAGE_LIMIT); in __db_configure()