Lines Matching refs:hp
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);
87 int sbdp_cancel_component_release(sbdp_handle_t *hp);
88 processorid_t sbdp_get_cpuid(sbdp_handle_t *hp, dev_info_t *dip);
92 int sbdp_get_mem_alignment(sbdp_handle_t *hp, dev_info_t *dip, uint64_t *align);
93 struct memlist *sbdp_get_memlist(sbdp_handle_t *hp, dev_info_t *dip);
94 int sbdp_del_memlist(sbdp_handle_t *hp, struct memlist *mlist);
95 int sbdp_get_unit_num(sbdp_handle_t *hp, dev_info_t *dip);
98 int sbdp_mem_add_span(sbdp_handle_t *hp, uint64_t address, uint64_t size);
99 int sbdp_get_mem_size(sbdp_handle_t *hp);
100 int sbdp_mem_del_span(sbdp_handle_t *hp, uint64_t address, uint64_t size);
101 int sbdp_poweroff_board(sbdp_handle_t *hp);
102 int sbdp_poweron_board(sbdp_handle_t *hp);
103 int sbdp_release_component(sbdp_handle_t *hp, dev_info_t *dip);
104 int sbdp_test_board(sbdp_handle_t *hp, sbdp_opts_t *opts);
105 int sbdp_unassign_board(sbdp_handle_t *hp);
106 int sbdphw_disable_memctrl(sbdp_handle_t *hp, dev_info_t *dip);
107 int sbdphw_enable_memctrl(sbdp_handle_t *hp, dev_info_t *dip);
108 int sbdphw_get_base_physaddr(sbdp_handle_t *hp, dev_info_t *dip, uint64_t *pa);
115 extern int sbdp_cpu_get_impl(sbdp_handle_t *hp, dev_info_t *dip);