Searched defs:fp_zone (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcore.c639 char *fp_process = NULL, *fp_global = NULL, *fp_zone = NULL; local
750 &fp_zone);
763 error3 == 0 ? fp_zone : NULL);
769 if (fp_zone != NULL)
770 kmem_free(fp_zone, MAXPATHLEN);
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c206 FILE *fp_zone, *fp_cc; local
222 if ((fp_zone = fopen(ZONE_SUN_TAB, "r")) == NULL) {
228 (void) fclose(fp_zone);
236 if (fgets(buff, sizeof (buff), fp_zone) == NULL) {
237 if (feof(fp_zone) == 0) {
429 (void) fclose(fp_zone);
451 FILE *fp_zone; /* zone.tab */ local
459 if ((fp_zone = fopen(ZONE_SUN_TAB, "r")) == NULL)
465 if (fgets(buff, sizeof (buff), fp_zone) == NULL) {
466 if (feof(fp_zone)) {
[all...]

Completed in 58 milliseconds