Home
last modified time | relevance | path

Searched refs:comp_phys (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c892 char name[256], *physical = NULL, *comp_phys = NULL; in fchba_dump_map() local
971 ((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() local
1183 if (strstr(comp_phys, physical)) { in fchba_display_link_status()
1191 if (comp_phys) { in fchba_display_link_status()
1192 free(comp_phys); in fchba_display_link_status()
[all …]