/freebsd/tests/sys/cddl/zfs/tests/migration/ |
H A D | migration_test.sh | 36 . $(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 D | Makefile | 4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/migration 14 ${PACKAGE}FILES+= migration.cfg 24 ${PACKAGE}FILES+= migration.kshlib
|
/freebsd/contrib/kyua/store/ |
H A D | migrate.cpp | 84 /// 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 D | dpcpu.9 | 102 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 D | migration.texi | 3 @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 D | FrontendOptions.h | 437 /// 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 D | migration.kshlib | 31 . $STF_SUITE/tests/functional/migration/migration.cfg 34 # This function creates the test archive for migration.
|
H A D | cleanup.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.cfg
|
H A D | migration_001_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
H A D | migration_002_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
H A D | migration_003_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
H A D | migration_004_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
H A D | migration_005_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
H A D | migration_006_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
H A D | migration_007_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
H A D | migration_010_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
H A D | migration_011_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
H A D | migration_012_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
H A D | setup.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.cfg
|
H A D | migration_008_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
H A D | migration_009_pos.ksh | 33 . $STF_SUITE/tests/functional/migration/migration.kshlib
|
/freebsd/sbin/devd/ |
H A D | hyperv.conf | 60 # 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 D | d2i_RSAPrivateKey.3 | 244 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 D | kern_timeout.c | 140 * 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 D | krb524_convert_creds_kdc.3 | 78 This interfaces are used to make the migration to Kerberos 5 from 83 uses the 524 interface to make the migration easier.
|