Searched refs:reboot (Results 1 - 25 of 33) sorted by relevance

12

/haiku/src/system/kernel/
H A Dshutdown.cpp13 system_shutdown(bool reboot) argument
22 // checking reboot may not be necessary anymore.
23 if (reboot) {
33 return arch_cpu_shutdown(reboot);
41 _user_shutdown(bool reboot) argument
45 return system_shutdown(reboot);
/haiku/src/tests/servers/registrar/
H A DR5Compatibility.cpp27 _kern_shutdown(bool reboot) argument
29 puts(reboot ? "reboot" : "shutdown");
/haiku/src/system/kernel/arch/mips/
H A Darch_asm.S8 FUNC(reboot)
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_platform.h41 virtual void ShutDown(bool reboot) = 0;
/haiku/headers/private/kernel/arch/ppc/
H A Darch_platform.h40 virtual void ShutDown(bool reboot) = 0;
/haiku/headers/private/kernel/arch/
H A Dcpu.h30 status_t arch_cpu_shutdown(bool reboot);
/haiku/src/system/kernel/arch/sparc/
H A Darch_cpu.cpp96 arch_cpu_shutdown(bool reboot) argument
H A Darch_platform.cpp64 virtual void ShutDown(bool reboot);
219 SparcOpenFirmware::ShutDown(bool reboot) argument
221 if (reboot) {
/haiku/src/system/boot/platform/bios_ia32/
H A Dsupport.S37 FUNCTION(reboot):
/haiku/headers/private/kernel/arch/sparc/
H A Darch_platform.h39 virtual void ShutDown(bool reboot) = 0;
/haiku/src/system/kernel/arch/arm64/
H A Darch_cpu.cpp55 arch_cpu_shutdown(bool reboot) argument
/haiku/headers/private/kernel/
H A Dkernel.h106 status_t system_shutdown(bool reboot);
107 status_t _user_shutdown(bool reboot);
/haiku/src/system/kernel/arch/ppc/
H A Darch_platform.cpp63 virtual void ShutDown(bool reboot);
219 PPCOpenFirmware::ShutDown(bool reboot) argument
221 if (reboot) {
252 virtual void ShutDown(bool reboot);
347 PPCUBoot::ShutDown(bool reboot) argument
H A Darch_cpu.cpp266 arch_cpu_shutdown(bool reboot) argument
268 PPCPlatform::Default()->ShutDown(reboot);
H A Darch_asm.S18 FUNCTION(reboot):
20 FUNCTION_END(reboot)
/haiku/src/apps/login/
H A DLoginApp.cpp81 bool reboot = false; local
89 reboot = false;
95 status_t error = rosterPrivate.ShutDown(reboot, false, false);
/haiku/src/system/kernel/arch/m68k/
H A Darch_asm.S14 FUNCTION(reboot):
17 FUNCTION_END(reboot)
H A Darch_cpu.cpp175 arch_cpu_shutdown(bool reboot) argument
177 M68KPlatform::Default()->ShutDown(reboot);
/haiku/headers/private/app/
H A DRosterPrivate.h40 status_t ShutDown(bool reboot, bool confirm, bool synchronous) argument
41 { return fRoster->_ShutDown(reboot, confirm, synchronous); }
/haiku/src/system/kernel/arch/riscv64/
H A Darch_cpu.cpp159 arch_cpu_shutdown(bool reboot) argument
163 reboot ? SBI_RESET_TYPE_COLD_REBOOT : SBI_RESET_TYPE_SHUTDOWN,
/haiku/headers/private/kernel/arch/m68k/
H A Darch_platform.h59 virtual void ShutDown(bool reboot) = 0;
/haiku/src/system/kernel/arch/arm/
H A Darch_cpu.cpp58 arch_cpu_shutdown(bool reboot) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPIPrivate.h155 status_t (*reboot)(void); member in struct:acpi_root_info
253 status_t reboot(void);
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp164 virtual void ShutDown(bool reboot);
664 M68KAtari::ShutDown(bool reboot) argument
/haiku/headers/build/os/app/
H A DRoster.h149 status_t ShutDown(bool reboot, bool confirm, bool synchronous);

Completed in 116 milliseconds

12