Searched refs:DB_NOTUNIQUE (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_entry_c.x | 47 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE,
|
H A D | db_index.cc | 223 * 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 D | db_headers.h | 212 enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE, enumerator in enum:db_status
|
H A D | db_dictionary.cc | 509 * If successful, return DB_SUCCESS; otherwise DB_NOTUNIQUE if target 521 return (DB_NOTUNIQUE); 539 * Return DB_NOTUNIQUE, if entry with identical table_name 565 return (DB_NOTUNIQUE); 580 return (DB_NOTUNIQUE); 980 if (dbstat == DB_NOTUNIQUE) { 1754 return (DB_NOTUNIQUE); // table already exists 2305 if (stat == DB_NOTUNIQUE) {
|
H A D | db_mindex.cc | 915 * Returns DB_NOTUNIQUE if more than one entry satisfies the query. 1021 rstat = DB_NOTUNIQUE;
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | nis_db.h | 49 DB_NOTUNIQUE = 2, enumerator in enum:db_status
|
Completed in 61 milliseconds