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

/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Ddb_entry_c.x44 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE,
H A Ddb_index.cc223 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if index_value
236 return (DB_NOTUNIQUE);
261 * Return DB_NOTUNIQUE, if entry with identical index_value and recnum
273 return (DB_NOTUNIQUE);
297 WRITEUNLOCK(this, DB_NOTUNIQUE, "wu db_index::add");
298 return (DB_NOTUNIQUE);
H A Ddb_headers.h212 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE, enumerator in enum:db_status
H A Ddb_dictionary.cc511 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if target
523 return (DB_NOTUNIQUE);
541 * Return DB_NOTUNIQUE, if entry with identical table_name
567 return (DB_NOTUNIQUE);
582 return (DB_NOTUNIQUE);
982 if (dbstat == DB_NOTUNIQUE) {
1756 return (DB_NOTUNIQUE); // table already exists
2307 if (stat == DB_NOTUNIQUE) {
H A Ddb_mindex.cc915 * Returns DB_NOTUNIQUE if more than one entry satisfies the query.
1021 rstat = DB_NOTUNIQUE;
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dnis_db.h49 DB_NOTUNIQUE = 2, enumerator in enum:db_status

Completed in 142 milliseconds