Lines Matching refs:GetVersionFunc
674 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()
3440 if (GetVersionFunc != NULL) { in HBA_GetVendorLibraryAttributes()
3441 ret = ((GetVersionFunc)()); in HBA_GetVendorLibraryAttributes()