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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c7584 pmcs_check_acc_handle(ddi_acc_handle_t handle) function
7629 if ((pmcs_check_acc_handle(pwp->pci_acc_handle) != DDI_SUCCESS) ||
7630 (pmcs_check_acc_handle(pwp->msg_acc_handle) != DDI_SUCCESS) ||
7631 (pmcs_check_acc_handle(pwp->top_acc_handle) != DDI_SUCCESS) ||
7632 (pmcs_check_acc_handle(pwp->mpi_acc_handle) != DDI_SUCCESS) ||
7633 (pmcs_check_acc_handle(pwp->gsm_acc_handle) != DDI_SUCCESS)) {
7640 (pmcs_check_acc_handle(
7649 (pmcs_check_acc_handle(
7656 (pmcs_check_acc_handle(pwp->cip_acchdls) != DDI_SUCCESS)) {
7662 (pmcs_check_acc_handle(pw
[all...]

Completed in 80 milliseconds