Searched refs:hp_list_node (Results 1 – 1 of 1) sorted by relevance
4264 struct i_hp *hp_list_node; in di_hotplug_children() local4266 while (hp_list_node = (struct i_hp *)list_remove_head(&st->hp_list)) { in di_hotplug_children()4268 if ((hp_list_node->hp_child != NULL) && in di_hotplug_children()4269 (di_dip_find(st, hp_list_node->hp_child, &off) == 0)) { in di_hotplug_children()4270 hp = DI_HP(di_mem_addr(st, hp_list_node->hp_off)); in di_hotplug_children()4274 kmem_free(hp_list_node, sizeof (i_hp_t)); in di_hotplug_children()