Searched refs:multipath (Results 1 – 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/storage/liba5k/common/ |
| H A D | lhot.c | 708 (void) g_online_drive(dl->multipath, force_flag); in online_dev() 709 (void) g_free_multipath(dl->multipath); in online_dev() 776 &(dl->multipath), wwn_list, 0)) != 0) { in l_offline_photon() 778 if (dl->multipath != NULL) { in l_offline_photon() 779 (void) g_free_multipath(dl->multipath); in l_offline_photon() 786 if ((err = g_offline_drive(dl->multipath, in l_offline_photon() 789 (void) g_free_multipath(dl->multipath); in l_offline_photon() 820 &(dl->multipath), wwn_list, 0)) != 0) { in l_offline_photon() 822 if (dl->multipath != NULL) { in l_offline_photon() 823 (void) g_free_multipath(dl->multipath); in l_offline_photon() [all …]
|
| H A D | mon.c | 936 &(dl->multipath), wwn_list, verbose)) != 0) { in l_dev_pwr_up_down() 943 for (dl1 = dl->multipath; dl1 != NULL; dl1 = dl1->next) { in l_dev_pwr_up_down() 955 (void) g_free_multipath(dl->multipath); in l_dev_pwr_up_down() 969 (void) g_free_multipath(dl->multipath); in l_dev_pwr_up_down() 1067 if (g_get_multipath(dev_path, &(dl->multipath), in l_pho_pwr_up_down() 1073 for (dl1 = dl->multipath; in l_pho_pwr_up_down() 1093 dl->multipath); in l_pho_pwr_up_down() 1103 (void) g_free_multipath(dl->multipath); in l_pho_pwr_up_down() 1119 if (g_get_multipath(dev_path, &(dl->multipath), in l_pho_pwr_up_down() 1126 for (dl1 = dl->multipath; in l_pho_pwr_up_down() [all …]
|
| /illumos-gate/usr/src/test/zfs-tests/include/ |
| H A D | blkdev.shlib | 116 # Check if the given device is a multipath device and if there is a symbolic 118 # Currently no support for dm devices alone without multipath 138 # on whether the device is a real, multipath, or loop device. 172 # multipath device = /dev/mapper (linux)
|
| /illumos-gate/usr/src/cmd/luxadm/ |
| H A D | hotplug.c | 349 (void) g_online_drive(dlist->multipath, in h_chk_dev_busy() 1789 (void) g_online_drive(dl->multipath, in h_post_hotplug_sena() 1791 (void) g_free_multipath(dl->multipath); in h_post_hotplug_sena() 1816 if ((err = h_remove_nodes(dl->multipath)) in h_post_hotplug_sena() 1828 (void) h_print_logical_nodes(dl->multipath); in h_post_hotplug_sena() 1833 (void) g_free_multipath(dl->multipath); in h_post_hotplug_sena()
|
| /illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/ |
| H A D | gfc.h | 161 struct dlist *multipath; member
|