Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c14535 struct buf *repluns_bp = NULL; in mptsas_config_luns() local
14595 repluns_bp = scsi_alloc_consistent_buf(&ap, in mptsas_config_luns()
14597 if (repluns_bp == NULL) { in mptsas_config_luns()
14609 repluns_bp, NULL); in mptsas_config_luns()
14611 scsi_free_consistent_buf(repluns_bp); in mptsas_config_luns()
14616 repluns_bp->b_un.b_addr))); in mptsas_config_luns()
14621 scsi_free_consistent_buf(repluns_bp); in mptsas_config_luns()
14628 buffer = (char *)repluns_bp->b_un.b_addr; in mptsas_config_luns()
14636 scsi_free_consistent_buf(repluns_bp); in mptsas_config_luns()
14659 scsi_free_consistent_buf(repluns_bp); in mptsas_config_luns()