Searched refs:LibraryPath (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB.c | 192 char *LibraryPath; member 596 lib_infop->LibraryPath = strdup(byFileName); in HBA_LoadLibrary() 740 lib_infop->LibraryPath = strdup(librarypath); in HBA_LoadLibrary() 907 free(lib_infop->LibraryPath); in HBA_FreeLibrary() 1022 lib_infop->LibraryPath, num_adapters, 0); in HBA_GetNumberOfAdapters() 1071 lib_infop->LibraryPath, _hbaapi_total_adapter_count); in HBA_GetNumberOfAdapters() 1448 lib_infop->LibraryPath, status, 0); in HBA_RegisterForAdapterAddEvents() 1452 lib_infop->LibraryPath, status); in HBA_RegisterForAdapterAddEvents() 3043 if(strlen(adapt_infop->library->LibraryPath) < 256) { in HBA_GetVendorLibraryAttributes() 3045 adapt_infop->library->LibraryPath); in HBA_GetVendorLibraryAttributes()
|
H A D | HBAAPILIB-sun.c | 190 char *LibraryPath; member 342 lib_infop->LibraryPath, num_adapters, 0); in Sun_HBA_GetNumberOfTgtAdapters() 385 lib_infop->LibraryPath, _hbaapi_total_tgtadapter_count); in Sun_HBA_GetNumberOfTgtAdapters()
|
/titanic_44/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 235 char *LibraryPath; member 762 lib_infop->LibraryPath = strdup(byFileName); in HBA_LoadLibrary() 953 lib_infop->LibraryPath = strdup(librarypath); in HBA_LoadLibrary() 1196 free(lib_infop->LibraryPath); in HBA_FreeLibrary() 1330 lib_infop->LibraryPath, num_adapters, 0); in HBA_GetNumberOfAdapters() 1381 lib_infop->LibraryPath, _hbaapi_total_adapter_count); in HBA_GetNumberOfAdapters() 1767 lib_infop->LibraryPath, status, 0); in HBA_RegisterForAdapterAddEvents() 1771 lib_infop->LibraryPath, status); in HBA_RegisterForAdapterAddEvents() 3448 if (strlen(adapt_infop->library->LibraryPath) < 256) { in HBA_GetVendorLibraryAttributes() 3450 adapt_infop->library->LibraryPath); in HBA_GetVendorLibraryAttributes() [all …]
|