|
iPXE
|
Request parameter commands. More...
#include <stdlib.h>#include <errno.h>#include <getopt.h>#include <ipxe/params.h>#include <ipxe/parseopt.h>#include <ipxe/command.h>Go to the source code of this file.
Data Structures | |
| struct | params_options |
| "params" options More... | |
| struct | param_options |
| "param" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| static int | params_exec (int argc, char **argv) |
| The "params" command. | |
| static int | param_exec (int argc, char **argv) |
| The "param" command. | |
| COMMAND (params, params_exec) | |
| Request parameter commands. | |
| COMMAND (param, param_exec) | |
Variables | |
| static struct option_descriptor | params_opts [] |
| "params" option list | |
| static struct command_descriptor | params_cmd |
| "params" command descriptor | |
| static struct option_descriptor | param_opts [] |
| "param" option list | |
| static struct command_descriptor | param_cmd |
| "param" command descriptor | |
Request parameter commands.
Definition in file param_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
static |
The "params" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 67 of file param_cmd.c.
References create_parameters(), ENOMEM, opts, params_cmd, parse_options(), and rc.
Referenced by COMMAND().
|
static |
The "param" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 118 of file param_cmd.c.
References add_parameter(), concat_args(), ENOMEM, flags, free, key, optind, opts, param, param_cmd, PARAMETER_FORM, PARAMETER_HEADER, parse_options(), parse_parameters(), rc, and value.
Referenced by COMMAND().
| COMMAND | ( | params | , |
| params_exec | ) |
Request parameter commands.
References params_exec().
| COMMAND | ( | param | , |
| param_exec | ) |
References param, and param_exec().
|
static |
"params" option list
Definition at line 49 of file param_cmd.c.
|
static |
"params" command descriptor
Definition at line 57 of file param_cmd.c.
Referenced by params_exec().
|
static |
|
static |
"param" command descriptor
Definition at line 107 of file param_cmd.c.
Referenced by param_exec(), and PROVIDE_REQUIRING_SYMBOL().