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

  /src/sys/arch/sandpoint/sandpoint/
satmgr.c 123 static void satmgr_reboot(int);
332 md_reboot = satmgr_reboot; /* cpu_reboot() hook */
342 satmgr_reboot(int howto) function in typeref:typename:void
355 tsleep(satmgr_reboot, PWAIT, "reboot", 0);

Completed in 51 milliseconds