Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c668 char *prefixt = NULL; in report_map() local
677 if ((prefixt = calloc(1, strlen(argdev) + 1)) == NULL) { in report_map()
683 (void) strlcpy(prefixt, argdev, strlen(argdev) + 1); in report_map()
693 if ((stripdev = calloc(1, strlen(prefixt) + 1)) == NULL) { in report_map()
696 free(prefixt); in report_map()
700 if ((strstr(prefixt, "/scsi_vhci") == NULL) && in report_map()
701 (strstr(prefixt, "/pci") == NULL) && in report_map()
702 (strstr(prefixt, "/sbus") == NULL)) { in report_map()
703 prefixp = strrchr(prefixt, '/'); in report_map()
705 (prefixp == NULL) ? prefixt : prefixp + 1, in report_map()
[all …]