Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c7001 scsi_lunrpt_t *lunrpt; in scsi_device_reportluns() local
7063 lunrpt = (scsi_lunrpt_t *)lunrpt_bp->b_un.b_addr; in scsi_device_reportluns()
7066 tluns = (((uint_t)lunrpt->lunrpt_len_msb << 24) | in scsi_device_reportluns()
7067 ((uint_t)lunrpt->lunrpt_len_mmsb << 16) | in scsi_device_reportluns()
7068 ((uint_t)lunrpt->lunrpt_len_mlsb << 8) | in scsi_device_reportluns()
7069 ((uint_t)lunrpt->lunrpt_len_lsb)) >> 3; in scsi_device_reportluns()
7113 bcopy((void *)&lunrpt->lunrpt_luns, (void *)*lunarrayp, *sizep); in scsi_device_reportluns()