Lines Matching defs:tmpdevice
4352 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice;
4362 tmpdevice = kzalloc(sizeof(*tmpdevice), GFP_KERNEL);
4367 !tmpdevice || !id_phys || !id_ctlr) {
4426 memset(tmpdevice, 0, sizeof(*tmpdevice));
4435 tmpdevice->external =
4442 if (phys_dev_index >= 0 && !tmpdevice->external &&
4451 rc = hpsa_update_device_info(h, lunaddrbytes, tmpdevice,
4464 figure_bus_target_lun(h, lunaddrbytes, tmpdevice);
4467 *this_device = *tmpdevice;
4552 kfree(tmpdevice);