Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c2338 HBAGetAdapterAttributesFunc GetAdapterAttributesFunc; in HBA_GetAdapterAttributes() local
2348 GetAdapterAttributesFunc = in HBA_GetAdapterAttributes()
2350 if (GetAdapterAttributesFunc != NULL) { in HBA_GetAdapterAttributes()
2351 status = ((GetAdapterAttributesFunc)(vendorHandle, hbaattributes)); in HBA_GetAdapterAttributes()
3607 SMHBAGetAdapterAttributesFunc GetAdapterAttributesFunc; in SMHBA_GetAdapterAttributes() local
3613 GetAdapterAttributesFunc = in SMHBA_GetAdapterAttributes()
3615 if (GetAdapterAttributesFunc != NULL) { in SMHBA_GetAdapterAttributes()
3616 status = ((GetAdapterAttributesFunc)(vendorHandle, hbaattributes)); in SMHBA_GetAdapterAttributes()
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c2026 HBAGetAdapterAttributesFunc GetAdapterAttributesFunc; in HBA_GetAdapterAttributes() local
2031 GetAdapterAttributesFunc = in HBA_GetAdapterAttributes()
2033 if (GetAdapterAttributesFunc != NULL) { in HBA_GetAdapterAttributes()
2034 status = ((GetAdapterAttributesFunc)(vendorHandle, hbaattributes)); in HBA_GetAdapterAttributes()