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

  /src/sys/arch/sandpoint/sandpoint/
machdep.c 98 void (*md_reboot)(int); variable in typeref:typename:void (*)(int)
393 if (md_reboot != NULL)
394 (*md_reboot)(howto);

Completed in 12 milliseconds