/freebsd/contrib/kyua/integration/ |
H A D | cmd_db_migrate_test.sh | 69 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 D | Makefile.am.inc | 71 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 | .gitignore | 4 kyua-db-migrate.1
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_db_migrate.cpp | 36 #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 D | psci.yaml | 85 migrate: 87 description: Function ID for MIGRATE operation 154 migrate = <0x95c10003>;
|
/freebsd/tests/sys/cddl/zfs/tests/migration/ |
H A D | migration_003_pos.ksh | 71 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 D | migration_007_pos.ksh | 71 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 D | migration_008_pos.ksh | 71 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 D | migration_010_pos.ksh | 71 migrate $TESTDIR $SUMA $SUMB "$CP $TESTDIR/cp${TESTCASE_ID}.cp $BNAME" 72 (( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
|
H A D | migration_011_pos.ksh | 71 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 D | migration_001_pos.ksh | 71 migrate $TESTDIR $SUMA $SUMB "$TAR xf $TESTDIR/tar${TESTCASE_ID}.tar" 72 (( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
|
H A D | migration_002_pos.ksh | 71 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 D | migration_009_pos.ksh | 71 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 D | migration_012_pos.ksh | 71 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 D | migration.kshlib | 68 # 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 D | migration.kshlib | 66 # 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 D | uncore-hha.json | 144 "EventName": "sdir-home-migrate", 149 "EventName": "edir-home-migrate",
|
/freebsd/contrib/kyua/store/ |
H A D | Makefile.am.inc | 45 libstore_a_SOURCES += store/migrate.cpp 46 libstore_a_SOURCES += store/migrate.hpp
|
/freebsd/usr.sbin/pnfsdscopymr/ |
H A D | pnfsdscopymr.c | 57 { "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 D | Makefile | 21 kyua-db-migrate.1 \ 141 store/migrate.cpp \
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-vfs-migrate_folio.m4 | 7 #include <linux/migrate.h>
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | cmatose.c | 79 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 D | rdma_migrate_id.3 | 13 An existing communication identifier to migrate.
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-omap.txt | 25 Future plan is to migrate hwmod data base contents into device tree
|
/freebsd/contrib/netbsd-tests/sbin/gpt/ |
H A D | t_gpt.sh | 292 atf_set "descr" "Migrate an MBR+disklabel disk to GPT" 300 matcherr "$(migratemsg 5)" gpt migrate "$disk"
|