Searched refs:lun_data (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_scan.c1267 struct scsi_lun *lunp, *lun_data; local
1314 lun_data = kmalloc(length, GFP_ATOMIC |
1316 if (!lun_data) {
1355 lun_data, length, &sshdr,
1378 * Get the length from the first four bytes of lun_data.
1380 data = (u8 *) lun_data->scsi_lun;
1397 * Scan the luns in lun_data. The entry at offset 0 is really
1400 for (lunp = &lun_data[1]; lunp <= &lun_data[num_luns]; lunp++) {
1443 kfree(lun_data);
[all...]

Completed in 109 milliseconds