Searched defs:sp_temp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dsd.c255 char *sp_temp; local
389 sp_temp = (char *)libscsi_vendor(target);
390 if (strncmp(sp_temp, "ATA", 3) == 0) {
396 calloc(1, strlen(sp_temp) + 1)) == NULL ||
397 sp_temp == NULL) {
398 if (!sp_temp) {
413 strlcpy(newdev->ident->vid, sp_temp,
414 strlen(sp_temp) + 1);
418 sp_temp = (char *)libscsi_product(target);
420 sp_temp_cut = strchr(sp_temp, ' ');
[all...]

Completed in 44 milliseconds