Searched refs:kdb_reboot (Results 1 – 1 of 1) sorted by relevance
1091 * kdb_reboot - This function implements the 'reboot' command. Reboot1094 static int kdb_reboot(int argc, const char **argv) in kdb_reboot() function 1097 kdb_printf("Hmm, kdb_reboot did not reboot, spinning here\n"); in kdb_reboot() 1799 kdb_reboot(0, NULL); in kdb_go() 2712 .func = kdb_reboot,