Searched refs:librarypath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c594 /* printf("unable to load library %s\n", librarypath); */
671 char *librarypath; /* Read in from file HBA.conf */
705 if((librarypath = strtok(NULL, " \t\n")) != NULL) {
706 if(strlen(librarypath) >= 256) {
708 librarypath, hbaConfFilePath);
721 librarypath == NULL ||
722 (strlen(librarypath) == 0)) {
730 _hbaapi_debuglevel = strtol(librarypath, NULL, 10);
742 lib_infop->LibraryPath = strdup(librarypath);
749 if((lib_infop->hLibrary = dlopen(librarypath,RTLD_LAZ
669 char *librarypath; /* Read in from file HBA.conf */ local
[all...]
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c758 /* printf("unable to load library %s\n", librarypath); */
874 char *librarypath; /* Read in from file HBA.conf */ local
913 if ((librarypath = strtok(NULL, " \t\n")) != NULL) {
914 if (strlen(librarypath) >= 256) {
917 librarypath, hbaConfFilePath);
930 librarypath == NULL ||
931 (strlen(librarypath) == 0)) {
940 _hbaapi_debuglevel = strtol(librarypath, NULL, 10);
953 lib_infop->LibraryPath = strdup(librarypath);
962 if ((lib_infop->hLibrary = dlopen(librarypath, RTLD_LAZ
[all...]

Completed in 70 milliseconds