Searched refs:di_hp_next (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c198 if (di_hp_next(dev, DI_HP_NIL) != DI_HP_NIL) {
266 for (hp = DI_HP_NIL; (hp = di_hp_next(dev, hp)) != DI_HP_NIL; ) {
306 for (hp = DI_HP_NIL; (hp = di_hp_next(dev, hp)) != DI_HP_NIL; ) {
329 while ((port_hp = di_hp_next(dev, port_hp)) != DI_HP_NIL) {
402 if (di_hp_next(node, DI_HP_NIL) == DI_HP_NIL)
/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h337 extern di_hp_t di_hp_next(di_node_t node, di_hp_t hp);
H A Ddevinfo.c2542 for (hp = DI_HP_NIL; (hp = di_hp_next(node, hp)) != DI_HP_NIL; ) {
2605 di_hp_next(di_node_t node, di_hp_t hp) function
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c2594 for (hp = DI_HP_NIL; (hp = di_hp_next(rnode, hp)) != DI_HP_NIL; ) {

Completed in 93 milliseconds