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

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c513 RegisterV2Func;
602 RegisterV2Func = (HBARegisterLibraryV2Func)
604 if (RegisterV2Func != NULL) {
607 status = ((RegisterV2Func)(&lib_infop->functionTable));
754 RegisterV2Func = (HBARegisterLibraryV2Func)
756 if (RegisterV2Func != NULL) {
759 status = ((RegisterV2Func)(&lib_infop->functionTable));
511 RegisterV2Func; local
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c671 HBARegisterLibraryV2Func RegisterV2Func; local
779 RegisterV2Func = (HBARegisterLibraryV2Func)GetProcAddress(
781 if (RegisterV2Func != NULL) {
786 status = ((RegisterV2Func)
983 RegisterV2Func = (HBARegisterLibraryV2Func)
985 if (RegisterV2Func != NULL) {
990 status = ((RegisterV2Func)((HBA_ENTRYPOINTSV2 *)

Completed in 78 milliseconds