Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/zoneadmd/
H A Dvplat.c3871 zone_state_t zid_state; in tsol_mounts() local
3944 if (zone_get_state(zid_name, &zid_state) != Z_OK || in tsol_mounts()
3945 (zid_state != ZONE_STATE_READY && in tsol_mounts()
3946 zid_state != ZONE_STATE_RUNNING)) in tsol_mounts()
4116 zone_state_t zid_state; in tsol_unmounts() local
4131 if ((zone_getattr(zids[i], ZONE_ATTR_STATUS, &zid_state, in tsol_unmounts()
4132 sizeof (zid_state)) < 0) || in tsol_unmounts()
4133 (zid_state < ZONE_IS_READY)) in tsol_unmounts()