Home
last modified time | relevance | path

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

/arch/m68k/sun3/prom/
Dmisc.c19 prom_reboot(char *bcommand) in prom_reboot() argument
23 (*(romvec->pv_reboot))(bcommand); in prom_reboot()
/arch/sparc/prom/
Dmisc_32.c23 prom_reboot(char *bcommand) in prom_reboot() argument
27 (*(romvec->pv_reboot))(bcommand); in prom_reboot()
Dmisc_64.c51 void prom_reboot(const char *bcommand) in prom_reboot() argument
57 ldom_reboot(bcommand); in prom_reboot()
62 args[3] = (unsigned long) bcommand; in prom_reboot()