HomeSort by: relevance | last modified time | path
    Searched refs:attach (Results 1 - 25 of 360) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sbin/devpubd/
devpubd-run-hooks.in 13 device-attach|device-detach)
  /src/sbin/devpubd/hooks/
01-makedev 12 device-attach)
  /src/sys/arch/epoc32/windermere/
files.windermere 5 attach windermere at internal
9 attach wmcom at windermere
13 attach wmlcd at windermere
17 attach wmrtc at windermere
  /src/sys/arch/evbarm/conf/
files.mpcsa 12 attach at91cf at at91bus with mpcsa_cf
16 attach at91spi at at91bus with mpcsa_spi
20 attach mpcsa_leds at spi
24 attach at91usart at at91bus with mpcsa_usart
files.imx31 18 attach imx31lk_pcic at aips
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
run-attach-while-running.exp 16 # Test doing a "run" or an "attach" while the program is running.
33 # - run-or-attach: "run" or "attach"
35 proc_with_prefix test { non-stop threaded run-or-attach } {
38 if { ${run-or-attach} == "attach" && ![can_spawn_for_attach] } {
39 unsupported "attach not supported"
49 # "attach" again. When aswering "yes" to the "Start it from
88 if { ${run-or-attach} == "run" } {
91 } elseif { ${run-or-attach} == "attach" }
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-hooks.c 198 /* Attach or detach a single observer, according to ATTACH. */
202 attach_or_detach (T &observable, typename T::func_type func, bool attach)
204 if (attach)
205 observable.attach (func, tui_observers_token, "tui-hooks");
210 /* Attach or detach TUI observers, according to ATTACH. */
213 tui_attach_detach_observers (bool attach)
216 tui_event_create_breakpoint, attach);
218 tui_event_delete_breakpoint, attach);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
run-attach-while-running.exp 16 # Test doing a "run" or an "attach" while the program is running.
33 # - run-or-attach: "run" or "attach"
35 proc_with_prefix test { non-stop threaded run-or-attach } {
38 if { ${run-or-attach} == "attach" && ![can_spawn_for_attach] } {
39 unsupported "attach not supported"
49 # "attach" again. When aswering "yes" to the "Start it from
89 if { ${run-or-attach} == "run" } {
92 } elseif { ${run-or-attach} == "attach" }
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-hooks.c 203 /* Attach or detach a single observer, according to ATTACH. */
207 attach_or_detach (T &observable, typename T::func_type func, bool attach)
209 if (attach)
210 observable.attach (func, tui_observers_token, "tui-hooks");
215 /* Attach or detach TUI observers, according to ATTACH. */
218 tui_attach_detach_observers (bool attach)
221 tui_event_create_breakpoint, attach);
223 tui_event_delete_breakpoint, attach);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_prime.c 39 struct drm_device *dev, struct dma_buf_attachment *attach,
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
attach.exp 16 # Test "attach" in DAP.
37 "body reason" attach
39 dap_check_response "attach response" attach $attach_id
remote-dap.exp 16 # Test "attach" with a remote target in DAP.
32 standard_testfile attach.c
49 dap_check_response "attach response" attach $attach_id
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
attach.exp 16 # Test "attach" in DAP.
36 dap_check_response "attach response" attach $attach_id
39 "body reason" attach
remote-dap.exp 16 # Test "attach" with a remote target in DAP.
32 standard_testfile attach.c
49 dap_check_response "attach response" attach $attach_id
  /src/sys/arch/arm/clps711x/
files.clps711x 5 attach clpssoc at internal
11 attach clpscom at clpssoc
15 attach clpslcd at clpssoc
19 attach clpsrtc at clpssoc
  /src/sys/external/bsd/drm2/linux/
