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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13791 char *wwid_str = NULL; local
13804 wwid_str = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
13807 bcopy(ptr, wwid_str, s);
13808 wwid_str[s] = '\0';
13822 rc = ddi_strtol(wwid_str, NULL, 0x10, &phyid);
13824 rc = scsi_wwnstr_to_wwn(wwid_str, wwid);
13840 if (wwid_str)
13841 kmem_free(wwid_str, SCSI_MAXNAMELEN);

Completed in 86 milliseconds