Searched defs:tlunsp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c6984 * *tlunsp is the total number of LUNs in the target,
6987 * If the *nlunsp is less than *tlunsp, then we were only able to retrieve a
6992 scsi_lun_t **lunarrayp, uint32_t *nlunsp, uint32_t *tlunsp, size_t *sizep)
7002 ASSERT(sd0 && lunarrayp && nlunsp && tlunsp && sizep);
7107 *tlunsp = tluns;
6991 scsi_device_reportluns(struct scsi_device *sd0, char *taddr, int pi, scsi_lun_t **lunarrayp, uint32_t *nlunsp, uint32_t *tlunsp, size_t *sizep) argument

Completed in 443 milliseconds