Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/public/
H A Dsched.h109 #define SHUTDOWN_crash 3 /* Tell controller we've crashed. */ macro
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c521 (void) HYPERVISOR_shutdown(SHUTDOWN_crash); in xen_suspend_domain()
528 (void) HYPERVISOR_shutdown(SHUTDOWN_crash); in xen_suspend_domain()
539 (void) HYPERVISOR_shutdown(SHUTDOWN_crash); in xen_suspend_domain()
548 (void) HYPERVISOR_shutdown(SHUTDOWN_crash); in xen_suspend_domain()
554 (void) HYPERVISOR_shutdown(SHUTDOWN_crash); in xen_suspend_domain()
H A Devtchn.c1077 (void) HYPERVISOR_shutdown(SHUTDOWN_crash); in ec_suspend()
1081 (void) HYPERVISOR_shutdown(SHUTDOWN_crash); in ec_suspend()
H A Dmp_xen.c620 (void) HYPERVISOR_shutdown(SHUTDOWN_crash); in mp_leave_barrier()
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c861 case SHUTDOWN_crash: in xdt_process_rec()