|
iPXE
|
Read memory command. More...
#include <getopt.h>#include <ipxe/uaccess.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <usr/imgmgmt.h>Go to the source code of this file.
Data Structures | |
| struct | imgmem_options |
| "imgmem" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | imgmem_exec (int argc, char **argv) |
| The "imgmem" command. More... | |
| COMMAND (imgmem, imgmem_exec) | |
| Read memory command. More... | |
Variables | |
| static struct option_descriptor | imgmem_opts [] |
| "imgmem" option list More... | |
| static struct command_descriptor | imgmem_cmd |
| "imgmem" command descriptor More... | |
Read memory command.
Definition in file image_mem_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
The "imgmem" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 62 of file image_mem_cmd.c.
References data, imgmem(), imgmem_cmd, len, optind, opts, parse_integer(), parse_options(), and rc.
| COMMAND | ( | imgmem | , |
| imgmem_exec | |||
| ) |
Read memory command.
|
static |
"imgmem" option list
Definition at line 45 of file image_mem_cmd.c.
|
static |
"imgmem" command descriptor
Definition at line 51 of file image_mem_cmd.c.
Referenced by imgmem_exec().
1.8.15