Searched refs:tmp_da (Results 1 – 1 of 1) sorted by relevance
4005 struct scsi_tape **tmp_da; in st_probe() local4018 tmp_da = kzalloc(tmp_dev_max * sizeof(struct scsi_tape *), GFP_ATOMIC); in st_probe()4019 if (tmp_da == NULL) { in st_probe()4026 memcpy(tmp_da, scsi_tapes, in st_probe()4030 scsi_tapes = tmp_da; in st_probe()