Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c7015 struct buf *lunrpt_bp; in scsi_device_reportluns() local
7038 lunrpt_bp = scsi_alloc_consistent_buf(&sd0->sd_address, in scsi_device_reportluns()
7040 if (lunrpt_bp == NULL) { in scsi_device_reportluns()
7046 (struct scsi_pkt *)NULL, lunrpt_bp, CDB_GROUP5, in scsi_device_reportluns()
7051 scsi_free_consistent_buf(lunrpt_bp); in scsi_device_reportluns()
7073 scsi_free_consistent_buf(lunrpt_bp); in scsi_device_reportluns()
7079 lunrpt = (scsi_lunrpt_t *)lunrpt_bp->b_un.b_addr; in scsi_device_reportluns()
7090 scsi_free_consistent_buf(lunrpt_bp); in scsi_device_reportluns()
7098 scsi_free_consistent_buf(lunrpt_bp); in scsi_device_reportluns()
7122 scsi_free_consistent_buf(lunrpt_bp); in scsi_device_reportluns()
[all …]