Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c6997 scsi_lun_t **lunarrayp, uint32_t *nlunsp, uint32_t *tlunsp, size_t *sizep) in scsi_device_reportluns() argument
7007 ASSERT(sd0 && lunarrayp && nlunsp && tlunsp && sizep); in scsi_device_reportluns()
7102 *lunarrayp = (scsi_lun_t *)kmem_alloc( in scsi_device_reportluns()
7104 if (*lunarrayp == NULL) { in scsi_device_reportluns()
7113 bcopy((void *)&lunrpt->lunrpt_luns, (void *)*lunarrayp, *sizep); in scsi_device_reportluns()