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

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c670 char *libraryname; /* Read in from file HBA.conf */
698 if((libraryname = strtok(fullline, " \t\n")) != NULL) {
699 if(strlen(libraryname) >= 64) {
701 libraryname, hbaConfFilePath);
719 if (libraryname == NULL ||
720 strlen(libraryname) == 0 ||
729 if(strcmp(libraryname, "debuglevel") == 0) {
741 lib_infop->LibraryName = strdup(libraryname);
668 char *libraryname; /* Read in from file HBA.conf */ local
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c873 char *libraryname; /* Read in from file HBA.conf */ local
905 if ((libraryname = strtok(fullline, " \t\n")) != NULL) {
906 if (strlen(libraryname) >= 64) {
909 libraryname, hbaConfFilePath);
928 if (libraryname == NULL ||
929 strlen(libraryname) == 0 ||
939 if (strcmp(libraryname, "debuglevel") == 0) {
952 lib_infop->LibraryName = strdup(libraryname);

Completed in 73 milliseconds