Searched refs:znew (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c251 struct zs_zone *zold, *znew, *zres; local
259 znew = list_head(&unew->zsu_zone_list);
261 while (zold != NULL && znew != NULL) {
265 cmp = strcmp(zold->zsz_name, znew->zsz_name);
276 *zres = *znew;
289 zres = znew;
295 znew = list_next(&unew->zsu_zone_list, znew);
312 zres = znew;
319 *zres = *znew;
[all...]

Completed in 75 milliseconds