Lines Matching refs:argdev
106 static void report_map(char *argdev, int physpath);
662 report_map(char *argdev, int physpath) in report_map() argument
677 if ((prefixt = calloc(1, strlen(argdev) + 1)) == NULL) { in report_map()
683 (void) strlcpy(prefixt, argdev, strlen(argdev) + 1); in report_map()
685 slice = strrchr(argdev, (physpath == NONBOOT) ? 's' : ':'); in report_map()
709 prefixt[strlen(argdev) - strlen(prefixp) + 1] = '\0'; in report_map()
719 (void) strlcpy(stripdev, argdev, strlen(argdev) + 1); in report_map()
759 if (!mpxenabled && (strstr(argdev, "/pci") != NULL || in report_map()
760 strstr(argdev, "/sbus") != NULL)) { in report_map()
761 (void) printf("%s\n", argdev); in report_map()
771 if ((strstr(argdev, "/scsi_vhci") != NULL) && in report_map()
772 (strncmp(argdev, mpxpath, strlen(mpxpath)) == 0)) { in report_map()
781 if ((strstr(argdev, "/scsi_vhci") != NULL) && in report_map()
782 (strncmp(argdev, mpxpath, strlen(mpxpath)) == 0)) { in report_map()