Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c315 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 Dloader_emu.c92 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 Dmain.c955 COMMAND_SET(reboot, "reboot", "reboot the system", command_reboot);
986 command_reboot(int argc, char *argv[]) in command_reboot() function