Home
last modified time | relevance | path

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

12345678910>>...52

/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbtfw.conf9 match "type" "ATTACH";
23 match "type" "ATTACH";
33 match "type" "ATTACH";
43 match "type" "ATTACH";
53 match "type" "ATTACH";
61 match "type" "ATTACH";
69 match "type" "ATTACH";
77 match "type" "ATTACH";
87 match "type" "ATTACH";
95 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.ksh24 # Verify that attach/detach work while resilvering and attaching
30 # a. Attach a vdev to convert the pool to a mirror.
31 # b. Attach a vdev to convert the pool to a 3-way mirror.
47 log_assert "Verify attach/detach with multiple vdevs"
72 # Attach first vdev (stripe -> mirror)
73 log_must zpool attach $flags $TESTPOOL1 \
77 # Attach second vdev (2-way -> 3-way mirror)
78 log_must zpool attach $flags $TESTPOOL1 \
111 log_pass "Verify attach/detach with multiple vdevs"
H A Dattach_import.ksh24 # Verify that on import an in progress attach operation is resumed.
29 # b. Add a vdev with 'zpool attach' and resilver (-s) it.
32 # e. Verify the 'zpool attach' resumed resilvering
44 log_assert "Verify attach is resumed on import"
56 log_must zpool attach $arg $TESTPOOL1 ${VDEV_FILES[0]} ${VDEV_FILES[1]}
67 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.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/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/raidz/
H A Draidz_expand_007_neg.ksh40 # 3. Attempt to attach a device to the raidz vdev
75 # expecting attach to fail
76 log_mustnot_expect "the reserved boot area" zpool attach -f \
79 log_pass "raidz attach failed with in-use reserved boot area"
81 # expecting attach to pass everywhere else
82 log_must zpool attach -f "$TESTPOOL" raidz1-0 "$TEST_BASE_DIR/dev-$devs"
84 log_pass "raidz attach passed with in-use reserved boot area"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/
H A Dzpool_wait_rebuild.ksh25 # 1. Attach a device to the pool so that sequential resilvering starts.
29 # 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.ksh25 # 1. Attach a device to the pool so that resilvering starts.
29 # 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/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_attach/
H A Dattach-o_ashift.ksh33 # 'zpool attach -o ashift=<n> ...' should work with different ashift
38 # 2. Verify 'attach' works.
50 log_assert "zpool attach -o ashift=<n>' works with different ashift values"
71 log_must zpool attach $TESTPOOL1 $disk1 $disk2
83 log_mustnot zpool attach -o ashift=$badval $TESTPOOL1 $disk1 $disk2
89 log_pass "zpool attach -o ashift=<n>' works with different ashift values"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps_004_pos.ksh20 # Verify that per-vdev ZAPs are properly transferred on attach/detach.
24 # 2. Attach a disk.
34 log_assert "Per-vdev ZAPs are transferred properly on attach/detach"
49 # Attach a disk.
53 log_must zpool attach $TESTPOOL $DISK $disk2
60 log_fail "Top-level ZAP wasn't transferred successfully on attach."
/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/contrib/nvi/ex/
H A Dex_edit.c48 int attach, setalt; in ex_edit() local
65 attach = 0; in ex_edit()
67 attach = 1; in ex_edit()
75 attach = 0; in ex_edit()
84 return (ex_N_edit(sp, cmdp, frp, attach)); in ex_edit()
109 ex_N_edit(SCR *sp, EXCMD *cmdp, FREF *frp, int attach) in ex_N_edit() argument
123 if (attach) { in ex_N_edit()
/freebsd/usr.sbin/devctl/
H A Ddevctl.833 .Cm attach
99 .It Cm attach Ar device
126 The device will probe and attach if a suitable device driver is found.
156 the device is reprobed so that other device drivers may attach to it.
180 Freeze probe and attach processing initiated in response to drivers being
192 Resume (thaw the freeze) probe and attach initiated in response to drivers
247 Currently there is no administrative flag to prevent re-attach or resume

12345678910>>...52