Lines Matching refs:path_phys

192 h_get_fcdev_state(char *fc_dev, char *path_phys, int force_flag,  in h_get_fcdev_state()  argument
200 if ((err = g_get_inquiry(path_phys, &inq)) != 0) { in h_get_fcdev_state()
204 path_phys); in h_get_fcdev_state()
208 if ((err = l_get_disk_port_status(path_phys, &l_disk_state, in h_get_fcdev_state()
213 if ((err = l_get_disk_port_status(path_phys, &l_disk_state, in h_get_fcdev_state()
488 char *path_phys = NULL, code, node_wwn_s[WWN_S_LEN]; in hotplug() local
538 if ((err = l_convert_name(argv[path_index], &path_phys, in hotplug()
555 if ((err = l_convert_name(inq_path, &path_phys, in hotplug()
579 path_phys = path_struct->p_physical_path; in hotplug()
598 strstr(path_phys, DRV_NAME_SSD)) { in hotplug()
600 } else if (strstr(path_phys, SLSH_DRV_NAME_ST)) { in hotplug()
606 if (strstr(path_phys, SCSI_VHCI) != NULL) { in hotplug()
608 (void) strcpy(temp2path, path_phys); in hotplug()
652 (void) strcpy(temp2path, path_phys); in hotplug()
696 (void) strcpy(ses_path, path_phys); in hotplug()
699 l_get_ses_path(path_phys, ses_path, &map, in hotplug()
709 path_phys, force_flag, in hotplug()
714 (void) strcpy(dev_path, path_phys); in hotplug()
1262 char *path_phys = NULL; in hotplug_e() local
1279 if ((path_phys = h_get_physical_name(argv[0])) == NULL) { in hotplug_e()
1292 path_phys); in hotplug_e()
1296 if ((dcp = devctl_device_acquire(path_phys, in hotplug_e()
1301 path_phys, strerror(errno)); in hotplug_e()
1338 if ((path_phys = h_get_physical_name(argv[0])) == in hotplug_e()
1347 printf(MSGSTR(5519, "phys path = \"%s\"\n"), path_phys); in hotplug_e()
1352 if (strstr(path_phys, SCSI_VHCI) != NULL) { in hotplug_e()
1354 (void) strcpy(bus_path, path_phys); in hotplug_e()
1358 path_phys); in hotplug_e()
1401 (void) strcpy(bus_path, path_phys); in hotplug_e()
1408 path_phys); in hotplug_e()