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

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c668 FILE *hbaconf;
685 if ((hbaconf = fopen(hbaConfFilePath, "r")) == NULL) {
691 while ((hbaconf != NULL) && (fgets(fullline, sizeof(fullline), hbaconf))) {
832 fclose(hbaconf);
666 FILE *hbaconf; local
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c871 FILE *hbaconf; local
890 if ((hbaconf = fopen(hbaConfFilePath, "r")) == NULL) {
897 while ((hbaconf != NULL) &&
898 (fgets(fullline, sizeof (fullline), hbaconf))) {

Completed in 60 milliseconds