Searched refs:cpu_reboot (Results 1 - 25 of 123) sorted by relevance

12345

/src/sys/arch/arm/include/
H A Dofw.h65 extern void cpu_reboot(int, char *);
/src/sys/arch/vax/vax/
H A Dka610.c59 .cpu_reboot = ka610_reboot,
H A Dka410.c70 .cpu_reboot = ka410_reboot,
H A Dka46.c71 .cpu_reboot = ka46_reboot,
H A Dka48.c72 .cpu_reboot = ka48_reboot,
H A Dka630.c69 .cpu_reboot = ka630_reboot,
H A Dka660.c73 .cpu_reboot = generic_reboot,
H A Dka670.c61 .cpu_reboot = generic_reboot,
H A Dka43.c73 .cpu_reboot = ka43_reboot,
H A Dka49.c69 .cpu_reboot = ka49_reboot,
H A Dka53.c73 .cpu_reboot = generic_reboot,
H A Dka680.c96 .cpu_reboot = generic_reboot,
/src/sys/arch/arm/arm32/
H A Darm32_reboot.c168 cpu_reboot(int howto, char *bootstr) function in typeref:typename:void
/src/sys/kern/
H A Dkern_reboot.c87 * that each and every cpu_reboot() does and put it here.
91 cpu_reboot(howto, bootstr);
/src/sys/sys/
H A Dreboot.h118 void cpu_reboot(int, char *) __dead;
/src/sys/arch/aarch64/aarch64/
H A Daarch64_reboot.c210 cpu_reboot(int howto, char *bootstr) function in typeref:typename:void
/src/sys/arch/cobalt/stand/boot/
H A Dstart.S61 jal _C_LABEL(cpu_reboot) # failed, reboot
/src/sys/arch/arm/ofw/
H A Dofwgencfg_machdep.c124 cpu_reboot(int howto, char *bootstr) function in typeref:typename:void
/src/sys/arch/evbmips/atheros/
H A Dmachdep.c313 cpu_reboot(int howto, char *bootstr) function in typeref:typename:void
/src/sys/arch/vax/include/
H A Dcpu.h73 void (*cpu_reboot)(int); /* Cpu dependent reboot call */ member in struct:cpu_dep
/src/sys/arch/dreamcast/dreamcast/
H A Dmachdep.c200 cpu_reboot(int howto, char *bootstr) function in typeref:typename:void
/src/sys/arch/playstation2/playstation2/
H A Dmachdep.c56 #include <dev/cons.h> /* cntab access (cpu_reboot) */
174 cpu_reboot(int howto, char *bootstr) function in typeref:typename:void
/src/sys/arch/ibmnws/ibmnws/
H A Dmachdep.c199 cpu_reboot(int howto, char *what) function in typeref:typename:void
/src/sys/arch/evbmips/malta/
H A Dmachdep.c319 cpu_reboot(int howto, char *bootstr) function in typeref:typename:void
/src/sys/arch/evbmips/ingenic/
H A Dmachdep.c269 cpu_reboot(int howto, char *bootstr) function in typeref:typename:void

Completed in 21 milliseconds

12345