Lines Matching refs:hotplug_dlist
307 h_free_hotplug_dlist(Hotplug_Devlist **hotplug_dlist) in h_free_hotplug_dlist() argument
311 while (*hotplug_dlist != NULL) { in h_free_hotplug_dlist()
312 list = *hotplug_dlist; in h_free_hotplug_dlist()
313 *hotplug_dlist = (*hotplug_dlist)->next; in h_free_hotplug_dlist()
2485 h_post_hotplug(Hotplug_Devlist *hotplug_dlist, in h_post_hotplug() argument
2494 if ((err = g_forcelip_all(hotplug_dlist)) != 0) { in h_post_hotplug()
2499 while (hotplug_dlist != NULL) { in h_post_hotplug()
2500 if ((hotplug_dlist->dev_location == SENA) || in h_post_hotplug()
2501 (hotplug_dlist->dev_type == DTYPE_ESI)) { in h_post_hotplug()
2502 if ((err = h_post_hotplug_sena(hotplug_dlist, wwn_list, todo, in h_post_hotplug()
2504 (void) print_errString(err, hotplug_dlist->dev_name); in h_post_hotplug()
2505 } else if (hotplug_dlist->dev_location == NON_SENA) { in h_post_hotplug()
2506 if ((err = h_post_remove_dev(hotplug_dlist, in h_post_hotplug()
2509 hotplug_dlist->dev_name); in h_post_hotplug()
2511 list = hotplug_dlist; in h_post_hotplug()
2512 hotplug_dlist = hotplug_dlist->next; in h_post_hotplug()