Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcSetRNIDMgmtInfo.cc57 HBA *hba = myHandle->getHBA(); in Sun_fcSetRNIDMgmtInfo()
H A DSun_fcGetRNIDMgmtInfo.cc58 HBA *hba = myHandle->getHBA(); in Sun_fcGetRNIDMgmtInfo()
H A DSun_fcGetFcpTargetMappingV2.cc63 HBA *hba = myHandle->getHBA(); in Sun_fcGetFcpTargetMappingV2()
H A DSun_fcSendRLS.cc65 HBA *hba = myHandle->getHBA(); in Sun_fcSendRLS()
H A DSun_fcSendSRL.cc55 HBA *hba = myHandle->getHBA(); in Sun_fcSendSRL()
H A DSun_fcSendCTPassThru.cc48 HBA *hba = myHandle->getHBA(); in Sun_fcSendCTPassThru()
H A DSun_fcSendRNIDV2.cc64 HBA *hba = myHandle->getHBA(); in Sun_fcSendRNIDV2()
H A DSun_fcSendLIRR.cc56 HBA *hba = myHandle->getHBA(); in Sun_fcSendLIRR()
H A DSun_fcSendRPL.cc57 HBA *hba = myHandle->getHBA(); in Sun_fcSendRPL()
H A DSun_fcSendCTPassThruV2.cc69 HBA *hba = myHandle->getHBA(); in Sun_fcSendCTPassThruV2()
H A DSun_fcSendRNID.cc47 HBA *hba = myHandle->getHBA(); in Sun_fcSendRNID()
H A DSun_fcRegisterForAdapterEvents.cc60 HBA *hba = myHandle->getHBA(); in Sun_fcRegisterForAdapterEvents()
H A DSun_fcSendReportLUNs.cc48 HBA *hba = myHandle->getHBA(); in Sun_fcSendReportLUNs()
H A DSun_fcSendReadCapacity.cc50 HBA *hba = myHandle->getHBA(); in Sun_fcSendReadCapacity()
H A DSun_fcSendRPS.cc60 HBA *hba = myHandle->getHBA(); in Sun_fcSendRPS()
H A DSun_fcRegisterForAdapterDeviceEvents.cc65 HBA *hba = myHandle->getHBA(); in Sun_fcRegisterForAdapterDeviceEvents()
H A DSun_fcRegisterForAdapterPortEvents.cc64 HBA *hba = myHandle->getHBA(); in Sun_fcRegisterForAdapterPortEvents()
H A DSun_fcSendScsiInquiry.cc49 HBA *hba = myHandle->getHBA(); in Sun_fcSendScsiInquiry()
H A DHandle.h65 HBA* getHBA() { return (hba); } in getHBA() function
H A DSun_fcRegisterForTargetEvents.cc71 HBA *hba = myHandle->getHBA(); in Sun_fcRegisterForTargetEvents()
H A DSun_fcScsiReadCapacityV2.cc70 HBA *hba = myHandle->getHBA(); in Sun_fcScsiReadCapacityV2()
H A DSun_fcScsiReportLUNsV2.cc70 HBA *hba = myHandle->getHBA(); in Sun_fcScsiReportLUNsV2()
H A DSun_fcScsiInquiryV2.cc73 HBA *hba = myHandle->getHBA(); in Sun_fcScsiInquiryV2()
H A DSun_fcGetFcpTargetMapping.cc44 HBA *hba = myHandle->getHBA(); in getAdapterPortWWN()
H A DHandle.cc237 if (tmp->getHBA()->containsWWN(wwn)) { in findHandle()