Searched refs:WRITEUNLOCK2 (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_mindex.cc | 848 WRITEUNLOCK2(table, this, DB_SUCCESS, DB_SUCCESS, in remove() 853 WRITEUNLOCK2(table, this, DB_NOTFOUND, DB_NOTFOUND, in remove() 863 WRITEUNLOCK2(table, this, DB_BADQUERY, DB_BADQUERY, in remove() 869 WRITEUNLOCK2(table, this, DB_NOTFOUND, DB_NOTFOUND, in remove() 877 WRITEUNLOCK2(table, this, s, s, in remove() 887 WRITEUNLOCK2(table, this, DB_INTERNAL_ERROR, in remove() 897 WRITEUNLOCK2(table, this, rstat, rstat, in remove() 904 WRITEUNLOCK2(table, this, DB_SUCCESS, DB_SUCCESS, in remove() 938 WRITEUNLOCK2(this, table, DB_LOCK_ERROR, DB_LOCK_ERROR, in add() 947 WRITEUNLOCK2(this, table, rstat, rstat, in add() [all …]
|
H A D | db_headers.h | 152 #define WRITEUNLOCK2(this, that, retval1, retval2, msg1, msg2) \ macro
|
H A D | db.cc | 612 WRITEUNLOCK2(this, (&internal_db), ret, ret, in incorporate_log() 651 WRITEUNLOCK2(this, (&internal_db), in load()
|
H A D | db_mindex3.cc | 578 WRITEUNLOCK2(mindex, ((db *)mindex->getDbPtr()), in entriesFromLDAPreal()
|
H A D | db_mindex2.cc | 1050 WRITEUNLOCK2(table, this, in queryLDAP()
|