Home
last modified time | relevance | path

Searched full:attach (Results 1 – 25 of 1829) sorted by relevance

12345678910>>...74

/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbtfw.conf9 match "type" "ATTACH";
23 match "type" "ATTACH";
33 match "type" "ATTACH";
43 match "type" "ATTACH";
51 match "type" "ATTACH";
59 match "type" "ATTACH";
69 match "type" "ATTACH";
77 match "type" "ATTACH";
85 match "type" "ATTACH";
93 match "type" "ATTACH";
[all …]
/freebsd/tests/sys/geom/class/eli/
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 -j keyfile0 -k passfile0 ${md}
[all …]
H A Dsetkey_test.sh28 atf_check geli attach -p -k keyfile1 ${md}
41 geli attach -p -k keyfile1 ${md}
43 # Attach with new key.
44 atf_check geli attach -p -k keyfile2 ${md}
52 # Attach with key 1.
53 atf_check geli attach -p -k keyfile3 ${md}
63 geli attach -p -k keyfile3 ${md}
65 # Attach with key 1.
66 atf_check geli attach -p -k keyfile4 ${md}
76 geli attach -p -k keyfile2 ${md} 2>/dev/null
[all …]
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}
83 # Attach read-only
[all …]
H A Dattach_test.sh7 atf_set "descr" "geli attach -d will cause the provider to detach on last close"
20 atf_check geli attach -d -p -k keyfile ${md}
45 atf_set "descr" "test multiple failed attach of geli provider"
57 atf_check geli attach -d -p -k keyfile ${md}
60 atf_check -s not-exit:0 -e ignore -- geli attach -d -p -k keyfile ${md}
73 atf_set "descr" "geli attach -r will create a readonly provider"
85 atf_check geli attach -r -p -k keyfile ${md}
101 atf_set "descr" "geli attach can attach multiple providers"
117 atf_check geli attach -p -k keyfile ${md0} ${md1} ${md2}
131 atf_set "descr" "geli attach fails if called with no key component"
[all …]
H A Ddelkey_test.sh24 atf_check geli attach -p -k keyfile1 ${md}
33 geli attach -p -k keyfile1 ${md}
35 # Attach with key 1.
36 atf_check geli attach -p -k keyfile2 ${md}
51 geli attach -p -k keyfile2 ${md}
53 # Attach with key 0.
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/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h28 /// Attach to a process by name.
30 /// This function implies that a future call to SBTarget::Attach(...)
34 /// A full or partial name for the process to attach to.
37 /// If \b false, attach to an existing process whose name matches.
41 /// Attach to a process by name.
43 /// Future calls to SBTarget::Attach(...) will be synchronous or
47 /// A full or partial name for the process to attach to.
50 /// If \b false, attach to an existing process whose name matches.
54 /// If \b false, then the SBTarget::Attach(...) call will be a
55 /// synchronous call with no way to cancel the attach i
[all...]
/freebsd/contrib/netbsd-tests/usr.bin/config/support/conf/
H A Dfiles4 attach master at root
9 attach parentii at master
11 attach parenti at master
14 attach child at hook
17 attach looper at master with looper_master
18 attach looper at looper with looper_looper
21 attach loopchild at looper
24 attach loopbaby at loopchild
40 attach d at root
/freebsd/sbin/devd/
H A Duath.conf9 match "type" "ATTACH";
20 match "type" "ATTACH";
31 match "type" "ATTACH";
42 match "type" "ATTACH";
53 match "type" "ATTACH";
64 match "type" "ATTACH";
75 match "type" "ATTACH";
86 match "type" "ATTACH";
97 match "type" "ATTACH";
108 match "type" "ATTACH";
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dattach_multiple.ksh25 # Verify that attach/detach work while resilvering and attaching
31 # a. Attach a vdev to convert the pool to a mirror.
32 # b. Attach a vdev to convert the pool to a 3-way mirror.
48 log_assert "Verify attach/detach with multiple vdevs"
73 # Attach first vdev (stripe -> mirror)
74 log_must zpool attach $flags $TESTPOOL1 \
78 # Attach second vdev (2-way -> 3-way mirror)
79 log_must zpool attach $flags $TESTPOOL1 \
112 log_pass "Verify attach/detach with multiple vdevs"
H A Dattach_import.ksh25 # Verify that on import an in progress attach operation is resumed.
30 # b. Add a vdev with 'zpool attach' and resilver (-s) it.
33 # e. Verify the 'zpool attach' resumed resilvering
45 log_assert "Verify attach is resumed on import"
57 log_must zpool attach $arg $TESTPOOL1 ${VDEV_FILES[0]} ${VDEV_FILES[1]}
68 log_pass "Verify attach is resumed on import"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_attach_001_neg.ksh29 # zpool attach returns an error when run as a user
32 # 1. Attempt to attach a disk to a pool
33 # 2.Verify that the attach failed
48 log_assert "zpool attach returns an error when run as a user"
50 log_mustnot zpool attach $TESTPOOL.virt /$TESTDIR/disk1.dat \
54 log_mustnot zpool attach -f $TESTPOOL.virt /$TESTDIR/disk1.dat \
58 log_pass "zpool attach returns an error when run as a user"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/
H A Draidz_expand_007_neg.ksh31 # 3. Attempt to attach a device to the raidz vdev
66 # expecting attach to fail
67 log_mustnot_expect "the reserved boot area" zpool attach -f \
70 log_pass "raidz attach failed with in-use reserved boot area"
72 # expecting attach to pass everywhere else
73 log_must zpool attach -f "$TESTPOOL" raidz1-0 "$TEST_BASE_DIR/dev-$devs"
75 log_pass "raidz attach passed with in-use reserved boot area"
H A Draidz_expand_006_neg.ksh22 # 'zpool attach poolname raidz ...' should fail if raidz_expansion
27 # 2. Attempt to attach a device to the raidz vdev
64 # expecting attach to fail
65 log_mustnot_expect "raidz_expansion feature must be enabled" zpool attach -f \
69 log_pass "raidz attach failed with feature disabled as expected"
/freebsd/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 -f ${name1} ${disk2} ${disk0}
[all …]
/freebsd/libexec/flua/libjail/
H A Djail.3lua31 .Nm attach ,
41 .Nm ATTACH ,
51 .It Dv ok, err = jail.attach(jid|name)
61 .It Dv jail.ATTACH
76 .It Dv ok, err = jail.attach(jid|name)
77 Attach to the given jail, identified by an integer
131 This is used to create, update, attach to, or destroy a jail.
161 .It Dv jail.ATTACH
168 to attach the current process to a jail.
205 .Fn attach
/freebsd/tests/sys/cddl/zfs/tests/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
66 log_assert "zpool attach returns an error when run as a user"
68 log_mustnot run_unprivileged "$ZPOOL attach $TESTPOOL.virt /$TESTDIR/disk1.dat /$TESTDIR/disk-addit…
71 log_mustnot run_unprivileged "$ZPOOL attach -f $TESTPOOL.virt /$TESTDIR/disk1.dat /$TESTDIR/disk-ad…
74 log_pass "zpool attach returns an error when run as a user"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/
H A Dzpool_wait_resilver.ksh26 # 1. Attach a device to the pool so that resilvering starts.
30 # 4. Repeat 1-3, except using the '-w' flag with 'zpool attach' instead of using
50 log_must zpool attach $TESTPOOL $DISK1 $DISK2
57 # Test 'zpool attach -w'
58 log_bkgrnd zpool attach -w $TESTPOOL $DISK1 $DISK2
65 log_pass "'zpool wait -t resilver' and 'zpool attach -w' work."
H A Dzpool_wait_rebuild.ksh26 # 1. Attach a device to the pool so that sequential resilvering starts.
30 # 4. Repeat 1-3, except using the '-w' flag with 'zpool attach' instead of using
50 log_must zpool attach -s $TESTPOOL $DISK1 $DISK2
57 # Test 'zpool attach -w'
58 log_bkgrnd zpool attach -sw $TESTPOOL $DISK1 $DISK2
65 log_pass "'zpool wait -t resilver' and 'zpool attach -w' work."
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/device_access/
H A Ddevice_access_attach.ksh34 log_assert 'device permissions are properly checked for zpool attach'
40 log_must zpool attach $TESTPOOL $DEV1 $DEV2
49 log_must zpool attach $TESTPOOL $DEV1 $DEV2
53 # recreate the pool, then try to attach without CAP_DAC_OVERRIDE. this should
56 log_mustnot without_cap cap_dac_override zpool attach $TESTPOOL $DEV1 $DEV2
63 log_pass 'device permissions are properly checked for zpool attach'
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_attach/
H A Dattach-o_ashift.ksh24 # 'zpool attach -o ashift=<n> ...' should work with different ashift
29 # 2. Verify 'attach' works.
41 log_assert "zpool attach -o ashift=<n>' works with different ashift values"
62 log_must zpool attach $TESTPOOL1 $disk1 $disk2
74 log_mustnot zpool attach -o ashift=$badval $TESTPOOL1 $disk1 $disk2
80 log_pass "zpool attach -o ashift=<n>' works with different ashift values"
/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_mngr_i.h64 //!attach error logger to ptk-processor, or both of pkt processor and pkt decoder pair
68 //! attach instruction decoder to pkt decoder
71 //! attach memory accessor to pkt decoder
74 //! attach generic output interface to pkt decoder
78 …//! attach a raw packet monitor to pkt processor (solo pkt processor, or pkt processor part of pai…
81 //! attach a packet indexer to pkt processor (solo pkt processor, or pkt processor part of pair)
84 …//! attach a packet data sink to pkt processor output (solo pkt processor only - instead of decode…
H A Dcomp_attach_pt_t.h67 * Attach an interface of type T to the attachment point.
69 * @param component : interface to attach.
73 virtual ocsd_err_t attach(T* component);
117 … * Attach a notifier interface to the attachment point. Will call back on this interface whenever
124 … /* enable state does not affect attach / detach, but can be used to filter access to interfaces */
130 * Check to see if any attachements. Will return attach state independent of enable state.
167 template<class T> ocsd_err_t componentAttachPt<T>::attach(T* component) in attach() function
185 return attach(component); in replace_first()
/freebsd/share/examples/netgraph/
H A Dframe_relay8 # create a frame_relay type node and attach it to the sync port.
11 # Attach the dlci output of the (de)multiplexor to a new
15 # Also attach dlci 1023, as it needs both to try auto-configuring.
19 # Attach the DLCI(channel) the Telco has assigned you to
25 # Attach the ip (inet) protocol output of the protocol mux to the ip (inet)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps_004_pos.ksh21 # Verify that per-vdev ZAPs are properly transferred on attach/detach.
25 # 2. Attach a disk.
35 log_assert "Per-vdev ZAPs are transferred properly on attach/detach"
50 # Attach a disk.
54 log_must zpool attach $TESTPOOL $DISK $disk2
61 log_fail "Top-level ZAP wasn't transferred successfully on attach."

12345678910>>...74