Searched refs:SCSI_VHCI (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | mpath.c | 212 } else if (strstr(path_phys, SCSI_VHCI) != NULL) { in g_get_lun_number() 244 if (strncmp(dev_path, SCSI_VHCI, strlen(SCSI_VHCI)) != 0) { in get_pathlist() 248 if (strncmp(physical_path, SCSI_VHCI, strlen(SCSI_VHCI)) != 0) { in get_pathlist() 578 if (strstr(dev_path, SCSI_VHCI) == NULL) { in g_failover() 690 if (strstr(client_physical_path, SCSI_VHCI) == NULL) { in stms_path_enable_disable()
|
H A D | hot.c | 236 if (strstr(path_phys, SCSI_VHCI) != NULL) { in g_force_lip() 460 if (strstr(dl->dev_path, SCSI_VHCI) == NULL) { in g_forcelip_all()
|
H A D | map.c | 530 if (strstr(wwn_list_p->physical_path, SCSI_VHCI) != NULL) { in g_get_wwn_list() 608 if (strstr(wwn_list_p->physical_path, SCSI_VHCI) != NULL) { in g_get_wwn_list() 1580 if (strstr(path, SCSI_VHCI)) { in create_map() 2196 if (strstr(path, SCSI_VHCI)) { in g_dev_map_init() 3355 if (strstr(path_phys, SCSI_VHCI) != NULL) { in g_rdls() 3394 if (strstr(path_phys, SCSI_VHCI) != NULL) { in g_rdls() 3789 if (strstr(drvr_path, SCSI_VHCI)) { in get_wwns() 3837 if (strstr(path_phys, SCSI_VHCI)) { in get_wwns() 4582 if (strstr(path_phys, SCSI_VHCI)) { in g_get_nexus_path() 4785 if (strstr(path, SCSI_VHCI)) { in g_get_fca_port_topology() [all …]
|
H A D | genf.c | 1045 if (strstr(path, SCSI_VHCI)) { in g_get_path_type()
|
/illumos-gate/usr/src/lib/storage/common/ |
H A D | stgcom.h | 66 #define SCSI_VHCI "/devices/scsi_vhci/" macro
|
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | lhot.c | 159 if (strstr(ses_path, SCSI_VHCI) != NULL) { in l_make_node() 235 if (strstr(ses_path, SCSI_VHCI) != NULL) { in l_make_node() 645 if (strstr(ses_path, SCSI_VHCI) != NULL) { in l_device_present()
|
H A D | mon.c | 2518 if (strstr(path, SCSI_VHCI) != NULL) { in l_get_disk_status() 3194 if (strstr(path, SCSI_VHCI) != NULL) { in l_get_pid_from_path() 3316 if (strstr(path, SCSI_VHCI) == NULL) { in l_get_node_status() 3368 if (strstr(path, SCSI_VHCI) != NULL) { in l_get_node_status() 3490 if (strstr(temp_path, SCSI_VHCI) == NULL) { in l_get_node_status() 3903 if (strstr(path, SCSI_VHCI) != NULL) { in l_get_status() 4796 if (strstr(path_phys, SCSI_VHCI) != NULL) { in l_get_ses_path() 4815 if (strstr(path_phys, SCSI_VHCI) != NULL) { in l_get_ses_path() 5074 if (strstr(path, SCSI_VHCI)) { in get_mp_dev_map()
|
H A D | diag.c | 426 if ((strstr(path_struct->p_physical_path, SCSI_VHCI) != NULL) && in l_dev_bypass_enable()
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 58 #define SCSI_VHCI "/devices/scsi_vhci/" macro 1368 if (strncmp(dev_path, SCSI_VHCI, strlen(SCSI_VHCI)) != 0) { in get_scsi_vhci_pathinfo() 1373 if (strncmp(physical_path, SCSI_VHCI, in get_scsi_vhci_pathinfo() 1374 strlen(SCSI_VHCI)) != 0) { in get_scsi_vhci_pathinfo()
|
H A D | g_adm.c | 562 if (strstr(argv[path_index], SCSI_VHCI) == NULL) { in adm_display_config() 1833 (strstr(path_phys, SCSI_VHCI) == NULL)) { in adm_failover() 2525 if (strstr(path_phys, SCSI_VHCI)) { in adm_display_err() 2947 if (strstr(path_phys, SCSI_VHCI) != NULL) { in dump_map() 3219 if (strstr(b_list->b_physical_path, SCSI_VHCI) != NULL) { in n_get_non_encl_list() 3235 if (strstr(b_list->b_physical_path, SCSI_VHCI) == NULL) { in n_get_non_encl_list() 3511 if (strstr(wwn_list->physical_path, SCSI_VHCI) != NULL) { in non_encl_probe() 3564 SCSI_VHCI) != NULL) { in non_encl_probe() 4271 if ((strstr(mlist->dev_path, SCSI_VHCI) != NULL) && in non_encl_fc_disk_display() 4520 if (strstr(mlist->dev_path, SCSI_VHCI) != NULL) { in display_disk_info() [all …]
|
H A D | hotplug.c | 606 if (strstr(path_phys, SCSI_VHCI) != NULL) { in hotplug() 1352 if (strstr(path_phys, SCSI_VHCI) != NULL) { in hotplug_e()
|