|
iPXE
|
EFI shim command. More...
#include <getopt.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <ipxe/efi/efi_image.h>#include <usr/imgmgmt.h>#include <usr/shimmgmt.h>Go to the source code of this file.
Data Structures | |
| struct | shim_options |
| "shim" options More... | |
Macros | |
| #define | shim_dummy 1 |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| static int | shim_exec (int argc, char **argv) |
| The "shim" command. | |
| COMMAND (shim, shim_exec) | |
| Shim commands. | |
Variables | |
| static struct option_descriptor | shim_opts [] |
| "shim" option list | |
| static struct command_descriptor | shim_cmd |
| "shim" command descriptor | |
EFI shim command.
Definition in file shim_cmd.c.
| #define shim_dummy 1 |
Definition at line 44 of file shim_cmd.c.
Referenced by shim_exec().
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
static |
The "shim" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 82 of file shim_cmd.c.
References efi_can_load(), find_image_tag(), imgacquire(), kernel, NULL, optind, opts, parse_options(), rc, selected_image, shim(), shim_cmd, and shim_dummy.
Referenced by COMMAND().
Shim commands.
References shim(), and shim_exec().
|
static |
"shim" option list
Definition at line 60 of file shim_cmd.c.
|
static |
"shim" command descriptor
Definition at line 72 of file shim_cmd.c.
Referenced by PROVIDE_REQUIRING_SYMBOL(), and shim_exec().