Lines Matching refs:physical_path
1360 char *physical_path, *physical_path_s;
1372 if ((physical_path = get_slash_devices_from_osDevName(
1376 if (strncmp(physical_path, SCSI_VHCI,
1378 free(physical_path);
1382 if ((physical_path = calloc(1, MAXPATHLEN)) == NULL) {
1385 (void) strcpy(physical_path, dev_path);
1387 physical_path_s = physical_path;
1390 physical_path += DEV_PREFIX_STRLEN-1;
1392 delimiter = strrchr(physical_path, ':');
1408 (void) strcpy(ioc->client, physical_path);