Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dreboot.c45 p = strchr(reboot_command, '\n'); in machine_restart()
50 if (*reboot_command) in machine_restart()
51 prom_reboot(reboot_command); in machine_restart()
H A Dprocess_32.c94 p = strchr (reboot_command, '\n'); in machine_restart()
98 if (*reboot_command) in machine_restart()
99 prom_reboot(reboot_command); in machine_restart()
H A Dsetup_32.c180 char reboot_command[COMMAND_LINE_SIZE]; variable
H A Dhead_32.S90 .word reboot_command
H A Dhead_64.S80 .xword reboot_command
/linux/arch/sparc/include/asm/
H A Dsetup.h12 extern char reboot_command[];