Searched refs:zstate (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 536 zone_ready(zlog_t *zlogp, zone_mnt_t mount_cmd, int zstate) in zone_ready() argument 540 if (brand_prestatechg(zlogp, zstate, Z_READY) != 0) in zone_ready() 564 if (brand_poststatechg(zlogp, zstate, Z_READY) != 0) in zone_ready() 806 zone_bootup(zlog_t *zlogp, const char *bootargs, int zstate) in zone_bootup() argument 822 if (brand_prestatechg(zlogp, zstate, Z_BOOT) != 0) in zone_bootup() 963 if (brand_poststatechg(zlogp, zstate, Z_BOOT) != 0) in zone_bootup() 980 zone_halt(zlog_t *zlogp, boolean_t unmount_cmd, boolean_t rebooting, int zstate) in zone_halt() argument 984 if (brand_prestatechg(zlogp, zstate, Z_HALT) != 0) in zone_halt() 997 if (brand_poststatechg(zlogp, zstate, Z_HALT) != 0) in zone_halt() 1092 zone_state_t zstate; in zone_wait_shutdown() local [all …]
|
H A D | zcons.c | 908 zone_state_t zstate; in serve_console() local 955 if (zone_get_state(zone_name, &zstate) == Z_OK) { in serve_console() 956 if (zstate < ZONE_STATE_READY) in serve_console()
|
H A D | vplat.c | 1679 zone_state_t zstate; in mount_filesystems() local 1683 if (zone_get_state(zone_name, &zstate) != Z_OK || in mount_filesystems() 1684 (zstate != ZONE_STATE_READY && zstate != ZONE_STATE_MOUNTED)) { in mount_filesystems()
|
/titanic_41/usr/src/cmd/rcap/common/ |
H A D | utils.c | 273 zone_state_t zstate; in get_running_zones() local 322 if (zone_get_state(name, &zstate) != Z_OK || in get_running_zones() 323 zstate != ZONE_STATE_RUNNING) in get_running_zones()
|