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

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c247 di_hp_t hp, port_hp; local
328 port_hp = DI_HP_NIL;
329 while ((port_hp = di_hp_next(dev, port_hp)) != DI_HP_NIL) {
332 if (di_hp_depends_on(port_hp) != physnum)
337 port_hp)) == NULL) {
344 if ((child_dev = di_hp_child(port_hp)) != DI_NODE_NIL) {

Completed in 368 milliseconds