|
iPXE
|
Configuration UI commands. More...
#include <string.h>#include <stdio.h>#include <errno.h>#include <getopt.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <ipxe/settings.h>#include <ipxe/settings_ui.h>Go to the source code of this file.
Data Structures | |
| struct | config_options |
| "config" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | config_exec (int argc, char **argv) |
| "config" command More... | |
| COMMAND (config, config_exec) | |
| Configuration UI commands. More... | |
Variables | |
| static struct option_descriptor | config_opts [] = {} |
| "config" option list More... | |
| static struct command_descriptor | config_cmd |
| "config" command descriptor More... | |
Configuration UI commands.
Definition in file config_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
"config" command
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 58 of file config_cmd.c.
References config_cmd, optind, opts, parse_options(), parse_settings(), printf(), rc, and strerror().
| COMMAND | ( | config | , |
| config_exec | |||
| ) |
Configuration UI commands.
|
static |
"config" option list
Definition at line 45 of file config_cmd.c.
|
static |
"config" command descriptor
Definition at line 48 of file config_cmd.c.
Referenced by config_exec().
1.8.15