Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_sas/common/
H A Dsun_sas.c159 RetrieveHandle(int index) in RetrieveHandle() function
224 handle_struct = RetrieveHandle(index); in Retrieve_Sun_sasHandle()
330 hba_ptr = RetrieveHandle(index); in getFirstAdapterPortWWN()
H A DSun_sasGetAdapterAttributes.c50 hba_ptr = RetrieveHandle(index); in Sun_sasGetAdapterAttributes()
H A DSun_sasGetNumberOfPorts.c50 hba_ptr = RetrieveHandle(index); in Sun_sasGetNumberOfPorts()
H A DSun_sasGetPortType.c53 hba_ptr = RetrieveHandle(index); in Sun_sasGetPortType()
H A DSun_sasGetAdapterPortAttributes.c54 hba_ptr = RetrieveHandle(index); in Sun_sasGetAdapterPortAttributes()
H A DSun_sasRefreshInformation.c126 hba_ptr = RetrieveHandle(oHandle->adapterIndex); in Sun_sasRefreshInformation()
H A DSun_sasGetDiscoveredPortAttributes.c58 hba_ptr = RetrieveHandle(index); in Sun_sasGetDiscoveredPortAttributes()
H A DSun_sasGetTargetMapping.c53 hba_ptr = RetrieveHandle(index); in Sun_sasGetTargetMapping()
H A DSun_sasGetPortAttributesByWWN.c58 hba_ptr = RetrieveHandle(index); in Sun_sasGetPortAttributesByWWN()
H A DSun_sasScsiReportLUNs.c109 if ((hba_ptr = RetrieveHandle(index)) == NULL) { in Sun_sasScsiReportLUNs()
H A DSun_sasScsiReadCapacity.c109 if ((hba_ptr = RetrieveHandle(index)) == NULL) { in Sun_sasScsiReadCapacity()
H A DSun_sasScsiInquiry.c116 if ((hba_ptr = RetrieveHandle(index)) == NULL) { in Sun_sasScsiInquiry()
H A Dsun_sas.h269 extern struct sun_sas_hba *RetrieveHandle(int);