Searched refs:command_reboot (Results 1 – 6 of 6) sorted by relevance
| /titanic_53/usr/src/boot/sys/boot/userboot/userboot/ |
| H A D | main.c | 281 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 284 command_reboot(int argc, char *argv[]) in command_reboot() function
|
| /titanic_53/usr/src/boot/sys/boot/i386/loader/ |
| H A D | main.c | 316 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 319 command_reboot(int argc, char *argv[]) in command_reboot() function
|
| /titanic_53/usr/src/boot/sys/boot/uboot/common/ |
| H A D | main.c | 514 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 516 command_reboot(int argc, char *argv[]) in command_reboot() function
|
| /titanic_53/usr/src/boot/sys/boot/sparc64/loader/ |
| H A D | main.c | 913 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 916 command_reboot(int argc, char *argv[]) in command_reboot() function
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/ |
| H A D | main.c | 485 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 488 command_reboot(int argc __unused, char *argv[] __unused) in command_reboot() function
|
| /titanic_53/usr/src/common/ficl/emu/ |
| H A D | loader_emu.c | 104 static int command_reboot(int argc, char *argv[]); 751 COMMAND_SET(cmdp, "reboot", "reboot the system", command_reboot); in bf_init() 1969 command_reboot(int argc, char *argv[]) in command_reboot() function
|