Lines Matching defs:zone_shutdown
77 * zone_shutdown() is called.
79 * ZONE_IS_SHUTTING_DOWN: zone_shutdown() has been called, the system is
83 * Since zone_shutdown() is restartable, it may be called successfully
88 * ZONE_IS_EMPTY: zone_shutdown() has been called, and there
95 * have exited. zone_shutdown() returns. Henceforth it is not possible to
194 * - zone_shutdown: initiates shutdown process (see states above)
384 static int zone_shutdown(zoneid_t zoneid);
473 * (remotely possible if two threads enter zone_shutdown at the same
4610 * zone_shutdown, zone_destroy, etc.
4717 zone_shutdown(zoneid_t zoneid)
4731 * calls to zone_shutdown and zone_destroy.
4772 * If conditions required for zone_shutdown() to return have been met,
4783 * If zone_shutdown() hasn't been called before, go through the motions.
4976 * must have already successfully called zone_shutdown().
6295 return (zone_shutdown((zoneid_t)(uintptr_t)arg1));