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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c103 zone_iptype_t ziptype; member in struct:zone_entry
432 if (zent->ziptype == ZS_EXCLUSIVE)
553 zent->ziptype = ZS_SHARED;
565 * we fall back to getting the ziptype from the zone configuration.
574 zent->ziptype = ZS_EXCLUSIVE;
576 zent->ziptype = ZS_SHARED;
591 if ((err = zonecfg_get_iptype(handle, &zent->ziptype)) != Z_OK) {
1362 zeptr->ziptype = ZS_EXCLUSIVE;
1364 zeptr->ziptype = ZS_SHARED;

Completed in 68 milliseconds