Home
last modified time | relevance | path

Searched refs:DI_HP_NIL (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) { 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()
328 port_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 Ddevinfo.c2542 for (hp = DI_HP_NIL; (hp = di_hp_next(node, hp)) != DI_HP_NIL; ) { in di_walk_hp_callback()
2614 return (DI_HP_NIL); in di_hp_next()
2620 if (hp != DI_HP_NIL) { in di_hp_next()
2625 return (DI_HP_NIL); in di_hp_next()
2647 return (DI_HP_NIL); in di_hp_next()
2658 if (hp == DI_HP_NIL) { in di_hp_name()
2679 if (hp == DI_HP_NIL) { in di_hp_connection()
2696 if (hp == DI_HP_NIL) { in di_hp_depends_on()
2713 if (hp == DI_HP_NIL) { in di_hp_state()
2727 if (hp == DI_HP_NIL) { in di_hp_type()
[all …]
H A Dlibdevinfo.h135 #define DI_HP_NIL NULL macro
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1512 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL) in load_lib_impl()
2100 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL) in check_ap_impl()
2206 return (check_ap_phys_impl(node, minor, DI_HP_NIL, arg)); in check_ap_phys()
2218 return (check_ap_phys_impl(node, DI_HP_NIL, hp, arg)); in check_ap_phys_hp()
2240 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL) in check_ap_phys_impl()
2585 for (hp = DI_HP_NIL; (hp = di_hp_next(rnode, hp)) != DI_HP_NIL; ) { in do_list_common()
2628 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL) in do_list_common_impl()