Searched refs:zonecount (Results 1 – 2 of 2) sorted by relevance
3008 stringzone(char *result, struct zone const *zpfirst, ptrdiff_t zonecount) in stringzone() argument3033 zp = zpfirst + zonecount - 1; in stringzone()3131 outzone(const struct zone *zpfirst, ptrdiff_t zonecount) in outzone() argument3178 for (i = 0; i < zonecount; ++i) { in outzone()3180 if (i < zonecount - 1) in outzone()3192 compat = stringzone(envvar, zpfirst, zonecount); in outzone()3232 for (i = 0; i < zonecount; ++i) { in outzone()3239 bool useuntil = i < (zonecount - 1); in outzone()
302 static uint_t zonecount; variable2329 zonecount = 1; in zone_init()4680 ASSERT(zonecount != 0); /* check for leaks */ in zone_create()4681 if (zonecount + 1 > maxzones) { in zone_create()4699 zonecount++; in zone_create()4746 ASSERT(zonecount > 1); in zone_create()4747 zonecount--; in zone_create()5373 ASSERT(zonecount > 1); /* must be > 1; can't destroy global zone */ in zone_destroy()5374 zonecount--; in zone_destroy()6345 ASSERT(zonecount > 0); in zone_list()[all …]