Lines Matching defs:nzents
109 static size_t nzents;
603 * (which is stored in the global nzents), then calls zone_list(2) again
624 if (nzents > 0)
627 if (zone_list(NULL, &nzents) != 0) {
633 if (nzents == 0)
636 zids = safe_calloc(nzents, sizeof (zoneid_t));
637 nzents_saved = nzents;
639 if (zone_list(zids, &nzents) != 0) {
644 if (nzents != nzents_saved) {
650 zents = safe_calloc(nzents, sizeof (zone_entry_t));
661 for (i = 0; i < nzents; i++) {
708 nzents = zentp - zents;
735 for (i = 0; i < nzents; i++)
745 for (i = 0; i < nzents; i++) {
749 if (i < nzents) {
776 for (i = 0; i < nzents; i++) {