Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3982 zone_state_t zid_state; in tsol_mounts() local
4055 if (zone_get_state(zid_name, &zid_state) != Z_OK || in tsol_mounts()
4056 (zid_state != ZONE_STATE_READY && in tsol_mounts()
4057 zid_state != ZONE_STATE_RUNNING)) in tsol_mounts()
4227 zone_state_t zid_state; in tsol_unmounts() local
4242 if ((zone_getattr(zids[i], ZONE_ATTR_STATUS, &zid_state, in tsol_unmounts()
4243 sizeof (zid_state)) < 0) || in tsol_unmounts()
4244 (zid_state < ZONE_IS_READY)) in tsol_unmounts()