Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c269 if (di_hp_type(hp) != DDI_HP_CN_TYPE_VIRTUAL_PORT) in copy_hotplug()
309 if (di_hp_type(hp) == DDI_HP_CN_TYPE_VIRTUAL_PORT) in copy_hotplug()
506 if (di_hp_type(hp) == DDI_HP_CN_TYPE_VIRTUAL_PORT) in new_hotplug_node()
/illumos-gate/usr/src/lib/libdevinfo/
H A Dmapfile-vers213 di_hp_type;
H A Dlibdevinfo.h343 extern int di_hp_type(di_hp_t hp);
H A Ddevinfo.c2553 (di_hp_type(hp) == DDI_HP_CN_TYPE_VIRTUAL_PORT)) in di_walk_hp_callback()
2558 !(di_hp_type(hp) == DDI_HP_CN_TYPE_VIRTUAL_PORT)) in di_walk_hp_callback()
2722 di_hp_type(di_hp_t hp) in di_hp_type() function
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1719 class = di_hp_type(hp); in find_lib_hp()