Home
last modified time | relevance | path

Searched refs:restart_cmd (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/alpha/kernel/
Dprocess.c70 char *restart_cmd; member
105 if (!how->restart_cmd) { in common_shutdown_1()
162 common_shutdown(int mode, char *restart_cmd) in common_shutdown() argument
166 args.restart_cmd = restart_cmd; in common_shutdown()
171 machine_restart(char *restart_cmd) in machine_restart() argument
173 common_shutdown(LINUX_REBOOT_CMD_RESTART, restart_cmd); in machine_restart()
/linux-3.4.99/arch/ia64/kernel/
Dprocess.c785 machine_restart (char *restart_cmd) in machine_restart() argument
787 (void) notify_die(DIE_MACHINE_RESTART, restart_cmd, NULL, 0, 0, 0); in machine_restart()