Lines Matching refs:zone
52 #include <sys/zone.h>
209 * persistent and will not be deallocated until the zone is destroyed.
211 * The current zone is implied as the zone of interest, since we will be
212 * calling zthread_create() which must be called from the correct zone.
240 * Start the unmounter thread for this zone.
361 zone_t *zone = curproc->p_zone;
369 if (zone == global_zone) {
375 if (mntzone != zone) {
381 * Stop the mount from going any further if the zone is going away.
383 if (zone_status_get(zone) >= ZONE_IS_SHUTTING_DOWN)
390 if ((fngp = zone_getspecific(autofs_key, zone)) == NULL) {
392 (void) zone_setspecific(autofs_key, zone, fngp);