Searched refs:rollback (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c502 goto rollback;
508 goto rollback;
513 goto rollback;
518 goto rollback;
532 goto rollback;
540 goto rollback;
547 goto rollback;
554 goto rollback;
561 goto rollback;
565 goto rollback;
[all...]
/freebsd-11.0-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh63 rollback -- Uninstall most recently installed updates
482 cron | fetch | upgrade | install | rollback | IDS)
827 # Check that we have updates ready to rollback
828 if ! [ -L ${BDHASH}-rollback ]; then
829 echo "No rollback directory found."
832 if ! [ -f ${BDHASH}-rollback/INDEX-OLD ] ||
833 ! [ -f ${BDHASH}-rollback/INDEX-NEW ]; then
1163 # against rollback (replay) attacks.
1804 # to rollback the updates later.
2964 if [ -L ${BDHASH}-rollback ]; the
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dscache.c576 goto rollback;
589 goto rollback;
595 goto rollback;
607 goto rollback;
615 rollback:
764 goto rollback;
783 goto rollback;
801 goto rollback;
810 rollback:
1328 goto rollback;
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dlock.c631 apr_array_header_t *rollback,
645 /* Add self to the rollback list in case of error. */
646 APR_ARRAY_PUSH(rollback, svn_wc_adm_access_t *) = lock;
692 rollback, write_lock, levels_to_lock,
720 apr_array_header_t *rollback;
723 rollback = apr_array_make(pool, 10, sizeof(svn_wc_adm_access_t *));
725 err = do_open(adm_access, path, db, db_provided, rollback,
732 for (i = rollback->nelts; i--; )
734 svn_wc_adm_access_t *lock = APR_ARRAY_IDX(rollback, i,
626 do_open(svn_wc_adm_access_t **adm_access, const char *path, svn_wc__db_t *db, svn_boolean_t db_provided, apr_array_header_t *rollback, svn_boolean_t write_lock, int levels_to_lock, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
719 apr_array_header_t *rollback; local
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Def10_filter.c1054 __in boolean_t rollback)
1093 } else if (rollback == B_TRUE) {
1094 /* Only stop upon failure if told to rollback */
1095 goto rollback;
1117 } else if (rollback == B_TRUE) {
1118 /* Only stop upon failure if told to rollback */
1119 goto rollback;
1128 rollback:
1362 * all of our multicast filters (but without rollback on
1376 * If any insertion fails, then rollback an
1047 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...]
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_table.h173 struct tentry_info *tei, uint32_t count, int rollback);
H A Dip_fw_table.c376 KASSERT(error == 0, ("rollback UPDATE fail"));
377 KASSERT(num == 0, ("rollback UPDATE fail2"));
382 KASSERT(error == 0, ("pre-rollback INSERT failed"));
384 KASSERT(error == 0, ("rollback INSERT failed"));
419 * if we need to rollback all changes)
451 struct tentry_info *tei, uint32_t count, int rollback,
472 /* Clean up "deleted" state in case of rollback */
473 if (rollback != 0) {
531 * ( currently rollback_add_entry ) which performs rollback for all necessary
532 * state and sets appropriate values in structure indicating rollback
450 flush_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, struct tentry_info *tei, uint32_t count, int rollback, caddr_t ta_buf_m, caddr_t ta_buf) argument
553 int error, first_error, i, rollback; local
[all...]
H A Dip_fw_table_value.c328 * Here we rollback all already committed state (table values, currently)
391 * We have to rollback state, start using
395 * TODO: do not rollback state if
417 struct tentry_info *tei, uint32_t count, int rollback)
429 * * rollback every other values (either UPDATED since
433 * (2): atomic rollback of partially successful operation
458 if ((ptei->flags & TEI_FLAGS_ADDED) != 0 && rollback == 0) {
526 * state ts the list ts be able ts rollback if necessary.
416 ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc, struct tentry_info *tei, uint32_t count, int rollback) argument
/freebsd-11.0-release/contrib/bsnmp/lib/
H A Dsnmpagent.c568 rollback(struct context *context, struct snmp_pdu *pdu, u_int i) function
584 snmp_error("set: rollback failed (%d) on variable %s "
638 snmp_debug("set: dependency rollback %s",
644 snmp_debug("set: dep rollback returns %u: %s %s", ret,
781 * 2. Call the SET method for each node. If a SET fails, rollback
847 rollback(&context, pdu, i);
872 rollback(&context, pdu, i);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2087 /// can be undone (rollback) until commit is called.
2422 void rollback(ConstRestorationPt Point);
2426 /// \name API for IR modification with state keeping to support rollback.
2515 void TypePromotionTransaction::rollback( function in class:__anon2445::TypePromotionTransaction
3146 TPT.rollback(LastKnownGood);
3156 TPT.rollback(LastKnownGood);
3309 DEBUG(dbgs() << "Sign extension does not pay off: rollback\n");
3310 TPT.rollback(LastKnownGood);
3325 // Start a transaction at this point that we will rollback if the matching
3367 TPT.rollback(LastKnownGoo
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py208 rollback="",
/freebsd-11.0-release/sys/netinet/
H A Din_mcast.c141 const struct in_msource *lims, const int rollback);
907 * If rollback is non-zero, perform the inverse of the merge.
911 const int rollback)
913 int n = rollback ? -1 : 1;
2612 * If we encounter an error, rollback transaction.
910 ims_merge(struct ip_msource *ims, const struct in_msource *lims, const int rollback) argument
/freebsd-11.0-release/sys/netinet6/
H A Din6_mcast.c130 const struct in6_msource *lims, const int rollback);
857 * If rollback is non-zero, perform the inverse of the merge.
861 const int rollback)
863 int n = rollback ? -1 : 1;
2470 * If we encounter an error, rollback transaction.
860 im6s_merge(struct ip6_msource *ims, const struct in6_msource *lims, const int rollback) argument

Completed in 292 milliseconds