Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnisdb/
H A Ddb_index.cc236 return (DB_NOTUNIQUE); in remove()
273 return (DB_NOTUNIQUE); in add()
297 WRITEUNLOCK(this, DB_NOTUNIQUE, "wu db_index::add"); in add()
298 return (DB_NOTUNIQUE); in add()
H A Ddb_entry_c.x44 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE, enumerator
H A Ddb_dictionary.cc521 return (DB_NOTUNIQUE); in remove_from_dictionary()
565 return (DB_NOTUNIQUE); in add_to_dictionary()
580 return (DB_NOTUNIQUE); in add_to_dictionary()
980 if (dbstat == DB_NOTUNIQUE) { in merge_dict()
1754 return (DB_NOTUNIQUE); // table already exists in add_table_aux()
2305 if (stat == DB_NOTUNIQUE) { in defer()
H A Ddb_headers.h212 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE, enumerator
H A Ddb_mindex.cc1021 rstat = DB_NOTUNIQUE; in add()
/titanic_44/usr/src/head/rpcsvc/
H A Dnis_db.h49 DB_NOTUNIQUE = 2, enumerator