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

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c138 * can be performed on either basis, using zone_find_by_id and
1776 if ((zone = zone_find_by_id(zoneid)) == NULL)
3073 zone_find_by_id(zoneid_t zoneid) function
3097 * Similar to zone_find_by_id, but using zone label as the key.
3125 * Similar to zone_find_by_id, but using zone name as the key.
3152 * Similar to zone_find_by_id(), using the path as a key. For instance,
6653 if ((zone = zone_find_by_id(zoneid)) == NULL) {
7042 if ((thiszone = zone_find_by_id(zoneid)) == NULL)
7074 if ((zone = zone_find_by_id(zoneid)) == NULL)
7102 if ((zone = zone_find_by_id(*zoneid
[all...]

Completed in 77 milliseconds