Searched refs:lunrpt (Results 1 – 1 of 1) sorted by relevance
6996 scsi_lunrpt_t *lunrpt; in scsi_device_reportluns() local7058 lunrpt = (scsi_lunrpt_t *)lunrpt_bp->b_un.b_addr; in scsi_device_reportluns()7061 tluns = (((uint_t)lunrpt->lunrpt_len_msb << 24) | in scsi_device_reportluns()7062 ((uint_t)lunrpt->lunrpt_len_mmsb << 16) | in scsi_device_reportluns()7063 ((uint_t)lunrpt->lunrpt_len_mlsb << 8) | in scsi_device_reportluns()7064 ((uint_t)lunrpt->lunrpt_len_lsb)) >> 3; in scsi_device_reportluns()7108 bcopy((void *)&lunrpt->lunrpt_luns, (void *)*lunarrayp, *sizep); in scsi_device_reportluns()