Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c106 static void report_map(char *argdev, int physpath);
668 report_map(char *argdev, int physpath) in report_map() argument
683 if ((prefixt = calloc(1, strlen(argdev) + 1)) == NULL) { in report_map()
689 (void) strlcpy(prefixt, argdev, strlen(argdev) + 1); in report_map()
715 prefixt[strlen(argdev) - strlen(prefixp) + 1] = '\0'; in report_map()
725 (void) strlcpy(stripdev, argdev, strlen(argdev) + 1); in report_map()
765 if (!mpxenabled && (strstr(argdev, "/pci") != NULL || in report_map()
766 strstr(argdev, "/sbus") != NULL)) { in report_map()
767 (void) printf("%s\n", argdev); in report_map()
777 if ((strstr(argdev, "/scsi_vhci") != NULL) && in report_map()
[all …]