Lines Matching defs:physical
282 char *physical = NULL;
318 physical = get_slash_devices_from_osDevName(
321 if (physical) {
322 char *tmp = strstr(physical, ":fc");
326 physical);
329 physical);
331 free(physical);
332 physical = NULL;
454 char *physical = NULL;
468 physical = get_slash_devices_from_osDevName(compare,
481 if (physical != NULL) {
486 strncmp(physical, tmp, MAXPATHLEN) == 0) {
487 free(physical);
493 if (physical) {
494 free(physical);
694 char *tmp, *physical = NULL;
716 physical = get_slash_devices_from_osDevName(argv[path_index],
718 if (!physical) {
780 if ((tmp != NULL) && (strncmp(physical, tmp,
863 if (physical) {
864 free(physical);
892 char name[256], *physical, *comp_phys;
968 ((physical = get_slash_devices_from_osDevName(
974 char *tmp = strstr(physical, ":devctl");
978 tmp = strstr(physical, ":fc");
983 if (strstr(comp_phys, physical)) {
987 if (physical) {
988 free(physical);
989 physical = NULL;
1102 char name[256], *physical, *comp_phys;
1168 ((physical = get_slash_devices_from_osDevName(
1174 char *tmp = strstr(physical, ":devctl");
1178 tmp = strstr(physical, ":fc");
1183 if (strstr(comp_phys, physical)) {
1187 if (physical) {
1188 free(physical);
1189 physical = NULL;
1529 char *physical = NULL;
1554 physical = get_slash_devices_from_osDevName(argv[path_index],
1556 if (!physical) {
1626 if ((tmp != NULL) && (strncmp(physical, tmp,
1652 if (physical) {
1653 free(physical);