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

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dzone.c73 zone_shutdown(zoneid_t zoneid) function
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c77 * 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
4796 * zone_shutdown, zone_destroy, etc.
4903 zone_shutdown(zoneid_ function
[all...]

Completed in 70 milliseconds