Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c2336 HBAGetAdapterAttributesFunc GetAdapterAttributesFunc; in HBA_GetAdapterAttributes() local
2346 GetAdapterAttributesFunc = in HBA_GetAdapterAttributes()
2348 if (GetAdapterAttributesFunc != NULL) { in HBA_GetAdapterAttributes()
2349 status = ((GetAdapterAttributesFunc)(vendorHandle, hbaattributes)); in HBA_GetAdapterAttributes()
3605 SMHBAGetAdapterAttributesFunc GetAdapterAttributesFunc; in SMHBA_GetAdapterAttributes() local
3611 GetAdapterAttributesFunc = in SMHBA_GetAdapterAttributes()
3613 if (GetAdapterAttributesFunc != NULL) { in SMHBA_GetAdapterAttributes()
3614 status = ((GetAdapterAttributesFunc)(vendorHandle, hbaattributes)); in SMHBA_GetAdapterAttributes()
/titanic_50/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c2025 HBAGetAdapterAttributesFunc GetAdapterAttributesFunc; in HBA_GetAdapterAttributes() local
2030 GetAdapterAttributesFunc = in HBA_GetAdapterAttributes()
2032 if (GetAdapterAttributesFunc != NULL) { in HBA_GetAdapterAttributes()
2033 status = ((GetAdapterAttributesFunc)(vendorHandle, hbaattributes)); in HBA_GetAdapterAttributes()