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) {
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; ) {
328 port_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)
[all...]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c2542 for (hp = DI_HP_NIL; (hp = di_hp_next(node, hp)) != DI_HP_NIL; ) {
2614 return (DI_HP_NIL);
2620 if (hp != DI_HP_NIL) {
2625 return (DI_HP_NIL);
2647 return (DI_HP_NIL);
2658 if (hp == DI_HP_NIL) {
2679 if (hp == DI_HP_NIL) {
2696 if (hp == DI_HP_NIL) {
2713 if (hp == DI_HP_NIL) {
[all...]
H A Dlibdevinfo.h135 #define DI_HP_NIL NULL macro
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1506 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL)
2094 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL)
2200 return (check_ap_phys_impl(node, minor, DI_HP_NIL, arg));
2212 return (check_ap_phys_impl(node, DI_HP_NIL, hp, arg));
2234 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL)
2594 for (hp = DI_HP_NIL; (hp = di_hp_next(rnode, hp)) != DI_HP_NIL; ) {
2637 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL)

Completed in 74 milliseconds