Lines Matching defs:currentsd
4352 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice;
4358 currentsd = kcalloc(HPSA_MAX_DEVICES, sizeof(*currentsd), GFP_KERNEL);
4365 if (!currentsd || !physdev_list || !logdev_list ||
4403 currentsd[i] = kzalloc(sizeof(*currentsd[i]), GFP_KERNEL);
4404 if (!currentsd[i]) {
4462 this_device = currentsd[ncurrent];
4547 adjust_hpsa_scsi_table(h, currentsd, ncurrent);
4551 kfree(currentsd[i]);
4552 kfree(currentsd);