Home
last modified time | relevance | path

Searched refs:dr_handle_t (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h278 } dr_handle_t; typedef
387 extern int dr_pre_attach_cpu(dr_handle_t *hp,
394 extern int dr_pre_detach_cpu(dr_handle_t *hp,
409 extern int dr_pre_attach_mem(dr_handle_t *hp,
418 extern int dr_pre_detach_mem(dr_handle_t *hp,
433 extern int dr_pre_attach_io(dr_handle_t *hp,
436 extern int dr_post_attach_io(dr_handle_t *hp,
438 extern int dr_pre_release_io(dr_handle_t *hp,
440 extern int dr_pre_detach_io(dr_handle_t *hp,
443 extern int dr_post_detach_io(dr_handle_t *hp,
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h308 } dr_handle_t; typedef
418 extern int dr_pre_attach_cpu(dr_handle_t *hp,
425 extern int dr_pre_detach_cpu(dr_handle_t *hp,
440 extern int dr_pre_attach_mem(dr_handle_t *hp,
449 extern int dr_pre_detach_mem(dr_handle_t *hp,
463 extern int dr_pre_attach_io(dr_handle_t *hp,
466 extern int dr_post_attach_io(dr_handle_t *hp,
468 extern int dr_pre_release_io(dr_handle_t *hp,
470 extern int dr_pre_detach_io(dr_handle_t *hp,
473 extern int dr_post_detach_io(dr_handle_t *hp,
[all …]
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c157 int (*pt_func)(dr_handle_t *);
562 dr_handle_t *hp; in dr_ioctl()
1046 dr_pre_op(dr_handle_t *hp) in dr_pre_op()
1052 dr_handle_t *shp = hp; in dr_pre_op()
1143 dr_exec_op(dr_handle_t *hp) in dr_exec_op()
1274 dr_test_board(dr_handle_t *hp) in dr_test_board()
1336 dr_connect(dr_handle_t *hp) in dr_connect()
1370 dr_disconnect(dr_handle_t *hp) in dr_disconnect()
2116 dr_handle_t *shp; in dr_dev_status()
2436 dr_get_ncm(dr_handle_t *hp) in dr_get_ncm()
[all …]
H A Ddr_io.c69 dr_attach_io(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_io()
89 dr_detach_io(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_io()
116 dr_pre_attach_io(dr_handle_t *hp, in dr_pre_attach_io()
132 dr_post_attach_io(dr_handle_t *hp, in dr_post_attach_io()
139 dr_check_io_refs(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_check_io_refs()
187 dr_pre_release_io(dr_handle_t *hp, in dr_pre_release_io()
238 dr_pre_detach_io(dr_handle_t *hp, in dr_pre_detach_io()
256 dr_post_detach_io(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_detach_io()
295 dr_io_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_io_status()
H A Ddr_mem_acpi.c163 dr_attach_mem(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_mem()
245 dr_detach_mem(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_mem()
278 dr_mem_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_mem_status()
411 dr_pre_attach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_attach_mem()
473 dr_post_attach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_attach_mem()
541 dr_pre_detach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_detach_mem()
548 dr_post_detach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_detach_mem()
563 dr_pre_release_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_release_mem()
H A Ddr_quiesce.c84 int dr_pt_test_suspend(dr_handle_t *hp);
98 dr_handle_t *sr_dr_handlep;
157 dr_get_sr_handle(dr_handle_t *hp) in dr_get_sr_handle()
326 dr_check_devices(dev_info_t *dip, int *refcount, dr_handle_t *handle, in dr_check_devices()
350 dr_handle_t *handle; in dr_suspend_devices()
428 dr_handle_t *handle; in dr_resume_devices()
529 dr_handle_t *handle = srh->sr_dr_handlep; in dr_stop_user_threads()
790 dr_handle_t *handle; in dr_suspend()
884 dr_pt_test_suspend(dr_handle_t *hp) in dr_pt_test_suspend()
H A Ddr_cpu.c226 dr_pre_attach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_attach_cpu()
263 dr_attach_cpu(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_cpu()
301 dr_post_attach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_attach_cpu()
358 dr_pre_release_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_release_cpu()
472 dr_pre_detach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_detach_cpu()
557 dr_detach_cpu(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_cpu()
587 dr_post_detach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_detach_cpu()
705 dr_cpu_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_cpu_status()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c152 int (*pt_func)(dr_handle_t *);
564 dr_handle_t *hp; in dr_ioctl()
1049 dr_pre_op(dr_handle_t *hp) in dr_pre_op()
1055 dr_handle_t *shp = hp; in dr_pre_op()
1115 dr_post_op(dr_handle_t *hp) in dr_post_op()
1153 dr_exec_op(dr_handle_t *hp) in dr_exec_op()
1284 dr_test_board(dr_handle_t *hp) in dr_test_board()
1347 dr_connect(dr_handle_t *hp) in dr_connect()
2148 dr_handle_t *shp; in dr_dev_status()
2469 dr_get_ncm(dr_handle_t *hp) in dr_get_ncm()
[all …]
H A Ddr_io.c91 dr_attach_io(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_io()
111 dr_detach_io(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_io()
138 dr_pre_attach_io(dr_handle_t *hp, in dr_pre_attach_io()
154 dr_post_attach_io(dr_handle_t *hp, in dr_post_attach_io()
161 dr_check_io_refs(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_check_io_refs()
209 dr_pre_release_io(dr_handle_t *hp, in dr_pre_release_io()
260 dr_pre_detach_io(dr_handle_t *hp, in dr_pre_detach_io()
278 dr_post_detach_io(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_detach_io()
317 dr_io_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_io_status()
H A Ddr_quiesce.c85 int dr_pt_test_suspend(dr_handle_t *hp);
99 dr_handle_t *sr_dr_handlep;
158 dr_get_sr_handle(dr_handle_t *hp) in dr_get_sr_handle()
327 dr_check_devices(dev_info_t *dip, int *refcount, dr_handle_t *handle, in dr_check_devices()
351 dr_handle_t *handle; in dr_suspend_devices()
429 dr_handle_t *handle; in dr_resume_devices()
530 dr_handle_t *handle = srh->sr_dr_handlep; in dr_stop_user_threads()
827 dr_handle_t *handle; in dr_suspend()
947 dr_pt_test_suspend(dr_handle_t *hp) in dr_pt_test_suspend()
H A Ddr_cpu.c269 dr_pre_attach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_attach_cpu()
322 dr_attach_cpu(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_cpu()
357 dr_post_attach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_attach_cpu()
414 dr_pre_release_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_release_cpu()
525 dr_pre_detach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_detach_cpu()
611 dr_detach_cpu(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_cpu()
634 dr_post_detach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_detach_cpu()
758 dr_cpu_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_cpu_status()
H A Ddr_mem.c72 static int dr_select_mem_target(dr_handle_t *hp, dr_mem_unit_t *mp,
288 dr_attach_mem(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_mem()
426 dr_move_memory(dr_handle_t *hp, dr_mem_unit_t *s_mp, dr_mem_unit_t *t_mp) in dr_move_memory()
545 dr_detach_mem(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_mem()
711 dr_mem_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_mem_status()
876 dr_pre_attach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_attach_mem()
940 dr_post_attach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_attach_mem()
1020 dr_pre_detach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_detach_mem()
1037 dr_post_detach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_detach_mem()
1444 dr_pre_release_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_release_mem()
[all …]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c79 static int dr_select_mem_target(dr_handle_t *hp,
83 static dr_target_pref_t dr_get_target_preference(dr_handle_t *hp,
306 dr_attach_mem(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_mem()
429 dr_move_memory(dr_handle_t *hp, dr_mem_unit_t *s_mp, dr_mem_unit_t *t_mp) in dr_move_memory()
564 dr_detach_mem(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_mem()
694 dr_mem_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_mem_status()
861 dr_pre_attach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_attach_mem()
945 dr_post_attach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_attach_mem()
1020 dr_pre_detach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_detach_mem()
2137 dr_select_mem_target(dr_handle_t *hp, in dr_select_mem_target()
[all …]