Searched refs:lockcode (Results 1 – 2 of 2) 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(); \ 67 if (lockcode != 0) { \ 68 __nisdb_get_tsd()->fatalcode = lockcode; \ 74 #define LOCKVAL(lockcall, msg, lockcode) \ argument 76 lockcode = lockcall(); \ 77 if (lockcode != 0) { \ 78 __nisdb_get_tsd()->fatalcode = lockcode; \ 86 int lockcode; \ 87 LOCKVAL(lockcall, msg, lockcode); \ [all …]
|
H A D | db_mindex.cc | 190 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()
|