di_hp_next
if (di_hp_next(dev, DI_HP_NIL) != DI_HP_NIL) {
for (hp = DI_HP_NIL; (hp = di_hp_next(dev, hp)) != DI_HP_NIL; ) {
for (hp = DI_HP_NIL; (hp = di_hp_next(dev, hp)) != DI_HP_NIL; ) {
while ((port_hp = di_hp_next(dev, port_hp)) != DI_HP_NIL) {
if (di_hp_next(node, DI_HP_NIL) == DI_HP_NIL)
for (hp = DI_HP_NIL; (hp = di_hp_next(rnode, hp)) != DI_HP_NIL; ) {
for (hp = DI_HP_NIL; (hp = di_hp_next(node, hp)) != DI_HP_NIL; ) {
extern di_hp_t di_hp_next(di_node_t node, di_hp_t hp);