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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13792 char *lun_str = NULL; local
13815 lun_str = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP);
13818 bcopy(ptr, lun_str, s);
13819 lun_str[s] = '\0';
13833 rc = ddi_strtol(lun_str, NULL, 0x10, &lunnum);
13842 if (lun_str)
13843 kmem_free(lun_str, SCSI_MAXNAMELEN);

Completed in 84 milliseconds