Home
last modified time | relevance | path

Searched refs:command_reboot (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/userboot/userboot/
H A Dmain.c281 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 Dmain.c316 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 Dmain.c514 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 Dmain.c913 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 Dmain.c485 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 Dloader_emu.c104 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