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

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c190 char *LibraryPath; member in struct:hba_library_info
342 lib_infop->LibraryPath, num_adapters, 0);
385 lib_infop->LibraryPath, _hbaapi_total_tgtadapter_count);
H A DHBAAPILIB.c192 char *LibraryPath; member in struct:hba_library_info
598 lib_infop->LibraryPath = strdup(byFileName);
742 lib_infop->LibraryPath = strdup(librarypath);
909 free(lib_infop->LibraryPath);
1025 lib_infop->LibraryPath, num_adapters, 0);
1074 lib_infop->LibraryPath, _hbaapi_total_adapter_count);
1453 lib_infop->LibraryPath, status, 0);
1457 lib_infop->LibraryPath, status);
3049 if(strlen(adapt_infop->library->LibraryPath) < 256) {
3051 adapt_infop->library->LibraryPath);
[all...]
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c235 char *LibraryPath; member in struct:hba_library_info
762 lib_infop->LibraryPath = strdup(byFileName);
953 lib_infop->LibraryPath = strdup(librarypath);
1196 free(lib_infop->LibraryPath);
1330 lib_infop->LibraryPath, num_adapters, 0);
1381 lib_infop->LibraryPath, _hbaapi_total_adapter_count);
1767 lib_infop->LibraryPath, status, 0);
1771 lib_infop->LibraryPath, status);
3448 if (strlen(adapt_infop->library->LibraryPath) < 256) {
3450 adapt_infop->library->LibraryPath);
[all...]

Completed in 90 milliseconds