Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c6994 struct buf *lunrpt_bp; in scsi_device_reportluns() local
7017 lunrpt_bp = scsi_alloc_consistent_buf(&sd0->sd_address, in scsi_device_reportluns()
7019 if (lunrpt_bp == NULL) { in scsi_device_reportluns()
7025 (struct scsi_pkt *)NULL, lunrpt_bp, CDB_GROUP5, in scsi_device_reportluns()
7030 scsi_free_consistent_buf(lunrpt_bp); in scsi_device_reportluns()
7052 scsi_free_consistent_buf(lunrpt_bp); in scsi_device_reportluns()
7058 lunrpt = (scsi_lunrpt_t *)lunrpt_bp->b_un.b_addr; in scsi_device_reportluns()
7069 scsi_free_consistent_buf(lunrpt_bp); in scsi_device_reportluns()
7077 scsi_free_consistent_buf(lunrpt_bp); in scsi_device_reportluns()
7101 scsi_free_consistent_buf(lunrpt_bp); in scsi_device_reportluns()
[all …]