Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dsd.c502 char *sp_temp; in fw_identify() local
636 sp_temp = (char *)libscsi_vendor(target); in fw_identify()
637 if (strncmp(sp_temp, "ATA", 3) == 0) { in fw_identify()
643 calloc(1, strlen(sp_temp) + 1)) == NULL || in fw_identify()
644 sp_temp == NULL) { in fw_identify()
645 if (!sp_temp) { in fw_identify()
660 strlcpy(newdev->ident->vid, sp_temp, in fw_identify()
661 strlen(sp_temp) + 1); in fw_identify()
665 sp_temp = (char *)libscsi_product(target); in fw_identify()
667 sp_temp_cut = strchr(sp_temp, ' '); in fw_identify()
[all …]