|
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) | |
| static int | imgextract_exec (int argc, char **argv) |
| The "imgextract" command. More... | |
| COMMAND (imgextract, imgextract_exec) | |
| Archive image commands. More... | |
Variables | |
| static struct option_descriptor | imgextract_opts [] |
| "imgextract" option list More... | |
| static struct command_descriptor | imgextract_cmd |
| "imgextract" command descriptor More... | |
Archive image commands.
Definition in file image_archive_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
The "imgextract" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 69 of file image_archive_cmd.c.
References imgacquire(), imgextract(), imgextract_cmd, optind, opts, parse_options(), rc, and unregister_image().
| COMMAND | ( | imgextract | , |
| imgextract_exec | |||
| ) |
Archive image commands.
|
static |
"imgextract" option list
Definition at line 49 of file image_archive_cmd.c.
|
static |
"imgextract" command descriptor
Definition at line 59 of file image_archive_cmd.c.
Referenced by imgextract_exec().
1.8.15