Searched refs:hp_list_node (Results 1 – 1 of 1) sorted by relevance
4261 struct i_hp *hp_list_node; in di_hotplug_children() local4263 while (hp_list_node = (struct i_hp *)list_remove_head(&st->hp_list)) { in di_hotplug_children()4265 if ((hp_list_node->hp_child != NULL) && in di_hotplug_children()4266 (di_dip_find(st, hp_list_node->hp_child, &off) == 0)) { in di_hotplug_children()4267 hp = DI_HP(di_mem_addr(st, hp_list_node->hp_off)); in di_hotplug_children()4271 kmem_free(hp_list_node, sizeof (i_hp_t)); in di_hotplug_children()