Lines Matching defs:zents
108 static zone_entry_t *zents;
604 * to fetch the list of running zones (stored in the global zents). This
605 * function may be called multiple times, so if zents is already set, we
650 zents = safe_calloc(nzents, sizeof (zone_entry_t));
659 zentp = zents;
708 nzents = zentp - zents;
736 zone_print(&zents[i], verbose, parsable);
746 if (strcmp(zents[i].zname, name) == 0)
777 if (strcmp(str, zents[i].zname) == 0)
778 return (&zents[i]);