Home
last modified time | relevance | path

Searched refs:hLibrary (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c185 HINSTANCE hLibrary; /* Handle to a loaded DLL */ member
188 void* hLibrary; /* Handle to a loaded DLL */ member
322 if (lib_infop->hLibrary != NULL) { in Sun_HBA_GetNumberOfTgtAdapters()
324 dlsym(lib_infop->hLibrary, "Sun_fcGetNumberOfTgtAdapters"); in Sun_HBA_GetNumberOfTgtAdapters()
326 dlsym(lib_infop->hLibrary, "Sun_fcGetTgtAdapterName"); in Sun_HBA_GetNumberOfTgtAdapters()
465 dlsym(lib_infop->hLibrary, "Sun_fcOpenTgtAdapter"); in Sun_HBA_OpenTgtAdapter()
517 dlsym(lib_infop->hLibrary, "Sun_fcGetNumberOfTgtAdapters"); in Sun_HBA_OpenTgtAdapterByWWN()
519 dlsym(lib_infop->hLibrary, "Sun_fcOpenTgtAdapterByWWN"); in Sun_HBA_OpenTgtAdapterByWWN()
595 dlsym(lib_infop->hLibrary, "Sun_fcNPIVGetAdapterAttributes"); in Sun_HBA_NPIVGetAdapterAttributes()
619 dlsym(lib_infop->hLibrary, "Sun_fcGetNPIVPortInfo"); in Sun_HBA_GetNPIVPortInfo()
[all …]
H A DHBAAPILIB.c187 HINSTANCE hLibrary; /* Handle to a loaded DLL */ member
190 void* hLibrary; /* Handle to a loaded DLL */ member
592 lib_infop->hLibrary = LoadLibrary(byFileName); in HBA_LoadLibrary()
593 if (lib_infop->hLibrary == NULL){ in HBA_LoadLibrary()
603 GetProcAddress(lib_infop->hLibrary, "HBA_RegisterLibraryV2"); in HBA_LoadLibrary()
616 GetProcAddress(lib_infop->hLibrary, "HBA_RegisterLibrary"); in HBA_LoadLibrary()
749 if((lib_infop->hLibrary = dlopen(librarypath,RTLD_LAZY)) == NULL) { in HBA_LoadLibrary()
755 dlsym(lib_infop->hLibrary, "HBA_RegisterLibraryV2"); in HBA_LoadLibrary()
767 dlsym(lib_infop->hLibrary, "HBA_RegisterLibrary"); in HBA_LoadLibrary()
900 FreeLibrary(lib_infop->hLibrary); /* Unload DLL from memory */ in HBA_FreeLibrary()
[all …]
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c230 HINSTANCE hLibrary; /* Handle to a loaded DLL */ member
233 void* hLibrary; /* Handle to a loaded DLL */ member
756 lib_infop->hLibrary = LoadLibrary(byFileName); in HBA_LoadLibrary()
757 if (lib_infop->hLibrary == NULL) { in HBA_LoadLibrary()
766 GetProcAddress(lib_infop->hLibrary, "SMHBA_RegisterLibrary"); in HBA_LoadLibrary()
780 lib_infop->hLibrary, "HBA_RegisterLibraryV2"); in HBA_LoadLibrary()
798 GetProcAddress(lib_infop->hLibrary, "HBA_RegisterLibrary"); in HBA_LoadLibrary()
963 if ((lib_infop->hLibrary = dlopen(librarypath, RTLD_LAZY)) == NULL) { in HBA_LoadLibrary()
969 dlsym(lib_infop->hLibrary, "SMHBA_RegisterLibrary"); in HBA_LoadLibrary()
985 dlsym(lib_infop->hLibrary, "HBA_RegisterLibraryV2"); in HBA_LoadLibrary()
[all …]