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

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c448 FILE *zoneIndexFP; local
466 zoneIndexFP = setzoneent();
472 while ((ze = getzoneent_private(zoneIndexFP)) != NULL) {
558 endzoneent(zoneIndexFP);
1006 FILE *zoneIndexFP; local
1018 zoneIndexFP = setzoneent();
1019 if (zoneIndexFP == NULL) {
1025 while ((ze = getzoneent_private(zoneIndexFP)) != NULL) {
1065 endzoneent(zoneIndexFP);
1494 FILE *zoneIndexFP; local
[all...]

Completed in 60 milliseconds