Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dinit.c351 unsigned int reboot_magic_no = 0; in halt_poweroff_reboot_handler() local
359 reboot_magic_no=RB_HALT_SYSTEM; in halt_poweroff_reboot_handler()
363 reboot_magic_no=RB_POWER_OFF; in halt_poweroff_reboot_handler()
367 reboot_magic_no=RB_AUTOBOOT; in halt_poweroff_reboot_handler()
377 reboot(reboot_magic_no); in halt_poweroff_reboot_handler()