Searched refs:command_reboot (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/boot/userboot/userboot/ |
| H A D | main.c | 312 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 315 command_reboot(int argc, char *argv[]) in command_reboot() function
|
| /illumos-gate/usr/src/boot/i386/loader/ |
| H A D | main.c | 321 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 324 command_reboot(int argc __unused, char *argv[] __unused) in command_reboot() function
|
| /illumos-gate/usr/src/common/ficl/emu/ |
| H A D | loader_emu.c | 92 static int command_reboot(int argc, char *argv[]); 1948 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 1950 command_reboot(int argc, char *argv[]) in command_reboot() function
|
| /illumos-gate/usr/src/boot/efi/loader/ |
| H A D | main.c | 952 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 983 command_reboot(int argc, char *argv[]) in command_reboot() function
|