Home
last modified time | relevance | path

Searched refs:lockcode (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_headers.h64 #define LOCKVAL(lockcall, msg, lockcode) \ argument
66 lockcode = lockcall(); \
67 if (lockcode != 0) { \
76 lockcode = lockcall(); \
77 if (lockcode != 0) { \
86 int lockcode; \
87 LOCKVAL(lockcall, msg, lockcode); \
88 if (lockcode != 0) \
93 int lockcode; \
94 LOCKVAL(lockcall, msg, lockcode); \
[all …]
H A Ddb_mindex.cc190 int lockcode = 0; in satisfy_query() local
192 READLOCKNR(table, lockcode, in satisfy_query()
194 if (lockcode != 0) { in satisfy_query()
201 READUNLOCKNR(table, lockcode, in satisfy_query()
203 if (lockcode != 0) { in satisfy_query()