Searched defs:zoneent (Results 1 – 1 of 1) sorted by relevance
169 struct zoneent { struct170 char zone_name[ZONENAME_MAX]; /* name of the zone */171 int zone_state; /* configured | incomplete | installed */172 char zone_path[MAXPATHLEN]; /* path to zone storage */173 uuid_t zone_uuid; /* unique ID for zone */174 char zone_newname[ZONENAME_MAX]; /* for doing renames */