Searched defs:zsd_zone (Results 1 – 1 of 1) sorted by relevance
251 typedef struct zsd_zone { struct252 zoneid_t zsz_id;253 list_node_t zsz_next;254 char zsz_name[ZS_ZONENAME_MAX];255 uint_t zsz_cputype;256 uint_t zsz_iptype;257 time_t zsz_start;258 hrtime_t zsz_hrstart;260 char zsz_pool[ZS_POOLNAME_MAX];261 char zsz_pset[ZS_PSETNAME_MAX];[all …]