Home
last modified time | relevance | path

Searched refs:sbdp_handle_t (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/uts/sun4u/sys/
H A Dsbd.h56 } sbdp_handle_t; typedef
82 int sbdp_assign_board(sbdp_handle_t *hp);
83 int sbdp_connect_board(sbdp_handle_t *hp);
84 int sbdp_disconnect_board(sbdp_handle_t *hp);
85 int sbdp_get_board_num(sbdp_handle_t *hp, dev_info_t *dip);
86 int sbdp_get_board_status(sbdp_handle_t *, sbd_stat_t *);
87 int sbdp_cancel_component_release(sbdp_handle_t *hp);
88 processorid_t sbdp_get_cpuid(sbdp_handle_t *hp, dev_info_t *dip);
89 int sbdp_connect_cpu(sbdp_handle_t *, dev_info_t *, processorid_t);
90 int sbdp_disconnect_cpu(sbdp_handle_t *, dev_info_t *, processorid_t);
[all …]
H A Dsbdpriv.h741 sbdp_handle_t *sbd_get_sbdp_handle(sbd_board_t *sbp,
743 void sbd_release_sbdp_handle(sbdp_handle_t *hp);
744 void sbd_reset_error_sbdph(sbdp_handle_t *hp);
/titanic_44/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_error.h51 extern int sbdp_passthru_inject_error(sbdp_handle_t *, void *);
52 extern int sbdp_passthru_reset_error(sbdp_handle_t *, void *);
H A Dsbdp_mem.h186 int sbdp_passthru_readmem(sbdp_handle_t *hp, void *);
187 int sbdp_passthru_prep_script(sbdp_handle_t *hp, void *);
H A Dsbdp_priv.h254 int sbdp_passthru_test_quiesce(sbdp_handle_t *hp, void *);
/titanic_44/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c206 sbdp_get_board_num(sbdp_handle_t *hp, dev_info_t *dip) in sbdp_get_board_num()
248 sbdp_get_unit_num(sbdp_handle_t *hp, dev_info_t *dip) in sbdp_get_unit_num()
424 sbdp_handle_t *hp; in sbdp_update_bd_info()
426 hp = kmem_zalloc(sizeof (sbdp_handle_t), KM_SLEEP); in sbdp_update_bd_info()
450 kmem_free(hp, sizeof (sbdp_handle_t)); in sbdp_update_bd_info()
569 sbdp_handle_t handle, *hp; in sbdp_cleanup_bd()
773 sbdp_disabled_component(sbdp_handle_t *hp) in sbdp_disabled_component()
783 sbdp_release_component(sbdp_handle_t *hp, dev_info_t *dip) in sbdp_release_component()
807 int (*handler)(sbdp_handle_t *, void *);
824 sbdp_ioctl(sbdp_handle_t *hp, sbdp_ioctl_arg_t *sbdpi) in sbdp_ioctl()
H A Dsbdp_mbox.c117 sbdp_get_board_status(sbdp_handle_t *hp, sbd_stat_t *stp) in sbdp_get_board_status()
247 sbdp_assign_board(sbdp_handle_t *hp) in sbdp_assign_board()
298 sbdp_unassign_board(sbdp_handle_t *hp) in sbdp_unassign_board()
347 sbdp_handle_t *hp; in sg_attach_board()
354 hp = (sbdp_handle_t *)arg; in sg_attach_board()
367 sbdp_handle_t *hp; in sg_detach_board()
374 hp = (sbdp_handle_t *)arg; in sg_detach_board()
394 sbdp_connect_board(sbdp_handle_t *hp) in sbdp_connect_board()
493 sbdp_disconnect_board(sbdp_handle_t *hp) in sbdp_disconnect_board()
574 sbdp_poweroff_board(sbdp_handle_t *hp) in sbdp_poweroff_board()
[all …]
H A Dsbdp_mem.c76 uint64_t sbdp_determine_slice(sbdp_handle_t *);
88 sbdp_determine_slice(sbdp_handle_t *hp) in sbdp_determine_slice()
105 sbdp_get_mem_alignment(sbdp_handle_t *hp, dev_info_t *dip, uint64_t *align) in sbdp_get_mem_alignment()
168 sbdp_get_memlist(sbdp_handle_t *hp, dev_info_t *dip) in sbdp_get_memlist()
256 sbdp_del_memlist(sbdp_handle_t *hp, struct memlist *mlist) in sbdp_del_memlist()
278 sbdp_move_memory(sbdp_handle_t *hp, int t_bd) in sbdp_move_memory()
1204 sbdp_memory_rename(sbdp_handle_t *hp) in sbdp_memory_rename()
1220 sbdp_post_configure_mem(sbdp_handle_t *hp) in sbdp_post_configure_mem()
1232 sbdp_post_unconfigure_mem(sbdp_handle_t *hp) in sbdp_post_unconfigure_mem()
1242 sbdphw_disable_memctrl(sbdp_handle_t *hp, dev_info_t *dip) in sbdphw_disable_memctrl()
[all …]
H A Dsbdp_error.c136 sbdp_passthru_inject_error(sbdp_handle_t *hp, void *arg) in sbdp_passthru_inject_error()
238 sbdp_passthru_reset_error(sbdp_handle_t *hp, void *arg) in sbdp_passthru_reset_error()
H A Dsbdp_cpu.c102 sbdp_disconnect_cpu(sbdp_handle_t *hp, dev_info_t *dip, processorid_t cpuid) in sbdp_disconnect_cpu()
183 sbdp_connect_cpu(sbdp_handle_t *hp, dev_info_t *dip, processorid_t cpuid) in sbdp_connect_cpu()
482 sbdp_get_cpuid(sbdp_handle_t *hp, dev_info_t *dip) in sbdp_get_cpuid()
524 sbdp_cpu_get_impl(sbdp_handle_t *hp, dev_info_t *dip) in sbdp_cpu_get_impl()
H A Dsbdp_quiesce.c90 int sbdp_test_suspend(sbdp_handle_t *hp);
860 sbdp_test_suspend(sbdp_handle_t *hp)
883 sbdp_passthru_test_quiesce(sbdp_handle_t *hp, void *arg)
/titanic_44/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c240 sbdp_handle_t *hdp; in sbd_cpu_flags()
348 sbdp_handle_t *hdp; in sbd_pre_release_cpu()
466 sbdp_handle_t *hdp; in sbd_pre_attach_cpu()
541 sbdp_handle_t *hdp; in sbd_post_attach_cpu()
655 sbdp_handle_t *hdp; in sbd_pre_detach_cpu()
759 sbdp_handle_t *hdp; in sbd_post_detach_cpu()
965 sbdp_handle_t *hdp; in sbd_connect_cpu()
1035 sbdp_handle_t *hdp; in sbd_disconnect_cpu()
H A Dsbd.c757 sbdp_handle_t *hdp; in sbd_exec_op()
855 sbdp_handle_t *hdp; in sbd_dev_configure()
932 sbdp_handle_t *hdp; in sbd_dev_release()
1001 sbdp_handle_t *hdp; in sbd_dev_unconfigure()
1111 sbdp_handle_t *hdp; in sbd_attach_cpu()
1190 sbdp_handle_t *hdp; in sbd_detach_cpu()
1545 sbdp_handle_t *
1548 sbdp_handle_t *hdp; in sbd_get_sbdp_handle()
1550 hdp = kmem_zalloc(sizeof (sbdp_handle_t), KM_SLEEP); in sbd_get_sbdp_handle()
1572 sbd_release_sbdp_handle(sbdp_handle_t *hdp) in sbd_release_sbdp_handle()
[all …]
H A Dsbd_mem.c82 sbdp_handle_t *hdp; in sbd_get_memlist()
141 sbdp_handle_t *hdp; in sbd_pre_attach_mem()
266 sbdp_handle_t *hdp; in sbd_post_attach_mem()
372 sbdp_handle_t *hdp; in sbd_pre_detach_mem()
415 sbdp_handle_t *hdp; in sbd_post_detach_mem()
478 sbdp_handle_t *hdp; in sbd_add_memory_spans()
539 sbdp_handle_t *hdp; in sbd_post_detach_mem_unit()
1426 sbdp_handle_t *hdp; in sbd_init_mem_unit_data()
1616 sbdp_handle_t *hdp; in sbd_select_mem_target()
2052 sbdp_handle_t *hdp; in sbd_move_memory()
[all …]
H A Dsbd_io.c187 sbdp_handle_t *hdp; in sbd_io_status()