Searched defs:stat3 (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_mindex3.cc | 337 int ret, stat = LDAP_SUCCESS, stat2, stat3; local 523 TRYWRITELOCK(table, stat3, 528 if (stat != 0 || stat2 != 0 || stat3 != 0) { 548 if (stat3 == EBUSY) 555 myself, stat3, NIL(t->objName)); 909 WRITEUNLOCKNR(table, stat3, "table wu db_mindex::entriesFromLDAPreal"); 914 if (stat3 != 0) 916 "%s: Error %d unlocking db_table", myself, stat3);
|
Completed in 17 milliseconds