Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dzone.h496 int zone_boot_err; /* for zone_boot() if boot fails */ member
/titanic_50/usr/src/uts/common/os/
H A Dzone.c3632 p->p_zone->zone_boot_err = start_init_common(); in zone_start_init()
3639 if (z->zone_boot_err != 0 || zone_status_get(global_zone) >= in zone_start_init()
3650 if (proc_exit(CLD_EXITED, z->zone_boot_err) != 0) { in zone_start_init()
3962 if ((zone->zone_boot_err = newproc(zone_start_init, NULL, cid, in zsched()
4639 err = zone->zone_boot_err; in zone_boot()
H A Dexit.c390 if (z->zone_boot_err == 0 && in proc_exit()