Searched defs:rollback (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_buf.c614 int rollback = abp->asrb_length; local
627 abp->asrb_length = rollback;
H A Dasr_fault.c486 int rollback; local
584 rollback = buf->asrb_length;
590 buf->asrb_length = rollback;
/osnet-11/usr/src/lib/libnisdb/
H A Dnisdb_ldap.h93 rollback, enumerator in enum:__anon2003
H A Ddb_dictionary.cc1333 db_update_version.assign(oldv); // rollback
2326 * The rollback is done by removing (and deleting) the updated table from
2331 db_dictionary::rollback(char *table) { function in class:db_dictionary
2333 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::rollback");
2338 WRITEUNLOCK(this, DB_NOTFOUND, "wu db_dictionary::rollback");
2351 WRITEUNLOCK(this, ret, "wu db_dictionary::rollback");
2374 WRITEUNLOCK(this, ret, "wu db_dictionary::rollback");
2390 "db_dictionary::rollback: rollback error %d for \"%s\"", ret, table);
2393 WRITEUNLOCK(this, ret, "wu db_dictionary::rollback");
[all...]

Completed in 49 milliseconds