Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c513 HBAGetVersionFunc GetVersionFunc; in HBA_LoadLibrary() local
633 GetVersionFunc = lib_infop->functionTable.GetVersionHandler; in HBA_LoadLibrary()
634 if (GetVersionFunc == NULL) { in HBA_LoadLibrary()
641 libversion = ((GetVersionFunc)()); in HBA_LoadLibrary()
793 if((GetVersionFunc = lib_infop->functionTable.GetVersionHandler) in HBA_LoadLibrary()
798 libversion = ((GetVersionFunc)()); in HBA_LoadLibrary()
3031 HBAGetVersionFunc GetVersionFunc; in HBA_GetVendorLibraryAttributes() local
3032 GetVersionFunc = adapt_infop->library-> in HBA_GetVendorLibraryAttributes()
3034 if(GetVersionFunc != NULL) { in HBA_GetVendorLibraryAttributes()
3035 ret = ((GetVersionFunc)()); in HBA_GetVendorLibraryAttributes()
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c674 HBAGetVersionFunc GetVersionFunc; in HBA_LoadLibrary() local
824 GetVersionFunc = FUNCCOMMON(lib_infop, GetVersionHandler); in HBA_LoadLibrary()
825 if (GetVersionFunc != NULL) { in HBA_LoadLibrary()
828 libversion = ((GetVersionFunc)()); in HBA_LoadLibrary()
837 libversion = ((GetVersionFunc)()); in HBA_LoadLibrary()
1041 if ((GetVersionFunc = FUNCCOMMON(lib_infop, GetVersionHandler)) in HBA_LoadLibrary()
1046 libversion = ((GetVersionFunc)()); in HBA_LoadLibrary()
1054 libversion = ((GetVersionFunc)()); in HBA_LoadLibrary()
3437 HBAGetVersionFunc GetVersionFunc; in HBA_GetVendorLibraryAttributes() local
3438 GetVersionFunc = adapt_infop->library-> in HBA_GetVendorLibraryAttributes()
[all …]