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

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c672 char hbaConfFilePath[256];
683 strcpy(hbaConfFilePath, "/etc/hba.conf");
685 if ((hbaconf = fopen(hbaConfFilePath, "r")) == NULL) {
686 printf("Cannot open %s\n", hbaConfFilePath);
701 libraryname, hbaConfFilePath);
708 librarypath, hbaConfFilePath);
715 charPtr, hbaConfFilePath);
670 char hbaConfFilePath[256]; local
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c875 char hbaConfFilePath[256]; local
888 (void) strcpy(hbaConfFilePath, "/etc/smhba.conf");
890 if ((hbaconf = fopen(hbaConfFilePath, "r")) == NULL) {
891 (void) printf("Cannot open %s\n", hbaConfFilePath);
909 libraryname, hbaConfFilePath);
917 librarypath, hbaConfFilePath);
924 charPtr, hbaConfFilePath);

Completed in 77 milliseconds