/netbsd-src/sys/arch/shark/shark/ |
H A D | shark_machdep.c | 154 extern void cpu_reboot(int, char *); 176 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
|
/netbsd-src/sys/arch/arm/include/ |
H A D | ofw.h | 65 extern void cpu_reboot(int, char *);
|
/netbsd-src/sys/arch/vax/vax/ |
H A D | ka610.c | 59 .cpu_reboot = ka610_reboot,
|
H A D | machdep.c | 338 cpu_reboot(int howto, char *b) in cpu_reboot() function 391 if (dep_call->cpu_reboot) in cpu_reboot() 392 (*dep_call->cpu_reboot)(showto); in cpu_reboot()
|
H A D | ka48.c | 72 .cpu_reboot = ka48_reboot,
|
H A D | ka660.c | 73 .cpu_reboot = generic_reboot,
|
H A D | ka410.c | 70 .cpu_reboot = ka410_reboot,
|
H A D | ka46.c | 71 .cpu_reboot = ka46_reboot,
|
H A D | ka630.c | 69 .cpu_reboot = ka630_reboot,
|
H A D | ka670.c | 61 .cpu_reboot = generic_reboot,
|
H A D | ka53.c | 73 .cpu_reboot = generic_reboot,
|
H A D | ka49.c | 69 .cpu_reboot = ka49_reboot,
|
/netbsd-src/sys/arch/arm/arm32/ |
H A D | arm32_reboot.c | 171 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
|
/netbsd-src/sys/arch/i386/gdbscripts/ |
H A D | stack | 37 # 0xc03049cb <cpu_reboot+99>(0x100,0x0,0xc04fd728,0x0,0x6) 43 # cpu_reboot(0x100,0x0,0xc04fd728,0x0,0x6)
|
/netbsd-src/sys/arch/aarch64/aarch64/ |
H A D | aarch64_reboot.c | 213 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
|
/netbsd-src/sys/kern/ |
H A D | kern_reboot.c | 91 cpu_reboot(howto, bootstr); in kern_reboot()
|
/netbsd-src/sys/sys/ |
H A D | reboot.h | 118 void cpu_reboot(int, char *) __dead;
|
/netbsd-src/sys/arch/arc/arc/ |
H A D | machdep.c | 248 cpu_reboot(RB_HALT | RB_NOSYNC, NULL); in mach_init() 522 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
|
/netbsd-src/sys/arch/cobalt/stand/boot/ |
H A D | boot.c | 124 void cpu_reboot(void); 132 cpu_reboot(void) in cpu_reboot() function
|
H A D | start.S | 61 jal _C_LABEL(cpu_reboot) # failed, reboot
|
/netbsd-src/sys/arch/arm/ofw/ |
H A D | ofwgencfg_machdep.c | 124 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
|
/netbsd-src/sys/arch/evbmips/atheros/ |
H A D | machdep.c | 313 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
|
/netbsd-src/sys/arch/dreamcast/dreamcast/ |
H A D | machdep.c | 200 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
|
/netbsd-src/sys/arch/playstation2/playstation2/ |
H A D | machdep.c | 174 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
|
/netbsd-src/sys/arch/evbarm/mmnet/ |
H A D | mmnet_machdep.c | 161 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
|