Lines Matching refs:currentsd
3073 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice; in hpsa_update_scsi_devices() local
3080 currentsd = kzalloc(sizeof(*currentsd) * HPSA_MAX_DEVICES, GFP_KERNEL); in hpsa_update_scsi_devices()
3086 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()
3123 currentsd[i] = kzalloc(sizeof(*currentsd[i]), GFP_KERNEL); in hpsa_update_scsi_devices()
3124 if (!currentsd[i]) { in hpsa_update_scsi_devices()
3155 this_device = currentsd[ncurrent]; in hpsa_update_scsi_devices()
3168 this_device = currentsd[ncurrent]; in hpsa_update_scsi_devices()
3230 hpsa_update_log_drive_phys_drive_ptrs(h, currentsd, ncurrent); in hpsa_update_scsi_devices()
3231 adjust_hpsa_scsi_table(h, hostno, currentsd, ncurrent); in hpsa_update_scsi_devices()
3235 kfree(currentsd[i]); in hpsa_update_scsi_devices()
3236 kfree(currentsd); in hpsa_update_scsi_devices()