|
iPXE
|
Reboot command. More...
Go to the source code of this file.
Data Structures | |
| struct | reboot_options |
| "reboot" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | reboot_exec (int argc, char **argv) |
| The "reboot" command. More... | |
| COMMAND (reboot, reboot_exec) | |
| "reboot" command More... | |
Variables | |
| static struct option_descriptor | reboot_opts [] |
| "reboot" option list More... | |
| static struct command_descriptor | reboot_cmd |
| "reboot" command descriptor More... | |
Reboot command.
Definition in file reboot_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
The "reboot" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 64 of file reboot_cmd.c.
References flags, opts, parse_options(), rc, reboot(), reboot_cmd, REBOOT_SETUP, and REBOOT_WARM.
| COMMAND | ( | reboot | , |
| reboot_exec | |||
| ) |
"reboot" command
|
static |
"reboot" option list
Definition at line 46 of file reboot_cmd.c.
|
static |
"reboot" command descriptor
Definition at line 54 of file reboot_cmd.c.
Referenced by reboot_exec().
1.8.15