Searched defs:hotplug_dlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c307 h_free_hotplug_dlist(Hotplug_Devlist **hotplug_dlist) argument
311 while (*hotplug_dlist != NULL) {
312 list = *hotplug_dlist;
313 *hotplug_dlist = (*hotplug_dlist)->next;
2485 h_post_hotplug(Hotplug_Devlist *hotplug_dlist, argument
2494 if ((err = g_forcelip_all(hotplug_dlist)) != 0) {
2499 while (hotplug_dlist != NULL) {
2500 if ((hotplug_dlist->dev_location == SENA) ||
2501 (hotplug_dlist
[all...]

Completed in 62 milliseconds