Searched refs:lun_str (Results 1 – 1 of 1) sorted by relevance
14090 char *lun_str = NULL; in mptsas_parse_address() local14113 lun_str = kmem_zalloc(SCSI_MAXNAMELEN, KM_SLEEP); in mptsas_parse_address()14116 bcopy(ptr, lun_str, s); in mptsas_parse_address()14117 lun_str[s] = '\0'; in mptsas_parse_address()14131 rc = ddi_strtol(lun_str, NULL, 0x10, &lunnum); in mptsas_parse_address()14140 if (lun_str) in mptsas_parse_address()14141 kmem_free(lun_str, SCSI_MAXNAMELEN); in mptsas_parse_address()