Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc328 READUNLOCK2(this, table, NULL, NULL, in prepare_results()
349 READUNLOCK2(this, table, entries, entries, in prepare_results()
448 READUNLOCK2(this, table, in first()
461 READUNLOCK2(this, table, ret, ret, in first()
488 READUNLOCK2(this, table, ret, ret, in next()
570 READUNLOCK2(this, table, ret, ret, in first()
609 READUNLOCK2(this, table, ret, ret, in next()
H A Ddb_headers.h173 #define READUNLOCK2(this, that, retval1, retval2, msg1, msg2) \ macro