/titanic_44/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcRefreshInformation.cc | 42 Handle *myHandle = Handle::findHandle(handle); in Sun_fcRefreshInformation() local 43 myHandle->refresh(); in Sun_fcRefreshInformation()
|
H A D | Sun_fcDoForceLip.cc | 46 Handle *myHandle = Handle::findHandle(handle); in Sun_fcDoForceLip() local 47 *rval = myHandle->doForceLip(); in Sun_fcDoForceLip()
|
H A D | Sun_fcSetRNIDMgmtInfo.cc | 56 Handle *myHandle = Handle::findHandle(handle); in Sun_fcSetRNIDMgmtInfo() local 57 HBA *hba = myHandle->getHBA(); in Sun_fcSetRNIDMgmtInfo()
|
H A D | Sun_fcGetAdapterAttributes.cc | 54 Handle *myHandle = Handle::findHandle(handle); in Sun_fcGetAdapterAttributes() local 55 *attributes = myHandle->getHBAAttributes(); in Sun_fcGetAdapterAttributes()
|
H A D | Sun_fcNPIVGetAdapterAttributes.cc | 45 Handle *myHandle = Handle::findHandle(handle); in Sun_fcNPIVGetAdapterAttributes() local 46 *attributes = myHandle->npivGetHBAAttributes(); in Sun_fcNPIVGetAdapterAttributes()
|
H A D | Sun_fcGetRNIDMgmtInfo.cc | 57 Handle *myHandle = Handle::findHandle(handle); in Sun_fcGetRNIDMgmtInfo() local 58 HBA *hba = myHandle->getHBA(); in Sun_fcGetRNIDMgmtInfo()
|
H A D | Sun_fcDeleteNPIVPort.cc | 41 Handle *myHandle = Handle::findHandle(handle); in Sun_fcDeleteNPIVPort() local 42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcDeleteNPIVPort()
|
H A D | Sun_fcGetPortAttributesByWWN.cc | 54 Handle *myHandle = Handle::findHandle(handle); in Sun_fcGetPortAttributesByWWN() local 55 *attributes = myHandle->getPortAttributes(wwnConversion(pwwn.wwn)); in Sun_fcGetPortAttributesByWWN()
|
H A D | Sun_fcGetAdapterPortAttributes.cc | 56 Handle *myHandle = Handle::findHandle(handle); in Sun_fcGetAdapterPortAttributes() local 57 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetAdapterPortAttributes()
|
H A D | Sun_fcGetPortNPIVAttributes.cc | 46 Handle *myHandle = Handle::findHandle(handle); in Sun_fcGetPortNPIVAttributes() local 47 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetPortNPIVAttributes()
|
H A D | Sun_fcGetFcpTargetMappingV2.cc | 62 Handle *myHandle = Handle::findHandle(handle); in Sun_fcGetFcpTargetMappingV2() local 63 HBA *hba = myHandle->getHBA(); in Sun_fcGetFcpTargetMappingV2()
|
H A D | Sun_fcGetDiscPortAttrs.cc | 58 Handle *myHandle = Handle::findHandle(handle); in Sun_fcGetDiscoveredPortAttributes() local 59 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetDiscoveredPortAttributes()
|
H A D | Sun_fcGetNPIVPortInfo.cc | 40 Handle *myHandle = Handle::findHandle(handle); in Sun_fcGetNPIVPortInfo() local 41 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcGetNPIVPortInfo()
|
H A D | Sun_fcCreateNPIVPort.cc | 41 Handle *myHandle = Handle::findHandle(handle); in Sun_fcCreateNPIVPort() local 42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcCreateNPIVPort()
|
H A D | Sun_fcSendRLS.cc | 64 Handle *myHandle = Handle::findHandle(handle); in Sun_fcSendRLS() local 65 HBA *hba = myHandle->getHBA(); in Sun_fcSendRLS()
|
H A D | Sun_fcSendCTPassThru.cc | 47 Handle *myHandle = Handle::findHandle(handle); in Sun_fcSendCTPassThru() local 48 HBA *hba = myHandle->getHBA(); in Sun_fcSendCTPassThru()
|
H A D | Sun_fcSendRNIDV2.cc | 63 Handle *myHandle = Handle::findHandle(handle); in Sun_fcSendRNIDV2() local 64 HBA *hba = myHandle->getHBA(); in Sun_fcSendRNIDV2()
|
H A D | Sun_fcSendCTPassThruV2.cc | 68 Handle *myHandle = Handle::findHandle(handle); in Sun_fcSendCTPassThruV2() local 69 HBA *hba = myHandle->getHBA(); in Sun_fcSendCTPassThruV2()
|
H A D | Sun_fcSendRNID.cc | 46 Handle *myHandle = Handle::findHandle(handle); in Sun_fcSendRNID() local 47 HBA *hba = myHandle->getHBA(); in Sun_fcSendRNID()
|
H A D | Sun_fcRegisterForAdapterEvents.cc | 59 Handle *myHandle = Handle::findHandle(handle); in Sun_fcRegisterForAdapterEvents() local 60 HBA *hba = myHandle->getHBA(); in Sun_fcRegisterForAdapterEvents()
|
H A D | Sun_fcSendReportLUNs.cc | 47 Handle *myHandle = Handle::findHandle(handle); in Sun_fcSendReportLUNs() local 48 HBA *hba = myHandle->getHBA(); in Sun_fcSendReportLUNs()
|
H A D | Sun_fcSendSRL.cc | 54 Handle *myHandle = Handle::findHandle(handle); in Sun_fcSendSRL() local 55 HBA *hba = myHandle->getHBA(); in Sun_fcSendSRL()
|
H A D | Sun_fcSendLIRR.cc | 55 Handle *myHandle = Handle::findHandle(handle); in Sun_fcSendLIRR() local 56 HBA *hba = myHandle->getHBA(); in Sun_fcSendLIRR()
|
H A D | Sun_fcSendRPL.cc | 56 Handle *myHandle = Handle::findHandle(handle); in Sun_fcSendRPL() local 57 HBA *hba = myHandle->getHBA(); in Sun_fcSendRPL()
|
H A D | Sun_fcSendReadCapacity.cc | 49 Handle *myHandle = Handle::findHandle(handle); in Sun_fcSendReadCapacity() local 50 HBA *hba = myHandle->getHBA(); in Sun_fcSendReadCapacity()
|