Lines Matching defs:lbuf
3794 struct ReportLUNdata *lbuf;
3802 lbuf = kzalloc(sizeof(*lbuf), GFP_KERNEL);
3803 if (!lbuf)
3806 rc = hpsa_scsi_do_report_luns(h, 0, lbuf, sizeof(*lbuf), 0);
3812 memcpy(buf, lbuf, 8);
3813 nphys = be32_to_cpu(*((__be32 *)lbuf->LUNListLength)) / 8;
3815 memcpy(buf->LUN[i].lunid, lbuf->LUN[i], 8);
3817 kfree(lbuf);