Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c106 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()
[all …]