Lines Matching defs:phys_path
654 char *phys_path =
658 if (phys_path != NULL) {
661 fprintf(stdout, "\n %s\n", phys_path);
662 free(phys_path);
1342 char *phys_path = get_slash_devices_from_osDevName(
1355 if (phys_path == NULL || strstr(phys_path, VHCI_COMPONENT) == NULL) {
1378 free(phys_path);
1390 free(phys_path);
1397 retval = get_scsi_vhci_pathinfo(phys_path, &ioc, &pathcnt);
1438 free(phys_path);
1526 char *phys_path = NULL;
1750 phys_path = get_slash_devices_from_osDevName(
1754 if (phys_path != NULL) {
1755 if (strstr(phys_path, VHCI_COMPONENT) != NULL) {
1987 if (phys_path != NULL) {
1988 fprintf(stdout, " %s\n", phys_path);
2014 if (phys_path != NULL) {
2015 free(phys_path);
2016 phys_path = NULL;