Home
last modified time | relevance | path

Searched full:migrate (Results 1 – 25 of 181) sorted by relevance

12345678

/freebsd/contrib/kyua/integration/
H A Dcmd_db_migrate_test.sh69 atf_check -s exit:0 -o empty -e empty kyua db-migrate
94 atf_check -s exit:0 -o empty -e empty kyua db-migrate
116 kyua db-migrate
128 -e match:"database has schema version 1.*use db-migrate" kyua report
136 kyua db-migrate --results-file ./test.db
143 kyua db-migrate --results-file ./test.db
150 Usage error for command db-migrate: Too many arguments.
151 Type 'kyua help db-migrate' for usage information.
153 atf_check -s exit:3 -o empty -e file:stderr kyua db-migrate abc def
/freebsd/contrib/kyua/doc/
H A DMakefile.am.inc71 man_MANS += doc/kyua-db-migrate.1
72 CLEANFILES += doc/kyua-db-migrate.1
73 EXTRA_DIST += doc/kyua-db-migrate.1.in
74 doc/kyua-db-migrate.1: $(srcdir)/doc/kyua-db-migrate.1.in $(MAN_DEPS)
75 $(AM_V_GEN)name=kyua-db-migrate.1; $(BUILD_MANPAGE)
H A D.gitignore4 kyua-db-migrate.1
/freebsd/contrib/kyua/cli/
H A Dcmd_db_migrate.cpp36 #include "store/migrate.hpp"
53 "db-migrate", "", 0, 0, in cmd_db_migrate()
62 /// Entry point for the "db-migrate" subcommand.
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dpsci.yaml85 migrate:
87 description: Function ID for MIGRATE operation
154 migrate = <0x95c10003>;
/freebsd/tests/sys/cddl/zfs/tests/migration/
H A Dmigration_003_pos.ksh71 migrate $TESTDIR $SUMA $SUMB "$TAR xvf $NONZFS_TESTDIR/tar${TESTCASE_ID}.tar"
72 (( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
H A Dmigration_007_pos.ksh71 migrate $TESTDIR $SUMA $SUMB "$DD if=$TESTDIR/dd${TESTCASE_ID}.dd obs=128k of=$BNAME"
72 (( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
H A Dmigration_008_pos.ksh71 migrate $NONZFS_TESTDIR $SUMA $SUMB "$DD if=$TESTDIR/dd${TESTCASE_ID}.dd obs=128k of=$BNAME"
72 (( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
H A Dmigration_010_pos.ksh71 migrate $TESTDIR $SUMA $SUMB "$CP $TESTDIR/cp${TESTCASE_ID}.cp $BNAME"
72 (( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
H A Dmigration_011_pos.ksh71 migrate $NONZFS_TESTDIR $SUMA $SUMB "$CP $TESTDIR/cp${TESTCASE_ID}.cp $BNAME"
72 (( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
H A Dmigration_001_pos.ksh71 migrate $TESTDIR $SUMA $SUMB "$TAR xf $TESTDIR/tar${TESTCASE_ID}.tar"
72 (( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
H A Dmigration_002_pos.ksh71 migrate $NONZFS_TESTDIR $SUMA $SUMB "$TAR xf $TESTDIR/tar${TESTCASE_ID}.tar"
72 (( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
H A Dmigration_009_pos.ksh71 migrate $TESTDIR $SUMA $SUMB "$DD if=$NONZFS_TESTDIR/dd${TESTCASE_ID}.dd obs=128k of=$BNAME"
72 (( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
H A Dmigration_012_pos.ksh71 migrate $TESTDIR $SUMA $SUMB "$CP $NONZFS_TESTDIR/cp${TESTCASE_ID}.cp $BNAME"
72 (( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
H A Dmigration.kshlib68 # migrate destdir oldsuma oldsumb command_to_execute
81 function migrate #destdir oldsuma oldsumb cmd function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/migration/
H A Dmigration.kshlib66 # migrate destdir oldsuma oldsumb command_to_execute
79 function migrate #destdir oldsuma oldsumb cmd function
/freebsd/lib/libpmc/pmu-events/arch/arm64/hisilicon/hip08/
H A Duncore-hha.json144 "EventName": "sdir-home-migrate",
149 "EventName": "edir-home-migrate",
/freebsd/contrib/kyua/store/
H A DMakefile.am.inc45 libstore_a_SOURCES += store/migrate.cpp
46 libstore_a_SOURCES += store/migrate.hpp
/freebsd/usr.sbin/pnfsdscopymr/
H A Dpnfsdscopymr.c57 { "migrate", required_argument, NULL, 'm' },
91 /* Migrate the file from the second DS to the first. */ in main()
126 errx(1, "Can't migrate to same server"); in main()
/freebsd/usr.bin/kyua/
H A DMakefile21 kyua-db-migrate.1 \
141 store/migrate.cpp \
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-vfs-migrate_folio.m47 #include <linux/migrate.h>
/freebsd/contrib/ofed/librdmacm/examples/
H A Dcmatose.c79 static uint8_t migrate = 0; variable
551 if (migrate) { in run_server()
620 if (migrate) { in run_client()
680 migrate = 1; in main()
/freebsd/contrib/ofed/librdmacm/man/
H A Drdma_migrate_id.313 An existing communication identifier to migrate.
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-omap.txt25 Future plan is to migrate hwmod data base contents into device tree
/freebsd/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh292 atf_set "descr" "Migrate an MBR+disklabel disk to GPT"
300 matcherr "$(migratemsg 5)" gpt migrate "$disk"

12345678