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

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c7040 zone_t *thiszone; local
7042 if ((thiszone = zone_find_by_id(zoneid)) == NULL)
7051 zone_rele(thiszone);
7052 return (set_errno((zone == thiszone) ? EEXIST : EPERM));
7059 mutex_enter(&thiszone->zone_lock);
7060 list_insert_head(&thiszone->zone_dl_list, zdl);
7061 mutex_exit(&thiszone->zone_lock);
7063 zone_rele(thiszone);

Completed in 132 milliseconds