Searched refs:restart_cmd (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | process.c | 71 char *restart_cmd; member 106 if (!how->restart_cmd) { in common_shutdown_1() 165 common_shutdown(int mode, char *restart_cmd) in common_shutdown() argument 169 args.restart_cmd = restart_cmd; in common_shutdown() 174 machine_restart(char *restart_cmd) in machine_restart() argument 176 common_shutdown(LINUX_REBOOT_CMD_RESTART, restart_cmd); in machine_restart()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | oe_syslog.py | 43 def restart_sanity(self, names, restart_cmd, pidchange=True): argument 48 status, output = self.target.run(restart_cmd)
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | process.c | 589 machine_restart (char *restart_cmd) in machine_restart() argument 591 (void) notify_die(DIE_MACHINE_RESTART, restart_cmd, NULL, 0, 0, 0); in machine_restart()
|