Lines Matching defs:currentsd
4352 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice;
4359 currentsd = kcalloc(HPSA_MAX_DEVICES, sizeof(*currentsd), GFP_KERNEL);
4366 if (!currentsd || !physdev_list || !logdev_list ||
4405 currentsd[i] = kzalloc(sizeof(*currentsd[i]), GFP_KERNEL);
4406 if (!currentsd[i]) {
4465 this_device = currentsd[ncurrent];
4550 adjust_hpsa_scsi_table(h, currentsd, ncurrent);
4554 kfree(currentsd[i]);
4555 kfree(currentsd);