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

1234567891011>>

/netbsd-current/sbin/devpubd/
H A Ddevpubd-run-hooks.in13 device-attach|device-detach)
/netbsd-current/sbin/devpubd/hooks/
H A D01-makedev12 device-attach)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-hooks.c222 attach_or_detach (T &observable, typename T::func_type func, bool attach) argument
224 if (attach)
225 observable.attach (func, tui_observers_token);
233 tui_attach_detach_observers (bool attach) argument
236 tui_event_create_breakpoint, attach);
238 tui_event_delete_breakpoint, attach);
240 tui_event_modify_breakpoint, attach);
242 tui_inferior_exit, attach);
244 tui_before_prompt, attach);
246 tui_normal_stop, attach);
[all...]
H A Dtui-interp.c325 gdb::observers::normal_stop.attach (tui_on_normal_stop);
326 gdb::observers::signal_received.attach (tui_on_signal_received);
327 gdb::observers::end_stepping_range.attach (tui_on_end_stepping_range);
328 gdb::observers::signal_exited.attach (tui_on_signal_exited);
329 gdb::observers::exited.attach (tui_on_exited);
330 gdb::observers::no_history.attach (tui_on_no_history);
331 gdb::observers::sync_execution_done.attach (tui_on_sync_execution_done);
332 gdb::observers::command_error.attach (tui_on_command_error);
333 gdb::observers::user_selected_context_changed.attach
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-hooks.c222 attach_or_detach (T &observable, typename T::func_type func, bool attach) argument
224 if (attach)
225 observable.attach (func, tui_observers_token, "tui-hooks");
233 tui_attach_detach_observers (bool attach) argument
236 tui_event_create_breakpoint, attach);
238 tui_event_delete_breakpoint, attach);
240 tui_event_modify_breakpoint, attach);
242 tui_inferior_exit, attach);
244 tui_before_prompt, attach);
246 tui_normal_stop, attach);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Drun-attach-while-running.exp16 # 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}
[all...]
H A Ddetach.exp25 standard_testfile attach.c
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dobservable-selftests.c75 /* Now, attach one observer, and send a notification. */
76 test_notification.attach (&test_second_notification_function, token2);
84 test_notification.attach (&test_first_notification_function, token1);
88 test_notification.attach (&test_second_notification_function, token2);
92 test_notification.attach (&test_third_notification_function, token3);
109 test_notification.attach (&test_first_notification_function, token1);
110 test_notification.attach (&test_second_notification_function, token2);
111 test_notification.attach (&test_third_notification_function, token3);
/netbsd-current/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_prime.c39 struct drm_device *dev, struct dma_buf_attachment *attach,
38 virtgpu_gem_prime_import_sg_table( struct drm_device *dev, struct dma_buf_attachment *attach, struct sg_table *table) argument
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_dma_buf.c185 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
217 dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) argument
229 dma_buf_map_attachment(struct dma_buf_attachment *attach, enum dma_data_direction dir) argument
244 dma_buf_unmap_attachment(struct dma_buf_attachment *attach, struct sg_table *sg, enum dma_data_direction dir) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_prime.c43 * 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, argument
64 static void vmw_prime_unmap_dma_buf(struct dma_buf_attachment *attach, argument
71 .attach = vmw_prime_map_attach,
47 vmw_prime_map_attach(struct dma_buf *dma_buf, struct dma_buf_attachment *attach) argument
53 vmw_prime_map_detach(struct dma_buf *dma_buf, struct dma_buf_attachment *attach) argument
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_edit.c58 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) argument
133 if (attach) {
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dobservable-selftests.c51 /* Name of the observer to use on attach. */
60 /* Function to attach to the observable for this observer. */
157 dependency_test_notification.attach
160 dependency_test_notification.attach (o.callback, o.name,
186 /* Now, attach one observer, and send a notification. */
187 test_notification.attach (&test_second_notification_function, token2, "test");
195 test_notification.attach (&test_first_notification_function, token1, "test");
199 test_notification.attach (&test_second_notification_function, token2, "test");
203 test_notification.attach (&test_third_notification_function, token3, "test");
220 test_notification.attach (
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c187 * 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, argument
194 amdgpu_dma_buf_attach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) argument
238 amdgpu_dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) argument
305 amdgpu_dma_buf_unmap(struct dma_buf_attachment *attach, struct sg_table *sgt, enum dma_data_direction dir) argument
458 struct dma_buf_attachment *attach; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Ddetach.exp25 standard_testfile attach.c
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dcorefile.c133 new_core_mapping(attach_type attach, argument
143 new_mapping->level = attach;
148 if (attach == attach_raw_memory) {
152 else if (attach >= attach_callback) {
156 error("new_core_mapping() - internal error - unknown attach type %d\n",
157 attach);
166 attach_type attach,
187 && (next_mapping->level < attach
188 || (next_mapping->level == attach
198 ASSERT(next_mapping == NULL || next_mapping->level >= attach);
165 core_map_attach(core_map *access_map, attach_type attach, int space, unsigned_word addr, unsigned nr_bytes, device *client, void *buffer, void *free_buffer) argument
215 core_attach(core *memory, attach_type attach, int space, access_type access, unsigned_word addr, unsigned nr_bytes, device *client) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dcorefile.c134 new_core_mapping(attach_type attach, argument
144 new_mapping->level = attach;
149 if (attach == attach_raw_memory) {
153 else if (attach >= attach_callback) {
157 error("new_core_mapping() - internal error - unknown attach type %d\n",
158 attach);
167 attach_type attach,
188 && (next_mapping->level < attach
189 || (next_mapping->level == attach
199 ASSERT(next_mapping == NULL || next_mapping->level >= attach);
166 core_map_attach(core_map *access_map, attach_type attach, int space, unsigned_word addr, unsigned nr_bytes, device *client, void *buffer, void *free_buffer) argument
216 core_attach(core *memory, attach_type attach, int space, access_type access, unsigned_word addr, unsigned nr_bytes, device *client) argument
[all...]
/netbsd-current/lib/lua/gpio/
H A Dgpio.c208 struct gpio_attach attach; local
212 memset(&attach, 0, sizeof(attach));
213 strlcpy(attach.ga_dvname, luaL_checkstring(L, 2),
214 sizeof(attach.ga_dvname));
215 attach.ga_offset = (int)luaL_checkinteger(L, 3);
216 attach.ga_mask = (int)luaL_checkinteger(L, 4);
218 attach.ga_flags = (int)luaL_checkinteger(L, 5);
220 attach.ga_flags = 0;
222 if (ioctl(*fd, GPIOATTACH, &attach)
[all...]
/netbsd-current/usr.sbin/btdevctl/
H A Dbtdevctl.c67 int ch, query, verbose, attach, detach, set, none; local
75 attach = false;
83 attach = true;
144 || (attach == true && detach == true)
150 if (attach == false && detach == false)
191 if (attach == true)
207 "\t-A attach device\n"
/netbsd-current/sys/dev/wscons/
H A Dwsemulvar.h46 void *(*attach)(int console, const struct wsscreen_descr *, void *, member in struct:wsemul_ops
/netbsd-current/sys/arch/x86/pci/
H A Damdnb_misc.c85 bool attach; local
90 attach = true;
93 * No need to attach it twice.
108 attach = false;
114 if (!attach)
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_prime.h79 struct dma_buf_attachment *attach);
81 struct dma_buf_attachment *attach);
82 struct sg_table *drm_gem_map_dma_buf(struct dma_buf_attachment *attach,
84 void drm_gem_unmap_dma_buf(struct dma_buf_attachment *attach,
/netbsd-current/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front_gem.h28 struct dma_buf_attachment *attach,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-interp.c477 gdb::observers::normal_stop.attach (cli_on_normal_stop);
478 gdb::observers::end_stepping_range.attach (cli_on_end_stepping_range);
479 gdb::observers::signal_received.attach (cli_on_signal_received);
480 gdb::observers::signal_exited.attach (cli_on_signal_exited);
481 gdb::observers::exited.attach (cli_on_exited);
482 gdb::observers::no_history.attach (cli_on_no_history);
483 gdb::observers::sync_execution_done.attach (cli_on_sync_execution_done);
484 gdb::observers::command_error.attach (cli_on_command_error);
485 gdb::observers::user_selected_context_changed.attach
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-interp.c444 gdb::observers::normal_stop.attach (cli_base_on_normal_stop,
446 gdb::observers::end_stepping_range.attach (cli_base_on_end_stepping_range,
448 gdb::observers::signal_received.attach (cli_base_on_signal_received,
450 gdb::observers::signal_exited.attach (cli_base_on_signal_exited,
452 gdb::observers::exited.attach (cli_base_on_exited, "cli-interp-base");
453 gdb::observers::no_history.attach (cli_base_on_no_history, "cli-interp-base");
454 gdb::observers::sync_execution_done.attach (cli_base_on_sync_execution_done,
456 gdb::observers::command_error.attach (cli_base_on_command_error,
458 gdb::observers::user_selected_context_changed.attach

Completed in 418 milliseconds

1234567891011>>