#define NULL
NULL pointer (VOID *)
struct arbelprm_rc_send_wqe rc
static union @024010030001061367220137227263210031030210157031 opts
"cert<xxx>" option list
#define COMMAND(name, exec)
Parse command-line options.
@ no_argument
Option does not take an argument.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
#define REBOOT_SETUP
Reboot to firmware setup.
void reboot(int flags)
Reboot system.
#define REBOOT_WARM
Perform a warm reboot.
int parse_flag(char *text __unused, int *flag)
Parse flag.
int parse_options(int argc, char **argv, struct command_descriptor *cmd, void *opts)
Parse command-line options.
Command line option parsing.
#define COMMAND_DESC(_struct, _options, _min_args, _max_args, _usage)
Construct command descriptor.
#define OPTION_DESC(_longopt, _shortopt, _has_arg, _struct, _field, _parse)
Construct option descriptor.
static int reboot_exec(int argc, char **argv)
The "reboot" command.
static struct option_descriptor reboot_opts[]
"reboot" option list
static struct command_descriptor reboot_cmd
"reboot" command descriptor
A command-line option descriptor.
int setup
Reboot to firmware setup.
int warm
Perform a warm reboot.