Searched refs:lockcall (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_headers.h | 64 #define LOCKVAL(lockcall, msg, lockcode) \ argument 66 lockcode = lockcall(); \ 74 #define LOCKVAL(lockcall, msg, lockcode) \ argument 76 lockcode = lockcall(); \ 84 #define LOCKV(lockcall, msg) \ argument 87 LOCKVAL(lockcall, msg, lockcode); \ 91 #define LOCK(lockcall, retval, msg) \ argument 94 LOCKVAL(lockcall, msg, lockcode); \
|