Home
last modified time | relevance | path

Searched refs:di_hp_next (Results 1 – 5 of 5) 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) { in copy_devices()
266 for (hp = DI_HP_NIL; (hp = di_hp_next(dev, hp)) != DI_HP_NIL; ) { in copy_hotplug()
306 for (hp = DI_HP_NIL; (hp = di_hp_next(dev, hp)) != DI_HP_NIL; ) { in copy_hotplug()
329 while ((port_hp = di_hp_next(dev, port_hp)) != DI_HP_NIL) { in copy_hotplug()
402 if (di_hp_next(node, DI_HP_NIL) == DI_HP_NIL) in search_cb()
/illumos-gate/usr/src/lib/libdevinfo/
H A Dmapfile-vers211 di_hp_next;
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; ) { in di_walk_hp_callback()
2605 di_hp_next(di_node_t node, di_hp_t hp) in di_hp_next() function
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c2585 for (hp = DI_HP_NIL; (hp = di_hp_next(rnode, hp)) != DI_HP_NIL; ) { in do_list_common()