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

/illumos-gate/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c2465 zs_zone_t *zone, *ztmp; local
2476 ztmp = zone;
2478 free(ztmp);
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c4398 zone_t *zone, *ztmp; local
4624 if ((ztmp = zone_find_all_by_name(zone->zone_name)) != NULL ||
4626 (ztmp = zone_find_all_by_label(zone->zone_slabel)) != NULL)) {
4629 status = zone_status_get(ztmp);

Completed in 74 milliseconds