Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/kernel/
Dprocess.c152 extern char reboot_command [];
181 p = strchr (reboot_command, '\n'); in machine_restart()
189 if (*reboot_command) in machine_restart()
190 prom_reboot(reboot_command); in machine_restart()
Dsetup.c291 char reboot_command[256]; variable
Dhead.S456 .word C_LABEL(reboot_command)
/linux-2.4.37.9/arch/sparc64/kernel/
Dprocess.c109 extern char reboot_command [];
155 p = strchr (reboot_command, '\n'); in machine_restart()
165 if (*reboot_command) in machine_restart()
166 prom_reboot(reboot_command); in machine_restart()
Dsetup.c458 char reboot_command[256]; variable
Dhead.S76 .xword reboot_command
/linux-2.4.37.9/kernel/
Dsysctl.c85 extern char reboot_command [];
197 {KERN_SPARC_REBOOT, "reboot-cmd", reboot_command,