Searched refs:comp_phys (Results 1 – 1 of 1) sorted by relevance
892 char name[256], *physical = NULL, *comp_phys = NULL; in fchba_dump_map() local971 ((comp_phys = get_slash_devices_from_osDevName( in fchba_dump_map()983 if (strstr(comp_phys, physical)) { in fchba_dump_map()991 if (comp_phys) { in fchba_dump_map()992 free(comp_phys); in fchba_dump_map()993 comp_phys = NULL; in fchba_dump_map()1102 char name[256], *physical = NULL, *comp_phys = NULL; in fchba_display_link_status() local1171 ((comp_phys = get_slash_devices_from_osDevName( in fchba_display_link_status()1183 if (strstr(comp_phys, physical)) { in fchba_display_link_status()1191 if (comp_phys) { in fchba_display_link_status()[all …]