HomeSort by: relevance | last modified time | path
    Searched defs:cpu_reset_func (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/virt68k/virt68k/
machdep.c 434 static void (*cpu_reset_func)(void *, int); variable in typeref:typename:void (*)(void *,int)
440 if (cpu_reset_func == NULL) {
441 cpu_reset_func = func;
490 if (cpu_reset_func == NULL) {
500 (*cpu_reset_func)(cpu_reset_func_arg, RB_HALT);
505 (*cpu_reset_func)(cpu_reset_func_arg, RB_AUTOBOOT);
machdep.c 434 static void (*cpu_reset_func)(void *, int); variable in typeref:typename:void (*)(void *,int)
440 if (cpu_reset_func == NULL) {
441 cpu_reset_func = func;
490 if (cpu_reset_func == NULL) {
500 (*cpu_reset_func)(cpu_reset_func_arg, RB_HALT);
505 (*cpu_reset_func)(cpu_reset_func_arg, RB_AUTOBOOT);

Completed in 24 milliseconds