Searched refs:command_reboot (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/userboot/userboot/ |
H A D | main.c | 320 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 323 command_reboot(int argc, char *argv[]) in command_reboot() function
|
/freebsd/stand/i386/loader/ |
H A D | main.c | 392 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 395 command_reboot(int argc, char *argv[]) in command_reboot() function
|
/freebsd/stand/uboot/ |
H A D | main.c | 564 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 566 command_reboot(int argc, char *argv[]) in command_reboot() function
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 1528 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 1531 command_reboot(int argc, char *argv[]) in command_reboot() function
|