Home
last modified time | relevance | path

Searched full:migration (Results 1 – 25 of 153) sorted by relevance

1234567

/freebsd/tests/sys/cddl/zfs/tests/migration/
H A Dmigration_test.sh36 . $(atf_get_srcdir)/migration.kshlib
37 . $(atf_get_srcdir)/migration.cfg
46 . $(atf_get_srcdir)/migration.kshlib
47 . $(atf_get_srcdir)/migration.cfg
62 . $(atf_get_srcdir)/migration.kshlib
63 . $(atf_get_srcdir)/migration.cfg
72 . $(atf_get_srcdir)/migration.kshlib
73 . $(atf_get_srcdir)/migration.cfg
88 . $(atf_get_srcdir)/migration.kshlib
89 . $(atf_get_srcdir)/migration.cfg
[all …]
H A DMakefile4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/migration
14 ${PACKAGE}FILES+= migration.cfg
24 ${PACKAGE}FILES+= migration.kshlib
/freebsd/contrib/kyua/store/
H A Dmigrate.cpp84 /// Performs a single migration step.
86 /// Both action_id and old_database are little hacks to support the migration
90 /// \param file Database on which to apply the migration step.
93 /// \param action_id If not none, replace ACTION_ID in the migration file with
95 /// \param old_database If not none, replace OLD_DATABASE in the migration
98 /// \throw error If there is a problem applying the migration.
114 const fs::path migration = store::detail::migration_file(version_from, in migrate_schema_step() local
119 migration_string = utils::read_file(migration); in migrate_schema_step()
121 throw store::error(F("Cannot read migration file '%s'") % migration); in migrate_schema_step()
134 throw store::error(F("Schema migration failed: %s") % e.what()); in migrate_schema_step()
[all …]
/freebsd/share/man/man9/
H A Ddpcpu.9102 thread migration could dynamically change the instance of a variable being
109 to prevent both preemption and migration during use.
112 sequences safe in the presence of migration.
127 * and migration. However, access to instances from remote CPUs
138 * Protect with a per-CPU mutex, tolerating migration, but
140 * migration occurs after reading curcpu. Remote access to a
/freebsd/crypto/heimdal/doc/
H A Dmigration.texi3 @node Migration, Acknowledgments, Programming with Kerberos, Top
4 @chapter Migration
6 @section Migration from MIT Kerberos to Heimdal
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h437 /// Enable migration to modern ObjC literals.
440 /// Enable migration to modern ObjC subscripting.
443 /// Enable migration to modern ObjC readonly property.
446 /// Enable migration to modern ObjC readwrite property.
449 /// Enable migration to modern ObjC property.
455 /// Enable migration of ObjC methods to 'instancetype'.
458 /// Enable migration to NS_ENUM/NS_OPTIONS macros.
461 /// Enable migration to add conforming protocols.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/migration/
H A Dmigration.kshlib31 . $STF_SUITE/tests/functional/migration/migration.cfg
34 # This function creates the test archive for migration.
H A Dcleanup.ksh33 . $STF_SUITE/tests/functional/migration/migration.cfg
H A Dmigration_001_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
H A Dmigration_002_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
H A Dmigration_003_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
H A Dmigration_004_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
H A Dmigration_005_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
H A Dmigration_006_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
H A Dmigration_007_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
H A Dmigration_010_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
H A Dmigration_011_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
H A Dmigration_012_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
H A Dsetup.ksh33 . $STF_SUITE/tests/functional/migration/migration.cfg
H A Dmigration_008_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
H A Dmigration_009_pos.ksh33 . $STF_SUITE/tests/functional/migration/migration.kshlib
/freebsd/sbin/devd/
H A Dhyperv.conf60 # All these features are mainly used to help live migration, during which
62 # VM must not be cut off. In order to reach this level of live migration
71 # If live migration is not needed at all, the following rules could be
/freebsd/secure/lib/libcrypto/man/man3/
H A Dd2i_RSAPrivateKey.3244 functions. See \*(L"Migration\*(R" below.
285 .SS "Migration"
286 .IX Subsection "Migration"
287 Migration from the diverse \fB\f(BI\s-1TYPE\s0\fB\fRs requires using corresponding new
292 There are two migration paths:
/freebsd/sys/kern/
H A Dkern_timeout.c140 * The cached informations are very important for deferring migration when
253 * Checks if migration is requested by a specific callout cpu.
759 * migration just cancel it. in softclock_call_cc()
778 * migration just perform it now. in softclock_call_cc()
808 panic("migration should not happen"); in softclock_call_cc()
993 * deferred migration (below). Note we do *not* change in callout_reset_sbt_on()
1024 * If the callout is currently running, just defer the migration in callout_reset_sbt_on()
1038 * the migration will occur in softclock_call_cc in callout_reset_sbt_on()
1053 "migration of %p func %p arg %p in %d.%08x to %u deferred", in callout_reset_sbt_on()
1132 * Get rid of the migration first. Then set in _callout_stop_safe()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb524_convert_creds_kdc.378 This interfaces are used to make the migration to Kerberos 5 from
83 uses the 524 interface to make the migration easier.

1234567