Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc234 return (DB_NOTUNIQUE); in remove()
271 return (DB_NOTUNIQUE); in add()
295 WRITEUNLOCK(this, DB_NOTUNIQUE, "wu db_index::add"); in add()
296 return (DB_NOTUNIQUE); in add()
H A Ddb_entry_c.x47 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE, enumerator
H A Ddb_dictionary.cc522 return (DB_NOTUNIQUE); in remove_from_dictionary()
566 return (DB_NOTUNIQUE); in add_to_dictionary()
581 return (DB_NOTUNIQUE); in add_to_dictionary()
981 if (dbstat == DB_NOTUNIQUE) { in merge_dict()
1755 return (DB_NOTUNIQUE); // table already exists in add_table_aux()
2306 if (stat == DB_NOTUNIQUE) { in defer()
H A Ddb_headers.h200 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE, enumerator
H A Ddb_mindex.cc1021 rstat = DB_NOTUNIQUE; in add()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_db.h49 DB_NOTUNIQUE = 2, enumerator