Home
last modified time | relevance | path

Searched refs:ZONE_IS_EMPTY (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c253 case ZONE_IS_EMPTY: in dlmgmt_allzones_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h239 ZONE_IS_EMPTY, enumerator
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c867 ASSERT(ct != ZSD_SHUTDOWN || zone_status_get(zone) >= ZONE_IS_EMPTY); in zone_zsd_callbacks()
3018 zone_status_set(zone, ZONE_IS_EMPTY); in zone_task_rele()
3600 zone_status_get(zone) >= ZONE_IS_EMPTY)); in zthread_create()
3678 if (zone_status_get(zone) == ZONE_IS_EMPTY) { in zthread_exit()
4876 ddi_get_lbolt() + hz, ZONE_IS_EMPTY)) == -1) { in zone_empty()
5003 if (status < ZONE_IS_EMPTY) { in zone_shutdown()
5026 zone_status_set(zone, ZONE_IS_EMPTY); in zone_shutdown()
6629 ASSERT(zone_status_get(zone) >= ZONE_IS_EMPTY); in zone_ki_call_zoneadmd()
6780 ASSERT(zone_status_get(zone) < ZONE_IS_EMPTY); in zone_kadmin()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c2719 if (zone_status_get(curproc->p_zone) >= ZONE_IS_EMPTY) { in connmgr_connect()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5746 case ZONE_IS_EMPTY: in kernel_state_to_user_state()