reboot
status_t ShutDown(bool reboot, bool confirm, bool synchronous);
status_t _ShutDown(bool reboot, bool confirm,
status_t (*reboot)(void);
status_t ShutDown(bool reboot, bool confirm, bool synchronous)
{ return fRoster->_ShutDown(reboot, confirm, synchronous); }
status_t arch_cpu_shutdown(bool reboot);
virtual void ShutDown(bool reboot) = 0;
virtual void ShutDown(bool reboot) = 0;
virtual void ShutDown(bool reboot) = 0;
virtual void ShutDown(bool reboot) = 0;
status_t system_shutdown(bool reboot);
status_t _user_shutdown(bool reboot);
extern status_t _kern_shutdown(bool reboot);
status_t (*reboot)(void);
status_t reboot(void);
reboot,
reboot,
bool reboot = (message->what == kRebootSystem);
status_t error = rosterPrivate.ShutDown(reboot, confirm, false);
bool reboot = false;
reboot = false;
status_t error = rosterPrivate.ShutDown(reboot, false, false);
BRoster::_ShutDown(bool reboot, bool confirm, bool synchronous)
error = request.AddBool("reboot", reboot);
arch_cpu_shutdown(bool reboot)
arch_cpu_shutdown(bool reboot)
arch_cpu_shutdown(bool reboot)
M68KPlatform::Default()->ShutDown(reboot);
arch_cpu_shutdown(bool reboot)
PPCPlatform::Default()->ShutDown(reboot);
PPCOpenFirmware::ShutDown(bool reboot)
if (reboot) {
virtual void ShutDown(bool reboot);
PPCUBoot::ShutDown(bool reboot)
virtual void ShutDown(bool reboot);
arch_cpu_shutdown(bool reboot)
reboot ? SBI_RESET_TYPE_COLD_REBOOT : SBI_RESET_TYPE_SHUTDOWN,
arch_cpu_shutdown(bool reboot)
SparcOpenFirmware::ShutDown(bool reboot)
if (reboot) {
virtual void ShutDown(bool reboot);
status = acpi->reboot();
virtual void ShutDown(bool reboot);
M68KAtari::ShutDown(bool reboot)
system_shutdown(bool reboot)
if (reboot) {
return arch_cpu_shutdown(reboot);
_user_shutdown(bool reboot)
return system_shutdown(reboot);
_kern_shutdown(bool reboot)
puts(reboot ? "reboot" : "shutdown");