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

12

/haiku-fatelf/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-fatelf/src/servers/registrar/
H A DR5Compatibility.cpp27 _kern_shutdown(bool reboot) argument
29 puts(reboot ? "reboot" : "shutdown");
/haiku-fatelf/src/system/kernel/arch/mips/
H A Darch_asm.S8 FUNC(reboot)
/haiku-fatelf/headers/private/kernel/
H A Dkernel.h79 status_t system_shutdown(bool reboot);
80 status_t _user_shutdown(bool reboot);
/haiku-fatelf/headers/private/kernel/arch/
H A Dcpu.h30 status_t arch_cpu_shutdown(bool reboot);
/haiku-fatelf/headers/private/kernel/arch/mipsel/
H A Darch_platform.h41 virtual void ShutDown(bool reboot) = 0;
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_platform.h39 virtual void ShutDown(bool reboot) = 0;
/haiku-fatelf/src/apps/login/
H A DLoginApp.cpp79 bool reboot = false; local
89 reboot = false;
95 status_t error = rosterPrivate.ShutDown(reboot, false, false);
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_platform.cpp62 virtual void ShutDown(bool reboot);
217 PPCOpenFirmware::ShutDown(bool reboot) argument
219 if (reboot) {
H A Darch_cpu.cpp266 arch_cpu_shutdown(bool reboot) argument
268 PPCPlatform::Default()->ShutDown(reboot);
/haiku-fatelf/headers/private/app/
H A DRosterPrivate.h31 status_t ShutDown(bool reboot, bool confirm, bool synchronous) argument
32 { return fRoster->_ShutDown(reboot, confirm, synchronous); }
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_asm.S14 FUNCTION(reboot):
17 FUNCTION_END(reboot)
H A Darch_cpu.cpp264 arch_cpu_shutdown(bool reboot) argument
266 M68KPlatform::Default()->ShutDown(reboot);
/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_platform.cpp64 virtual void ShutDown(bool reboot);
157 Routerboard::ShutDown(bool reboot) argument
H A Darch_cpu.cpp157 arch_cpu_shutdown(bool reboot) argument
/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_platform.h60 virtual void ShutDown(bool reboot) = 0;
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dsupport.S61 FUNCTION(reboot):
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_cpu.cpp89 arch_cpu_shutdown(bool reboot) argument
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/
H A DModule.cpp226 reboot,
H A DACPIPrivate.h140 status_t (*reboot)(void); member in struct:acpi_root_info
224 status_t reboot(void);
H A DBusManager.cpp689 reboot(void) function
693 TRACE("reboot\n");
775 reboot,
/haiku-fatelf/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp164 virtual void ShutDown(bool reboot);
664 M68KAtari::ShutDown(bool reboot) argument
/haiku-fatelf/headers/build/os/app/
H A DRoster.h149 status_t ShutDown(bool reboot, bool confirm, bool synchronous);
/haiku-fatelf/headers/os/app/
H A DRoster.h126 status_t _ShutDown(bool reboot, bool confirm, bool synchronous);
/haiku-fatelf/headers/os/drivers/
H A DACPI.h260 status_t (*reboot)(void); member in struct:acpi_module_info

Completed in 158 milliseconds

12