Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c511 RegisterV2Func; in HBA_LoadLibrary() local
600 RegisterV2Func = (HBARegisterLibraryV2Func) in HBA_LoadLibrary()
602 if (RegisterV2Func != NULL) { in HBA_LoadLibrary()
605 status = ((RegisterV2Func)(&lib_infop->functionTable)); in HBA_LoadLibrary()
752 RegisterV2Func = (HBARegisterLibraryV2Func) in HBA_LoadLibrary()
754 if (RegisterV2Func != NULL) { in HBA_LoadLibrary()
757 status = ((RegisterV2Func)(&lib_infop->functionTable)); in HBA_LoadLibrary()
/titanic_41/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c671 HBARegisterLibraryV2Func RegisterV2Func; in HBA_LoadLibrary() local
779 RegisterV2Func = (HBARegisterLibraryV2Func)GetProcAddress( in HBA_LoadLibrary()
781 if (RegisterV2Func != NULL) { in HBA_LoadLibrary()
786 status = ((RegisterV2Func) in HBA_LoadLibrary()
983 RegisterV2Func = (HBARegisterLibraryV2Func) in HBA_LoadLibrary()
985 if (RegisterV2Func != NULL) { in HBA_LoadLibrary()
990 status = ((RegisterV2Func)((HBA_ENTRYPOINTSV2 *) in HBA_LoadLibrary()