Home
last modified time | relevance | path

Searched refs:pReportLun (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c5300 scsiReportLun_t *pReportLun; in satReportLun() local
5307 pReportLun = (scsiReportLun_t *) tiScsiRequest->sglVirtualAddr; in satReportLun()
5342 pReportLun->len[0] = 0; in satReportLun()
5343 pReportLun->len[1] = 0; in satReportLun()
5344 pReportLun->len[2] = 0; in satReportLun()
5345 pReportLun->len[3] = sizeof (tiLUN_t); in satReportLun()
5347 pReportLun->reserved = 0; in satReportLun()
5353 pReportLun->lunList[0].lun[0] = 0; in satReportLun()
5354 pReportLun->lunList[0].lun[1] = 0; in satReportLun()
5355 pReportLun->lunList[0].lun[2] = 0; in satReportLun()
[all …]
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c11264 smScsiReportLun_t *pReportLun; in smsatReportLun() local
11271 pReportLun = (smScsiReportLun_t *) dataBuffer; in smsatReportLun()
11304 pReportLun->len[0] = 0; in smsatReportLun()
11305 pReportLun->len[1] = 0; in smsatReportLun()
11306 pReportLun->len[2] = 0; in smsatReportLun()
11307 pReportLun->len[3] = sizeof (tiLUN_t); in smsatReportLun()
11308 pReportLun->reserved = 0; in smsatReportLun()
11313 pReportLun->lunList[0].lun[0] = 0; in smsatReportLun()
11314 pReportLun->lunList[0].lun[1] = 0; in smsatReportLun()
11315 pReportLun->lunList[0].lun[2] = 0; in smsatReportLun()
[all …]