Searched refs:command_reboot (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/stand/userboot/userboot/ |
| H A D | main.c | 298 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 301 command_reboot(int argc, char *argv[]) in command_reboot() function
|
| /freebsd-12.1/stand/i386/loader/ |
| H A D | main.c | 348 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 351 command_reboot(int argc, char *argv[]) in command_reboot() function
|
| /freebsd-12.1/stand/uboot/common/ |
| H A D | main.c | 557 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 559 command_reboot(int argc, char *argv[]) in command_reboot() function
|
| /freebsd-12.1/stand/sparc64/loader/ |
| H A D | main.c | 908 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 911 command_reboot(int argc, char *argv[]) in command_reboot() function
|
| /freebsd-12.1/stand/efi/loader/ |
| H A D | main.c | 1027 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 1030 command_reboot(int argc, char *argv[]) in command_reboot() function
|