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

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.h111 TNFW_B_STATUS (*rollback)(TNFW_B_WCB *); member in struct:_tnf_ops
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java190 * @throws PoolsExecption If the rollback fails.
192 public void rollback() throws PoolsException method in class:Configuration
/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_ldap.h97 rollback, enumerator in enum:__anon3649
H A Ddb_dictionary.cc1336 db_update_version.assign(oldv); // rollback
2329 * The rollback is done by removing (and deleting) the updated table from
2334 db_dictionary::rollback(char *table) { function in class:db_dictionary
2336 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::rollback");
2341 WRITEUNLOCK(this, DB_NOTFOUND, "wu db_dictionary::rollback");
2354 WRITEUNLOCK(this, ret, "wu db_dictionary::rollback");
2377 WRITEUNLOCK(this, ret, "wu db_dictionary::rollback");
2393 "db_dictionary::rollback: rollback error %d for \"%s\"", ret, table);
2396 WRITEUNLOCK(this, ret, "wu db_dictionary::rollback");
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c158 boolean_t rollback = _B_FALSE; local
168 rollback = _B_TRUE;
174 rollback = _B_TRUE;
177 if (rollback) {
188 boolean_t rollback = _B_FALSE; local
205 rollback = _B_TRUE;
211 rollback = _B_TRUE;
217 rollback = _B_TRUE;
220 if (rollback) {
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_filter.c1052 __in boolean_t rollback)
1091 } else if (rollback == B_TRUE) {
1092 /* Only stop upon failure if told to rollback */
1093 goto rollback;
1116 } else if (rollback == B_TRUE) {
1117 /* Only stop upon failure if told to rollback */
1118 goto rollback;
1127 rollback:
1361 * all of our multicast filters (but without rollback on
1375 * If any insertion fails, then rollback an
1045 ef10_filter_insert_multicast_list( __in efx_nic_t *enp, __in boolean_t mulcst, __in boolean_t brdcst, __in_ecount(6*count) uint8_t const *addrs, __in uint32_t count, __in efx_filter_flag_t filter_flags, __in boolean_t rollback) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c140 static int rollback(ipqos_conf_action_t *, ipqos_conf_action_t *);
310 * flag used to indicate that a rollback should be carried out regardless.
2364 * if doing rollback and filter wasn't previously deleted.
2407 * if doing rollback and class wasn't deleted.
2784 rollback( function
2791 IPQOSCDBG0(RBK, "In rollback:\n");
9431 * Called in the event of a failed rollback. It first flushes the
9530 * to avoid this error and the resulting rollback.
9584 res = rollback(conf, oconf);
9590 gettext("Failed to rollback fro
[all...]

Completed in 68 milliseconds