Lines Matching refs:dlhead

315 		(void) g_free_multipath(list->dlhead);  in h_free_hotplug_dlist()
347 for (dlist = hotplug_dev->dlhead; in h_chk_dev_busy()
353 if ((err = g_offline_drive(hotplug_dev->dlhead, in h_chk_dev_busy()
361 (void) g_online_drive(hotplug_dev->dlhead, force_flag); in h_chk_dev_busy()
881 &(disk_list->dlhead), in hotplug()
883 if (disk_list->dlhead != NULL) { in hotplug()
885 disk_list->dlhead); in hotplug()
1478 if (hotplug_disk->dlhead != NULL) { in h_pre_remove_dev()
1479 dev_path = hotplug_disk->dlhead->dev_path; in h_pre_remove_dev()
1480 (void) strcpy(device_name, (hotplug_disk->dlhead)->logical_path); in h_pre_remove_dev()
1493 if ((err = g_offline_drive(hotplug_disk->dlhead, in h_pre_remove_dev()
1499 (void) g_online_drive(hotplug_disk->dlhead, force_flag); in h_pre_remove_dev()
1659 if (hotplug_dev->dlhead == NULL) { in h_pre_hotplug_sena()
1662 dev_path = hotplug_dev->dlhead->dev_path; in h_pre_hotplug_sena()
1676 if ((err = g_offline_drive(hotplug_dev->dlhead, in h_pre_hotplug_sena()
1681 (void) g_online_drive(hotplug_dev->dlhead, force_flag); in h_pre_hotplug_sena()
1788 for (dl = hotplug_dev->dlhead; dl; ) { in h_post_hotplug_sena()
1796 hotplug_dev->dlhead = NULL; in h_post_hotplug_sena()
1814 for (dl = hotplug_dev->dlhead; in h_post_hotplug_sena()
1826 for (dl = hotplug_dev->dlhead; in h_post_hotplug_sena()
1832 for (dl = hotplug_dev->dlhead; dl != NULL; ) { in h_post_hotplug_sena()
1838 hotplug_dev->dlhead = NULL; in h_post_hotplug_sena()
2101 hotplug_dev->dlhead); in h_post_hotplug_sena()
2208 (hotplug_disk->dlhead)->logical_path); in h_post_remove_dev()
2212 dev_path = (hotplug_disk->dlhead)->dev_path; in h_post_remove_dev()
2280 (void) h_print_logical_nodes(hotplug_disk->dlhead); in h_post_remove_dev()
2468 (void) g_free_multipath(list->dlhead); in h_pre_hotplug()
2514 (void) g_free_multipath(list->dlhead); in h_post_hotplug()
2880 dl_multi = disk_list->dlhead; in h_print_list_warn()