Searched refs:attach (Results 1 - 25 of 124) sorted by relevance

12345

/freebsd-current/sbin/devd/
H A Dsyscons.conf1 # When a USB keyboard arrives, attach it as the console keyboard.
2 attach 100 {
H A Dbluetooth.conf2 attach 100 {
H A Ddevd.conf25 # Note that the attach/detach with the highest value wins, so that one can
29 # Configure the interface on attach. Due to a historical accident, this
50 attach 0 {
61 # the above attach/detach stuff, but the value of 100 makes it
63 attach 100 {
72 #attach 100 {
/freebsd-current/tests/sys/cddl/zfs/tests/replacement/
H A Dreplacement_002_pos.ksh40 pool_action "$pooltype" attach log_must log_must
43 log_note "Verify 'zpool attach' fails for RAIDZ."
45 pool_action "$pooltype" attach log_mustnot log_mustnot
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_scrub/
H A Dzpool_scrub_005_pos.ksh59 log_must $ZPOOL attach $TESTPOOL $DISK1 $DISK2
70 log_must $ZPOOL attach $TESTPOOL $DISK2 $DISK1
H A Dzpool_scrub_004_pos.ksh58 log_must $ZPOOL attach $TESTPOOL $DISK1 $DISK2
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_attach_001_neg.ksh38 # zpool attach returns an error when run as a user
41 # 1. Attempt to attach a disk to a pool
42 # 2.Verify that the attach failed
57 log_assert "zpool attach returns an error when run as a user"
59 log_mustnot zpool attach $TESTPOOL.virt /$TESTDIR/disk1.dat \
63 log_mustnot zpool attach -f $TESTPOOL.virt /$TESTDIR/disk1.dat \
67 log_pass "zpool attach returns an error when run as a user"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dzpool_scrub_005_pos.ksh51 log_must zpool attach -w $TESTPOOL $DISK1 $DISK2
55 log_must zpool attach -w $TESTPOOL $DISK2 $DISK1
/freebsd-current/contrib/nvi/ex/
H A Dex_edit.c48 int attach, setalt; local
65 attach = 0;
67 attach = 1;
75 attach = 0;
84 return (ex_N_edit(sp, cmdp, frp, attach));
109 ex_N_edit(SCR *sp, EXCMD *cmdp, FREF *frp, int attach) argument
123 if (attach) {
/freebsd-current/tools/regression/zfs/zpool/attach/
H A Doption-f_inuse.t19 expect "${exp}" ${ZPOOL} attach ${name1} ${disk1} ${disk0}
31 expect_ok ${ZPOOL} attach -f ${name1} ${disk1} ${disk0}
56 expect "${exp}" ${ZPOOL} attach ${name1} ${disk1} ${disk0}
70 expect_ok ${ZPOOL} attach -f ${name1} ${disk1} ${disk0}
96 expect "${exp}" ${ZPOOL} attach ${name1} ${disk4} ${disk0}
110 expect_ok ${ZPOOL} attach -f ${name1} ${disk4} ${disk0}
139 expect "${exp}" ${ZPOOL} attach ${name1} ${disk2} ${disk0}
155 expect_ok ${ZPOOL} attach -f ${name1} ${disk4} ${disk0}
186 expect "${exp}" ${ZPOOL} attach ${name1} ${disk2} ${disk0}
198 expect_ok ${ZPOOL} attach
[all...]
H A Dmirror.t12 expect_ok ${ZPOOL} attach ${name0} ${disk0} ${disk1}
27 expect_ok ${ZPOOL} attach ${name0} ${disk0} ${disk2}
43 expect_ok ${ZPOOL} attach ${name0} ${disk2} ${disk3}
117 expect_ok ${ZPOOL} attach ${name0} ${disk0} ${disk1}
151 expect_ok ${ZPOOL} attach ${name0} ${disk0} ${disk2}
167 expect_ok ${ZPOOL} attach ${name0} ${disk1} ${disk3}
185 expect_ok ${ZPOOL} attach ${name0} ${disk0} ${disk4}
H A Dlog.t12 expect_ok ${ZPOOL} attach ${name0} ${disk1} ${disk2}
29 expect_ok ${ZPOOL} attach ${name0} ${disk1} ${disk3}
47 expect_ok ${ZPOOL} attach ${name0} ${disk3} ${disk4}
131 expect_ok ${ZPOOL} attach ${name0} ${disk1} ${disk2}
169 expect_ok ${ZPOOL} attach ${name0} ${disk1} ${disk3}
187 expect_ok ${ZPOOL} attach ${name0} ${disk2} ${disk4}
207 expect_ok ${ZPOOL} attach ${name0} ${disk1} ${disk5}
/freebsd-current/tests/sys/geom/class/eli/
H A Dkill_test.sh21 atf_check geli attach -p -k keyfile1 ${md}
34 geli attach -p -k keyfile1 ${md}
38 geli attach -p -k keyfile2 ${md}
44 # Should be possible to attach with keyfile1.
45 atf_check geli attach -p -k keyfile1 ${md}
48 # Should be possible to attach with keyfile2.
49 atf_check geli attach -p -k keyfile2 ${md}
57 geli attach -p -k keyfile1 ${md}
61 geli attach -p -k keyfile2 ${md}
84 atf_check geli attach
[all...]
H A Dinit_test.sh15 atf_check geli attach -p -k keyfile ${md}
87 atf_check -s not-exit:0 -e ignore geli attach -p -k keyfile ${md}
89 atf_check -s exit:0 -o ignore geli attach -p -k keyfile ${md}
101 atf_check -s not-exit:0 -e ignore geli attach -p -k keyfile ${md}
103 atf_check geli attach -p -k keyfile ${md}
137 geli attach -k keyfile0 -p ${md}
139 geli attach -j passfile0 ${md}
141 geli attach -j keyfile0 ${md}
143 geli attach -k passfile0 -p ${md}
145 geli attach
[all...]
H A Ddelkey_test.sh24 atf_check geli attach -p -k keyfile1 ${md}
33 geli attach -p -k keyfile1 ${md}
36 atf_check geli attach -p -k keyfile2 ${md}
51 geli attach -p -k keyfile2 ${md}
54 atf_check geli attach -p -k keyfile3 ${md}
65 geli attach -p -k keyfile4 ${md}
76 geli attach -p -k keyfile3 ${md}
98 atf_check geli attach -r -p -k keyfile ${md}
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/
H A Dcheckpoint_conf_change.ksh28 # 3. Attempt to attach/replace/remove device
39 log_mustnot zpool attach -f $TESTPOOL $TESTDISK $EXTRATESTDISK
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/
H A Dzpool_wait_rebuild.ksh29 # 4. Repeat 1-3, except using the '-w' flag with 'zpool attach' instead of using
49 log_must zpool attach -s $TESTPOOL $DISK1 $DISK2
56 # Test 'zpool attach -w'
57 log_bkgrnd zpool attach -sw $TESTPOOL $DISK1 $DISK2
64 log_pass "'zpool wait -t resilver' and 'zpool attach -w' work."
H A Dzpool_wait_resilver.ksh29 # 4. Repeat 1-3, except using the '-w' flag with 'zpool attach' instead of using
49 log_must zpool attach $TESTPOOL $DISK1 $DISK2
56 # Test 'zpool attach -w'
57 log_bkgrnd zpool attach -w $TESTPOOL $DISK1 $DISK2
64 log_pass "'zpool wait -t resilver' and 'zpool attach -w' work."
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_destroyed_001_neg.ksh56 log_must $ZPOOL attach $TESTPOOL ${DISK1} ${DISK2}
/freebsd-current/tests/sys/cddl/zfs/tests/cache/
H A Dcache_004_neg.ksh65 log_mustnot $ZPOOL attach $TESTPOOL $ldev $ldev2
/freebsd-current/tests/sys/cddl/zfs/tests/slog/
H A Dslog_004_pos.ksh69 log_must $ZPOOL attach $TESTPOOL $ldev $ldev2
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dattach_multiple.ksh24 # Verify that attach/detach work while resilvering and attaching
47 log_assert "Verify attach/detach with multiple vdevs"
73 log_must zpool attach $flags $TESTPOOL1 \
78 log_must zpool attach $flags $TESTPOOL1 \
111 log_pass "Verify attach/detach with multiple vdevs"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_004_pos.ksh62 log_must zpool attach $TESTPOOL $ldev $ldev2
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/
H A Dzpool_resilver_restart.ksh72 log_must zpool attach $TESTPOOL $DISK1 $DISK2
75 log_must zpool attach $TESTPOOL $DISK1 $DISK3
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache_004_neg.ksh58 log_mustnot zpool attach $TESTPOOL $ldev $ldev2

Completed in 227 milliseconds

12345