static int autoboot(void)
Boot the system.
int netboot(struct net_device *netdev)
Boot from a network device.
static int autoboot_exec(int argc, char **argv)
"autoboot" command
static struct ifcommon_command_descriptor autoboot_cmd
"autoboot" command descriptor
static struct option_descriptor autoboot_opts[]
"autoboot" option list
static int autoboot_payload(struct net_device *netdev, struct autoboot_options *opts __unused)
"autoboot" payload
static union @024010030001061367220137227263210031030210157031 opts
"cert<xxx>" option list
#define COMMAND(name, exec)
static struct net_device * netdev
Parse command-line options.
#define __unused
Declare a variable or data structure as unused.
#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.
int ifcommon_exec(int argc, char **argv, struct ifcommon_command_descriptor *ifcmd)
Execute if<xxx> command.
#define IFCOMMON_COMMAND_DESC(_struct, _options, _min_args, _max_args, _usage, _payload, _stop_on_first_success)
Construct "if<xxx>" command descriptor.
Network device management.
Command line option parsing.
#define MAX_ARGUMENTS
No maximum number of arguments.
An "if<xxx>" command descriptor.
A command-line option descriptor.