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

/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c2336 HBAGetAdapterAttributesFunc GetAdapterAttributesFunc; local
2346 GetAdapterAttributesFunc =
2348 if (GetAdapterAttributesFunc != NULL) {
2349 status = ((GetAdapterAttributesFunc)(vendorHandle, hbaattributes));
3605 SMHBAGetAdapterAttributesFunc GetAdapterAttributesFunc; local
3611 GetAdapterAttributesFunc =
3613 if (GetAdapterAttributesFunc != NULL) {
3614 status = ((GetAdapterAttributesFunc)(vendorHandle, hbaattributes));
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c2031 HBAGetAdapterAttributesFunc GetAdapterAttributesFunc;
2036 GetAdapterAttributesFunc =
2038 if (GetAdapterAttributesFunc != NULL) {
2039 status = ((GetAdapterAttributesFunc)(vendorHandle, hbaattributes));
2025 HBAGetAdapterAttributesFunc GetAdapterAttributesFunc; local

Completed in 62 milliseconds