Searched refs:GetVersionFunc (Results 1 – 2 of 2) sorted by relevance
513 HBAGetVersionFunc GetVersionFunc; in HBA_LoadLibrary() local631 GetVersionFunc = lib_infop->functionTable.GetVersionHandler; in HBA_LoadLibrary()632 if (GetVersionFunc == NULL) { in HBA_LoadLibrary()638 libversion = ((GetVersionFunc)()); in HBA_LoadLibrary()791 if((GetVersionFunc = lib_infop->functionTable.GetVersionHandler) in HBA_LoadLibrary()795 libversion = ((GetVersionFunc)()); in HBA_LoadLibrary()3030 HBAGetVersionFunc GetVersionFunc; in HBA_GetVendorLibraryAttributes() local3031 GetVersionFunc = adapt_infop->library-> in HBA_GetVendorLibraryAttributes()3033 if(GetVersionFunc != NULL) { in HBA_GetVendorLibraryAttributes()3034 ret = ((GetVersionFunc)()); in HBA_GetVendorLibraryAttributes()
674 HBAGetVersionFunc GetVersionFunc; in HBA_LoadLibrary() local824 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()1040 if ((GetVersionFunc = FUNCCOMMON(lib_infop, GetVersionHandler)) in HBA_LoadLibrary()1045 libversion = ((GetVersionFunc)()); in HBA_LoadLibrary()1053 libversion = ((GetVersionFunc)()); in HBA_LoadLibrary()3435 HBAGetVersionFunc GetVersionFunc; in HBA_GetVendorLibraryAttributes() local3436 GetVersionFunc = adapt_infop->library-> in HBA_GetVendorLibraryAttributes()[all …]