Searched refs:bcommand (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/m68k/sun3/prom/
H A Dmisc.c18 /* Reset and reboot the machine with the command 'bcommand'. */
20 prom_reboot(char *bcommand) argument
24 (*(romvec->pv_reboot))(bcommand);
/linux-master/arch/sparc/prom/
H A Dmisc_32.c22 /* Reset and reboot the machine with the command 'bcommand'. */
24 prom_reboot(char *bcommand) argument
28 (*(romvec->pv_reboot))(bcommand);
H A Dmisc_64.c51 /* Reset and reboot the machine with the command 'bcommand'. */
52 void prom_reboot(const char *bcommand) argument
58 ldom_reboot(bcommand);
63 args[3] = (unsigned long) bcommand;

Completed in 655 milliseconds