Searched refs:command_reboot (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/boot/i386/loader/ |
H A D | main.c | 315 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 318 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 | 955 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot); 986 command_reboot(int argc, char *argv[]) in command_reboot() function
|