Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c511 RegisterV2Func; in HBA_LoadLibrary() local
602 RegisterV2Func = (HBARegisterLibraryV2Func) in HBA_LoadLibrary()
604 if (RegisterV2Func != NULL) { in HBA_LoadLibrary()
607 status = ((RegisterV2Func)(&lib_infop->functionTable)); in HBA_LoadLibrary()
754 RegisterV2Func = (HBARegisterLibraryV2Func) in HBA_LoadLibrary()
756 if (RegisterV2Func != NULL) { in HBA_LoadLibrary()
759 status = ((RegisterV2Func)(&lib_infop->functionTable)); in HBA_LoadLibrary()
/illumos-gate/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()
984 RegisterV2Func = (HBARegisterLibraryV2Func) in HBA_LoadLibrary()
986 if (RegisterV2Func != NULL) { in HBA_LoadLibrary()
991 status = ((RegisterV2Func)((HBA_ENTRYPOINTSV2 *) in HBA_LoadLibrary()