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

/freebsd-11-stable/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-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh67 rollback -- Uninstall most recently installed updates
508 cron | fetch | upgrade | updatesready | install | rollback |\
875 # Check that we have updates ready to rollback
876 if ! [ -L ${BDHASH}-rollback ]; then
877 echo "No rollback directory found."
880 if ! [ -f ${BDHASH}-rollback/INDEX-OLD ] ||
881 ! [ -f ${BDHASH}-rollback/INDEX-NEW ]; then
1220 # against rollback (replay) attacks.
1861 # to rollback the updates later.
3028 if [ -L ${BDHASH}-rollback ]; the
[all...]
/freebsd-11-stable/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-stable/sys/dev/sfxge/common/
H A Def10_filter.c1119 __in boolean_t rollback)
1151 if (rollback == B_TRUE) {
1152 /* Only stop upon failure if told to rollback */
1153 goto rollback;
1170 } else if (rollback == B_TRUE) {
1171 /* Only stop upon failure if told to rollback */
1172 goto rollback;
1186 if ((rc != 0) && (rollback == B_TRUE)) {
1187 /* Only stop upon failure if told to rollback */
1188 goto rollback;
1112 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_flags_t filter_flags, __in boolean_t rollback) argument
[all...]
/freebsd-11-stable/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-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h173 struct tentry_info *tei, uint32_t count, int rollback);
H A Dip_fw_table.c377 KASSERT(error == 0, ("rollback UPDATE fail"));
378 KASSERT(num == 0, ("rollback UPDATE fail2"));
383 KASSERT(error == 0, ("pre-rollback INSERT failed"));
385 KASSERT(error == 0, ("rollback INSERT failed"));
420 * if we need to rollback all changes)
452 struct tentry_info *tei, uint32_t count, int rollback,
473 /* Clean up "deleted" state in case of rollback */
474 if (rollback != 0) {
532 * ( currently rollback_add_entry ) which performs rollback for all necessary
533 * state and sets appropriate values in structure indicating rollback
451 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
554 int error, first_error, i, rollback; local
[all...]
H A Dip_fw_table_value.c329 * Here we rollback all already committed state (table values, currently)
392 * We have to rollback state, start using
396 * TODO: do not rollback state if
418 struct tentry_info *tei, uint32_t count, int rollback)
430 * * rollback every other values (either UPDATED since
434 * (2): atomic rollback of partially successful operation
459 if ((ptei->flags & TEI_FLAGS_ADDED) != 0 && rollback == 0) {
527 * state ts the list ts be able ts rollback if necessary.
417 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-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c571 rollback(struct context *context, struct snmp_pdu *pdu, u_int i) function
587 snmp_error("set: rollback failed (%d) on variable %s "
641 snmp_debug("set: dependency rollback %s",
647 snmp_debug("set: dep rollback returns %u: %s %s", ret,
784 * 2. Call the SET method for each node. If a SET fails, rollback
850 rollback(&context, pdu, i);
875 rollback(&context, pdu, i);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py208 rollback="",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2356 /// can be undone (rollback) until commit is called.
2728 void rollback(ConstRestorationPt Point);
2733 /// \name API for IR modification with state keeping to support rollback.
2838 void TypePromotionTransaction::rollback( function in class:TypePromotionTransaction
4210 TPT.rollback(LastKnownGood);
4220 TPT.rollback(LastKnownGood);
4404 LLVM_DEBUG(dbgs() << "Sign extension does not pay off: rollback\n");
4405 TPT.rollback(LastKnownGood);
4420 // Start a transaction at this point that we will rollback if the matching
4462 TPT.rollback(LastKnownGoo
[all...]
/freebsd-11-stable/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;
2475 * If we encounter an error, rollback transaction.
860 im6s_merge(struct ip6_msource *ims, const struct in6_msource *lims, const int rollback) argument
/freebsd-11-stable/sys/netinet/
H A Din_mcast.c141 const struct in_msource *lims, const int rollback);
906 * If rollback is non-zero, perform the inverse of the merge.
910 const int rollback)
912 int n = rollback ? -1 : 1;
2625 * If we encounter an error, rollback transaction.
909 ims_merge(struct ip_msource *ims, const struct in_msource *lims, const int rollback) argument

Completed in 284 milliseconds