Searched refs:replace (Results 51 - 75 of 290) sorted by relevance

1234567891011>>

/freebsd-current/tools/regression/zfs/zpool/replace/
H A Dmirror.t25 echo "action: Replace the device using 'zpool replace'."
37 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk2}
56 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk2}
94 expect_ok ${ZPOOL} replace ${name0} ${dname0} ${disk2}
115 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk2}
H A Dcache.t25 expect_fl ${ZPOOL} replace ${name0} ${disk1} ${disk2}
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dreplace-o_ashift.ksh33 # 'zpool replace -o ashift=<n> ...' should work with different ashift
38 # 2. Verify 'replace' works.
50 log_assert "zpool replace -o ashift=<n>' works with different ashift values"
72 log_must zpool replace $TESTPOOL1 $disk1 $disk2
85 log_mustnot zpool replace -o ashift=$badval $TESTPOOL1 $disk1 $disk2
91 log_pass "zpool replace -o ashift=<n>' works with different ashift values"
H A Dzpool_replace_001_neg.ksh36 # Executing 'zpool replace' command with bad options fails.
39 # 1. Create an array of badly formed 'zpool replace' options.
68 log_assert "Executing 'zpool replace' with bad options fails"
78 log_mustnot zpool replace ${args[$i]}
83 log_pass "'zpool replace' command with bad options failed as expected."
/freebsd-current/tests/sys/cddl/zfs/bin/
H A Dzpool_smi.ksh101 create|add|attach|detach|replace|remove|online|offline|clear)
124 create|add|attach|replace)
/freebsd-current/tests/sys/cddl/zfs/tests/cache/
H A Dcache_005_neg.ksh41 # 3. Verify replace fails
65 log_mustnot $ZPOOL replace $TESTPOOL $sdev $tdev
/freebsd-current/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_011_neg.ksh62 attach detach replace scrub \
/freebsd-current/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh280 # Rename a file we are about to replace.
303 replace() { function
440 replace "${forward_conf}" "${tmp_forward_conf}"
448 replace "${lanzones_conf}" "${tmp_lanzones_conf}"
455 replace "${control_conf}" "${tmp_control_conf}"
463 replace "${unbound_conf}" "${tmp_unbound_conf}"
487 replace "${resolvconf_conf}" "${tmp_resolvconf_conf}"
494 replace "${resolv_conf}" "${tmp_resolv_conf}"
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib157 replace=
168 r*) replace=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dreplace_import.ksh24 # Verify that on import an in progress replace operation is resumed.
27 # 1. For both healing and sequential resilvering replace:
29 # b. Replace a vdev with 'zpool replace' to resilver (-s) it.
32 # e. Verify the 'zpool replace' resumed resilvering.
44 log_assert "Verify replace is resumed on import"
56 log_must zpool replace -s $TESTPOOL1 ${VDEV_FILES[0]} $SPARE_VDEV_FILE
67 log_pass "Verify replace is resumed on import"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_no_activity.ksh40 typeset activities=(free discard initialize replace remove resilver scrub)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_remove/
H A Dzpool_remove_003_pos.ksh42 # 2. Try to replace the inactive hotspare device to active device in the pool
66 log_must zpool replace $TESTPOOL $spare_devs2 $spare_devs3
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/
H A Dzpool_clear_004_pos.ksh92 log_must $ZPOOL replace $TESTPOOL1 $VDEV1 $SDEV
/freebsd-current/contrib/unifdef/win32/
H A Dunifdef.h62 int replace(const char *oldname, const char *newname);
/freebsd-current/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_remove_002_neg.ksh71 log_must $ZPOOL replace $TESTPOOL $odev $dev
H A Dhotspare_add_002_pos.ksh71 log_must $ZPOOL replace $TESTPOOL ${pooldevs[0]} $dev
H A Dhotspare_scrub_001_pos.ksh81 log_must $ZPOOL replace $TESTPOOL $odev $dev
H A Dhotspare_detach_001_pos.ksh74 log_must $ZPOOL replace $TESTPOOL $odev $dev
H A Dhotspare_snapshot_002_pos.ksh76 log_must $ZPOOL replace $TESTPOOL $odev $dev
100 log_must $ZPOOL replace "$TESTPOOL" $dev $odev
H A Dhotspare_clone_002_pos.ksh77 log_must $ZPOOL replace $TESTPOOL $odev $dev
105 log_must $ZPOOL replace "$TESTPOOL" $dev $odev
/freebsd-current/contrib/elftoolchain/ar/
H A Dacplex.l65 REPLACE|replace { return (REPLACE); }
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp48 static void replace(syntax::Node *Old, syntax::Node *New) { function in class:syntax::MutationsImpl
89 // For the rest, we have to replace with an empty statement.
93 MutationsImpl::replace(S, createEmptyStatement(A, TBTM));
/freebsd-current/usr.bin/ar/
H A Dacplex.l63 REPLACE|replace { return (REPLACE); }
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_export/
H A Dzpool_export_004_pos.ksh100 log_must $ZPOOL replace $TESTPOOL1 $vdev0 $vdev4
105 log_must $ZPOOL replace $TESTPOOL1 $vdev0 $vdev4
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/
H A Dzpool_replace_001_neg.ksh35 # Executing 'zpool replace' command with bad options fails.
38 # 1. Create an array of badly formed 'zpool replace' options.
76 log_assert "Executing 'zpool replace' with bad options fails"
86 log_mustnot $ZPOOL replace ${args[$i]}
91 log_pass "'zpool replace' command with bad options failed as expected."

Completed in 173 milliseconds

1234567891011>>