Home
last modified time | relevance | path

Searched refs:zentp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/common/
H A Dutils.c272 zone_entry_t *zentp; in get_running_zones() local
310 zentp = *zents; in get_running_zones()
320 (void) strlcpy(zentp->zname, name, sizeof (zentp->zname)); in get_running_zones()
321 zentp->zid = zids[i]; in get_running_zones()
327 zentp++; in get_running_zones()
329 *nzents = zentp - *zents; in get_running_zones()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c621 zone_entry_t *zentp; in fetch_zents() local
659 zentp = zents; in fetch_zents()
697 if (lookup_zone_info(name, zids[i], zentp) != Z_OK) { in fetch_zents()
706 zentp++; in fetch_zents()
708 nzents = zentp - zents; in fetch_zents()
1374 zone_entry_t *zentp, zent; in list_func() local
1475 } else if ((zentp = lookup_running_zone(target_zone)) != NULL) { in list_func()
1476 zone_print(zentp, verbose, parsable); in list_func()