Home
last modified time | relevance | path

Searched refs:WRITEUNLOCKNR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_headers.h136 #define WRITEUNLOCKNR(this, rescode, msg) \ macro
145 WRITEUNLOCKNR(that, lockcode1, msg); \
153 WRITEUNLOCKNR(this, lockcode1, msg1); \
154 WRITEUNLOCKNR(that, lockcode2, msg2); \
H A Ddb_mindex3.cc917 WRITEUNLOCKNR(table, stat3, "table wu db_mindex::entriesFromLDAPreal"); in entriesFromLDAPreal()
918 WRITEUNLOCKNR(mindex, stat2, "db_mindex::entriesFromLDAPreal wu"); in entriesFromLDAPreal()
919 WRITEUNLOCKNR(((db *)mindex->getDbPtr()), lstat, in entriesFromLDAPreal()
H A Dnis_db.cc559 WRITEUNLOCKNR(mindex, lstat, "mindex wu dbFindObject"); in dbFindObject()
574 WRITEUNLOCKNR(mindex, lstat, "mindex wu dbFindObject"); in dbFindObject()
1062 WRITEUNLOCKNR(mindex, lstat, "mindex wu dbRefreshObj"); in dbRefreshObj()
H A Ddb_mindex2.cc1662 WRITEUNLOCKNR(table, lstat, in storeLDAP()