Lines Matching defs:tmpdevice
4352 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice;
4361 tmpdevice = kzalloc(sizeof(*tmpdevice), GFP_KERNEL);
4366 !tmpdevice || !id_phys || !id_ctlr) {
4423 memset(tmpdevice, 0, sizeof(*tmpdevice));
4432 tmpdevice->external =
4439 if (phys_dev_index >= 0 && !tmpdevice->external &&
4448 rc = hpsa_update_device_info(h, lunaddrbytes, tmpdevice,
4461 figure_bus_target_lun(h, lunaddrbytes, tmpdevice);
4464 *this_device = *tmpdevice;
4549 kfree(tmpdevice);