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);
662 report_map(char *argdev, int physpath) argument
677 if ((prefixt = calloc(1, strlen(argdev) + 1)) == NULL) {
683 (void) strlcpy(prefixt, argdev, strlen(argdev) + 1);
685 slice = strrchr(argdev, (physpath == NONBOOT) ? 's' : ':');
709 prefixt[strlen(argdev) - strlen(prefixp) + 1] = '\0';
719 (void) strlcpy(stripdev, argdev, strlen(argdev) + 1);
759 if (!mpxenabled && (strstr(argdev, "/pc
[all...]

Completed in 328 milliseconds