iPXE
|
Read memory command. More...
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... | |
Variables | |
static struct option_descriptor | imgmem_opts [] |
"imgmem" option list More... | |
static struct command_descriptor | imgmem_cmd |
"imgmem" command descriptor More... | |
struct command imgmem_commands [] | __command |
Read memory command. 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 61 of file image_mem_cmd.c.
References data, imgmem(), imgmem_cmd, len, optind, opts, parse_integer(), parse_options(), phys_to_user(), and rc.
|
static |
"imgmem" option list
Definition at line 44 of file image_mem_cmd.c.
|
static |
"imgmem" command descriptor
Definition at line 50 of file image_mem_cmd.c.
Referenced by imgmem_exec().
struct command imgmem_commands [] __command |
Read memory command.
Definition at line 91 of file image_mem_cmd.c.