Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3573 (void) ddihp_cn_getstate(hp_hdl); in di_gethpdata()
3575 me->hp_type = (int)hp_hdl->cn_info.cn_type; 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()
3597 hp_hdl->cn_info.cn_name); in di_gethpdata()
3602 if (hp_hdl->cn_info.cn_type_str) { in di_gethpdata()
3606 hp_hdl->cn_info.cn_type_str); in di_gethpdata()
3614 if (hp_hdl->next != NULL) { in di_gethpdata()
3622 hp_hdl = hp_hdl->next; in di_gethpdata()
[all …]