linux_dma_buf.c 185 struct dma_buf_attachment *attach; local
188 attach = kmem_zalloc(sizeof(*attach), KM_SLEEP);
189 attach->dmabuf = dmabuf;
190 attach->dev = dmat;
191 attach->dynamic_mapping = dynamic_mapping;
194 if (dmabuf->ops->attach)
195 ret = dmabuf->ops->attach(dmabuf, attach);
200 if (attach->dynamic_mapping != dmabuf->ops->dynamic_mapping
    [all...]
  /src/sys/arch/mips/conf/
files.sibyte 7 attach sbscd at zbbus
12 attach sbobio at zbbus
17 attach sbgbus at sbobio
22 attach sbbrz at zbbus
32 attach sbtimer at sbscd
36 attach sbwdog at sbscd
43 attach sbmac at sbobio
48 attach sbscn at sbobio
57 attach smbus at sbobio
64 attach xirtc at smbu
    [all...]
  /src/sys/arch/epoc32/conf/
files.epoc32 21 attach internal at mainbus
25 attach external at mainbus
31 attach etna at external
37 attach saip at internal with saip_internal
40 attach epockbd at clpssoc with epockbd_clpssoc
41 attach epockbd at windermere with epockbd_windermere
42 attach epockbd at external with epockbd_external
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_prime.c 43 * DMA-BUF attach- and mapping methods. No need to implement
48 struct dma_buf_attachment *attach)
54 struct dma_buf_attachment *attach)
58 static struct sg_table *vmw_prime_map_dma_buf(struct dma_buf_attachment *attach,
64 static void vmw_prime_unmap_dma_buf(struct dma_buf_attachment *attach,
71 .attach = vmw_prime_map_attach,
  /src/sys/arch/luna68k/conf/
files.luna68k 22 attach mainbus at root
26 attach clock at mainbus
30 attach lcd at mainbus
33 attach le at mainbus: le24
37 attach sio at mainbus
41 attach siotty at sio
46 attach xpbus at mainbus
52 attach xp at xpbus
56 attach psgpam at xpbus
62 attach ws at si
    [all...]
  /src/external/bsd/nvi/dist/ex/
ex_edit.c 58 int attach, setalt; local
75 attach = 0;
77 attach = 1;
85 attach = 0;
94 return (ex_N_edit(sp, cmdp, frp, attach));
119 ex_N_edit(SCR *sp, EXCMD *cmdp, FREF *frp, int attach)
133 if (attach) {
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
observable-selftests.c 50 /* Name of the observer to use on attach. */
59 /* Function to attach to the observable for this observer. */
145 /* Attach all observers in the given order, specifying dependencies. */
156 dependency_test_notification.attach
159 dependency_test_notification.attach (o.callback, o.name,
185 /* Now, attach one observer, and send a notification. */
186 test_notification.attach (&test_second_notification_function, token2, "test");
194 test_notification.attach (&test_first_notification_function, token1, "test");
198 test_notification.attach (&test_second_notification_function, token2, "test");
202 test_notification.attach (&test_third_notification_function, token3, "test")
    [all...]
  /src/external/gpl3/gdb/dist/gdb/unittests/
observable-selftests.c 50 /* Name of the observer to use on attach. */
59 /* Function to attach to the observable for this observer. */
145 /* Attach all observers in the given order, specifying dependencies. */
156 dependency_test_notification.attach
159 dependency_test_notification.attach (o.callback, o.name,
185 /* Now, attach one observer, and send a notification. */
186 test_notification.attach (&test_second_notification_function, token2, "test");
194 test_notification.attach (&test_first_notification_function, token1, "test");
198 test_notification.attach (&test_second_notification_function, token2, "test");
202 test_notification.attach (&test_third_notification_function, token3, "test")
    [all...]
  /src/sys/arch/atari/conf/
files.atari 17 attach mainbus at root
20 attach cpu at mainbus
30 attach clock at mainbus
35 attach kbd at mainbus
41 attach ser at mainbus
46 attach zs at mainbus
51 attach lp at mainbus
59 attach nvr at mainbus
63 attach fdc at mainbus
67 attach fd at fd
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dma_buf.c 187 * amdgpu_dma_buf_attach - &dma_buf_ops.attach implementation
189 * @dmabuf: DMA-buf where we attach to
190 * @attach: attachment to add
195 struct dma_buf_attachment *attach)
205 if (attach->dev->driver == adev->dev->driver)
234 * @attach: the attachment to remove
239 struct dma_buf_attachment *attach)
249 if (attach->dev->driver != adev->dev->driver && bo->prime_shared_count)
256 * @attach: DMA-buf attachment
267 static struct sg_table *amdgpu_dma_buf_map(struct dma_buf_attachment *attach,
458 struct dma_buf_attachment *attach; local
    [all...]

Completed in 73 milliseconds

1 2 3 4 5 6 7 8 91011>>