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

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones.c302 zone_spec_t *zent; local
341 if ((zent = _z_global_data._zone_spec) != NULL) {
342 while (zent != NULL) {
343 if (strcmp(zent->zl_name, ze->zone_name) == 0)
345 zent = zent->zl_next;
347 if (zent == NULL) {
641 zone_spec_t *zent; local
668 zent = _z_malloc(sizeof (*zent));
752 zone_spec_t *zent; local
[all...]

Completed in 21 milliseconds