Searched refs:rescode (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_headers.h | 112 #define READLOCKNR(this, rescode, msg) \ argument 113 LOCKVAL(this->acqnonexcl, msg, rescode) 114 #define READUNLOCKNR(this, rescode, msg) \ argument 115 LOCKVAL(this->relnonexcl, msg, rescode) 124 #define TRYWRITELOCK(this, rescode, msg) \ argument 125 LOCKVAL(this->tryacqexcl, msg, rescode) 134 #define WRITELOCKNR(this, rescode, msg) \ argument 135 LOCKVAL(this->acqexcl, msg, rescode) 136 #define WRITEUNLOCKNR(this, rescode, msg) \ argument 137 LOCKVAL(this->relexcl, msg, rescode)
|