Searched refs:prom_reboot (Results 1 – 9 of 9) sorted by relevance
48 prom_reboot(cmd); in machine_restart()50 prom_reboot(reboot_command); in machine_restart()51 prom_reboot(""); in machine_restart()
103 prom_reboot(cmd); in machine_restart()105 prom_reboot(reboot_command); in machine_restart()
20 prom_reboot(char *bcommand) in prom_reboot() function
24 prom_reboot(char *bcommand) in prom_reboot() function
52 void prom_reboot(const char *bcommand) in prom_reboot() function
55 void prom_reboot(char *boot_command);
75 void prom_reboot(const char *boot_command);
98 extern void prom_reboot(char *boot_command);
100 prom_reboot ("vmlinux"); in sun3_reboot()