Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c192 char *LibraryPath; member
598 lib_infop->LibraryPath = strdup(byFileName); in HBA_LoadLibrary()
742 lib_infop->LibraryPath = strdup(librarypath); in HBA_LoadLibrary()
908 free(lib_infop->LibraryPath); in HBA_FreeLibrary()
1023 lib_infop->LibraryPath, num_adapters, 0); in HBA_GetNumberOfAdapters()
1072 lib_infop->LibraryPath, _hbaapi_total_adapter_count); in HBA_GetNumberOfAdapters()
1449 lib_infop->LibraryPath, status, 0); in HBA_RegisterForAdapterAddEvents()
1453 lib_infop->LibraryPath, status); in HBA_RegisterForAdapterAddEvents()
3044 if(strlen(adapt_infop->library->LibraryPath) < 256) { in HBA_GetVendorLibraryAttributes()
3046 adapt_infop->library->LibraryPath); in HBA_GetVendorLibraryAttributes()
H A DHBAAPILIB-sun.c190 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()
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c235 char *LibraryPath; member
762 lib_infop->LibraryPath = strdup(byFileName); in HBA_LoadLibrary()
954 lib_infop->LibraryPath = strdup(librarypath); in HBA_LoadLibrary()
1198 free(lib_infop->LibraryPath); in HBA_FreeLibrary()
1332 lib_infop->LibraryPath, num_adapters, 0); in HBA_GetNumberOfAdapters()
1383 lib_infop->LibraryPath, _hbaapi_total_adapter_count); in HBA_GetNumberOfAdapters()
1769 lib_infop->LibraryPath, status, 0); in HBA_RegisterForAdapterAddEvents()
1773 lib_infop->LibraryPath, status); in HBA_RegisterForAdapterAddEvents()
3450 if (strlen(adapt_infop->library->LibraryPath) < 256) { in HBA_GetVendorLibraryAttributes()
3452 adapt_infop->library->LibraryPath); in HBA_GetVendorLibraryAttributes()
[all …]