Searched refs:reboot_command (Results 1 – 9 of 9) sorted by relevance
45 p = strchr(reboot_command, '\n'); in machine_restart()50 if (*reboot_command) in machine_restart()51 prom_reboot(reboot_command); in machine_restart()
94 p = strchr (reboot_command, '\n'); in machine_restart()98 if (*reboot_command) in machine_restart()99 prom_reboot(reboot_command); in machine_restart()
193 char reboot_command[COMMAND_LINE_SIZE]; variable
166 char reboot_command[COMMAND_LINE_SIZE]; variable
90 .word reboot_command
80 .xword reboot_command
27 const char *reboot_command = "/bin/sh -c 'sleep 3;reboot'&"; in on_warm_reset() local28 if(system(reboot_command) < 0){ in on_warm_reset()45 gchar *reboot_command = "/bin/sh -c 'sleep 3;reboot'"; in on_cold_reset() local47 g_spawn_command_line_async(reboot_command, &err); in on_cold_reset()
12 extern char reboot_command[];
1653 .data = reboot_command,