Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dzone.c2954 if (status < ZONE_IS_READY || status > ZONE_IS_DOWN) { in zone_find_by_id()
3009 if (status < ZONE_IS_READY || status > ZONE_IS_DOWN) { in zone_find_by_name()
3056 if (status < ZONE_IS_READY || status > ZONE_IS_DOWN) { in zone_find_by_path()
3093 if (status < ZONE_IS_READY || status >= ZONE_IS_DOWN) { in zone_loadavg_update()
3274 if (status < ZONE_IS_READY || status > ZONE_IS_DOWN) in zone_walk()
3923 zone_status_set(zone, ZONE_IS_READY); in zsched()
4444 if (status == ZONE_IS_READY || status == ZONE_IS_RUNNING) in zone_create()
4555 zone_status_wait(zone, ZONE_IS_READY); in zone_create()
4618 if (zone_status_get(zone) != ZONE_IS_READY) { in zone_boot()
4764 if (status < ZONE_IS_READY) { in zone_shutdown()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dzone.h220 ZONE_IS_READY, enumerator
/titanic_44/usr/src/cmd/zoneadmd/
H A Dvplat.c4132 (zid_state < ZONE_IS_READY)) in tsol_unmounts()
/titanic_44/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5566 case ZONE_IS_READY: in kernel_state_to_user_state()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_if.c16084 if (status != ZONE_IS_READY && status != ZONE_IS_RUNNING) in ip_sioctl_slifzone()
16189 if (status != ZONE_IS_READY && status != ZONE_IS_RUNNING) { in ip_sioctl_slifzone_restart()