Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/
H A Dzone.h472 int zone_boot_err; /* for zone_boot() if boot fails */ member
/onnv-gate/usr/src/uts/common/os/
H A Dzone.c3458 p->p_zone->zone_boot_err = start_init_common(); in zone_start_init()
3465 if (z->zone_boot_err != 0 || zone_status_get(global_zone) >= in zone_start_init()
3476 if (proc_exit(CLD_EXITED, z->zone_boot_err) != 0) { in zone_start_init()
3787 if ((zone->zone_boot_err = newproc(zone_start_init, NULL, cid, in zsched()
4465 err = zone->zone_boot_err; in zone_boot()
H A Dexit.c389 if (z->zone_boot_err == 0 && in proc_exit()