Home
last modified time | relevance | path

Searched refs:hotplug_dlist (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/luxadm/
H A Dhotplug.c307 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()
[all …]