Searched refs:hp_hdl (Results 1 – 1 of 1) sorted by relevance
3551 di_gethpdata(ddi_hp_cn_handle_t *hp_hdl, di_off_t *off_p, in di_gethpdata() argument3571 me->hp_connection = (int)hp_hdl->cn_info.cn_num; in di_gethpdata()3572 me->hp_depends_on = (int)hp_hdl->cn_info.cn_num_dpd_on; in di_gethpdata()3573 (void) ddihp_cn_getstate(hp_hdl); in di_gethpdata()3574 me->hp_state = (int)hp_hdl->cn_info.cn_state; in di_gethpdata()3575 me->hp_type = (int)hp_hdl->cn_info.cn_type; in di_gethpdata()3577 me->hp_last_change = (uint32_t)hp_hdl->cn_info.cn_last_change; in di_gethpdata()3587 hp->hp_child = hp_hdl->cn_info.cn_child; in di_gethpdata()3593 if (hp_hdl->cn_info.cn_name) { in di_gethpdata()3594 size = strlen(hp_hdl->cn_info.cn_name) + 1; in di_gethpdata()[all …]