Searched refs:reboot_command (Results 1 – 7 of 7) sorted by relevance
152 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()
291 char reboot_command[256]; variable
456 .word C_LABEL(reboot_command)
109 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()
458 char reboot_command[256]; variable
76 .xword reboot_command
85 extern char reboot_command [];197 {KERN_SPARC_REBOOT, "reboot-cmd", reboot_command,