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

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

Completed in 215 milliseconds