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 in struct:hba_library_info
188 void* hLibrary; /* Handle to a loaded DLL */ member in struct:hba_library_info
322 if (lib_infop->hLibrary != NULL) {
324 dlsym(lib_infop->hLibrary, "Sun_fcGetNumberOfTgtAdapters");
326 dlsym(lib_infop->hLibrary, "Sun_fcGetTgtAdapterName");
465 dlsym(lib_infop->hLibrary, "Sun_fcOpenTgtAdapter");
517 dlsym(lib_infop->hLibrary, "Sun_fcGetNumberOfTgtAdapters");
519 dlsym(lib_infop->hLibrary, "Sun_fcOpenTgtAdapterByWWN");
595 dlsym(lib_infop->hLibrary, "Sun_fcNPIVGetAdapterAttributes");
619 dlsym(lib_infop->hLibrary, "Sun_fcGetNPIVPortInf
[all...]
H A DHBAAPILIB.c187 HINSTANCE hLibrary; /* Handle to a loaded DLL */ member in struct:hba_library_info
190 void* hLibrary; /* Handle to a loaded DLL */ member in struct:hba_library_info
592 lib_infop->hLibrary = LoadLibrary(byFileName);
593 if (lib_infop->hLibrary == NULL){
603 GetProcAddress(lib_infop->hLibrary, "HBA_RegisterLibraryV2");
616 GetProcAddress(lib_infop->hLibrary, "HBA_RegisterLibrary");
749 if((lib_infop->hLibrary = dlopen(librarypath,RTLD_LAZY)) == NULL) {
755 dlsym(lib_infop->hLibrary, "HBA_RegisterLibraryV2");
767 dlsym(lib_infop->hLibrary, "HBA_RegisterLibrary");
901 FreeLibrary(lib_infop->hLibrary); /* Unloa
[all...]
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c230 HINSTANCE hLibrary; /* Handle to a loaded DLL */ member in struct:hba_library_info
233 void* hLibrary; /* Handle to a loaded DLL */ member in struct:hba_library_info
756 lib_infop->hLibrary = LoadLibrary(byFileName);
757 if (lib_infop->hLibrary == NULL) {
766 GetProcAddress(lib_infop->hLibrary, "SMHBA_RegisterLibrary");
780 lib_infop->hLibrary, "HBA_RegisterLibraryV2");
798 GetProcAddress(lib_infop->hLibrary, "HBA_RegisterLibrary");
962 if ((lib_infop->hLibrary = dlopen(librarypath, RTLD_LAZY)) == NULL) {
968 dlsym(lib_infop->hLibrary, "SMHBA_RegisterLibrary");
984 dlsym(lib_infop->hLibrary, "HBA_RegisterLibraryV
[all...]

Completed in 74 milliseconds