Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/public/
H A Dsched.h107 #define SHUTDOWN_reboot 1 /* Clean up, kill, and then restart. */ macro
/titanic_41/usr/src/uts/i86pc/ml/
H A Dgenassym.c186 printf("#define\tSHUTDOWN_reboot 0x%x\n", SHUTDOWN_reboot); in main()
/titanic_41/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c340 (void) HYPERVISOR_shutdown(SHUTDOWN_reboot); in xen_uppc_shutdown()
355 (void) HYPERVISOR_shutdown(SHUTDOWN_reboot); in xen_uppc_shutdown()
H A Dxpv_psm.c485 (void) HYPERVISOR_shutdown(SHUTDOWN_reboot); in xen_psm_shutdown()
500 (void) HYPERVISOR_shutdown(SHUTDOWN_reboot); in xen_psm_shutdown()
/titanic_41/usr/src/uts/intel/kdi/ia32/
H A Dkdi_asm.s711 pushl $SHUTDOWN_reboot
/titanic_41/usr/src/uts/intel/kdi/amd64/
H A Dkdi_asm.s683 movl $SHUTDOWN_reboot, %edi
/titanic_41/usr/src/uts/i86pc/os/
H A Dmachdep.c493 (void) HYPERVISOR_shutdown(SHUTDOWN_reboot); in reset()
/titanic_41/usr/src/uts/common/xen/dtrace/
H A Dxdt.c854 case SHUTDOWN_reboot: in xdt_process_rec()