Home
last modified time | relevance | path

Searched defs:hba_library_info (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c181 typedef struct hba_library_info { struct
183 *next;
185 HINSTANCE hLibrary; /* Handle to a loaded DLL */
187 char *LibraryName;
188 void* hLibrary; /* Handle to a loaded DLL */
190 char *LibraryPath;
191 HBA_ENTRYPOINTSV2 functionTable; /* Function pointers */
192 HBA_LIBRARY_STATUS status; /* info on this library */
193 HBA_UINT32 index;
H A DHBAAPILIB.c183 typedef struct hba_library_info { struct
185 *next;
187 HINSTANCE hLibrary; /* Handle to a loaded DLL */
189 char *LibraryName;
190 void* hLibrary; /* Handle to a loaded DLL */
192 char *LibraryPath;
193 HBA_ENTRYPOINTSV2 functionTable; /* Function pointers */
194 HBA_LIBRARY_STATUS status; /* info on this library */
195 HBA_UINT32 index;
/titanic_41/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c226 typedef struct hba_library_info { struct
228 *next;
230 HINSTANCE hLibrary; /* Handle to a loaded DLL */
232 char *LibraryName;
233 void* hLibrary; /* Handle to a loaded DLL */
235 char *LibraryPath;
236 LIBRARY_VERSION version; /* resolve union */
237 HBA_UINT32 numOfAdapters;
238 union {
241 } ftable;
[all …]