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

  /src/sys/arch/sun3/include/
mon.h 154 * Reboot interface routine -- resets and reboots system. No return.
157 int (*reBoot)(const char *); /* e.g. reBoot("xy()vmunix") */
346 #define mon_reboot (romVectorPtr->reBoot)
  /src/sys/arch/sparc/include/
oldmon.h 199 /* Reboot interface routine -- resets and reboots system. */
200 void (*reBoot)(const char *) /* e.g. reBoot("xy()vmunix") */
  /src/sys/arch/sun68k/include/
mon.h 158 * Reboot interface routine -- resets and reboots system. No return.
161 int (*reBoot)(const char *); /* e.g. reBoot("xy()vmunix") */
350 #define mon_reboot (romVectorPtr->reBoot)

Completed in 13 milliseconds