Home
last modified time | relevance | path

Searched refs:fdevices (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c86 static FILE *fdevices; variable
460 if (fdevices) in devreset()
461 (void) fclose(fdevices); in devreset()
462 fdevices = NULL; in devreset()
538 if (fdevices == NULL) in getdevline()
542 if (fgets(buf, len, fdevices) != NULL) in getdevline()
555 if (fdevices != NULL) { in nextdevices()
556 (void) fclose(fdevices); in nextdevices()
562 if ((fdevices = fopen(Devices[ndevices], "rF")) != NULL) in nextdevices()
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c76 static FILE *fdevices; variable
437 if (fdevices) in devreset()
438 fclose(fdevices); in devreset()
439 fdevices = NULL; in devreset()
528 if (fdevices == NULL) in getdevline()
534 if (fgets(buf, len, fdevices) != NULL) { in getdevline()
551 if (fdevices != NULL) { in nextdevices()
552 (void) fclose(fdevices); in nextdevices()
558 if ((fdevices = fopen(Devices[ndevices], "r")) != NULL) in nextdevices()