|
iPXE
|
Archive image commands. More...
#include <getopt.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <usr/imgmgmt.h>#include <usr/imgarchive.h>Go to the source code of this file.
Data Structures | |
| struct | imgextract_options |
| "imgextract" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| static int | imgextract_exec (int argc, char **argv) |
| The "imgextract" command. | |
| COMMAND (imgextract, imgextract_exec) | |
| Archive image commands. | |
Variables | |
| static struct option_descriptor | imgextract_opts [] |
| "imgextract" option list | |
| static struct command_descriptor | imgextract_cmd |
| "imgextract" command descriptor | |
Archive image commands.
Definition in file image_archive_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
static |
The "imgextract" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 70 of file image_archive_cmd.c.
References imgacquire(), imgextract(), imgextract_cmd, optind, opts, parse_options(), rc, and unregister_image().
Referenced by COMMAND().
| COMMAND | ( | imgextract | , |
| imgextract_exec | ) |
Archive image commands.
References imgextract(), and imgextract_exec().
|
static |
"imgextract" option list
Definition at line 50 of file image_archive_cmd.c.
|
static |
"imgextract" command descriptor
Definition at line 60 of file image_archive_cmd.c.
Referenced by imgextract_exec().