Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c674 char *prefixt = NULL; in report_map() local
683 if ((prefixt = calloc(1, strlen(argdev) + 1)) == NULL) { in report_map()
689 (void) strlcpy(prefixt, argdev, strlen(argdev) + 1); in report_map()
699 if ((stripdev = calloc(1, strlen(prefixt) + 1)) == NULL) { in report_map()
702 free(prefixt); in report_map()
706 if ((strstr(prefixt, "/scsi_vhci") == NULL) && in report_map()
707 (strstr(prefixt, "/pci") == NULL) && in report_map()
708 (strstr(prefixt, "/sbus") == NULL)) { in report_map()
709 prefixp = strrchr(prefixt, '/'); in report_map()
711 (prefixp == NULL) ? prefixt : prefixp + 1, in report_map()
[all …]