|
iPXE
|
Login commands. More...
#include <string.h>#include <stdio.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <ipxe/login_ui.h>Go to the source code of this file.
Data Structures | |
| struct | login_options |
| "login" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| static int | login_exec (int argc, char **argv) |
| "login" command | |
| COMMAND (login, login_exec) | |
| Login commands. | |
Variables | |
| static struct option_descriptor | login_opts [] = {} |
| "login" option list | |
| static struct command_descriptor | login_cmd |
| "login" command descriptor | |
Login commands.
Definition in file login_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
static |
"login" command
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 56 of file login_cmd.c.
References login_cmd, login_ui(), opts, parse_options(), printf(), rc, and strerror().
Referenced by COMMAND().
| COMMAND | ( | login | , |
| login_exec | ) |
Login commands.
References login, and login_exec().
|
static |
|
static |
"login" command descriptor
Definition at line 46 of file login_cmd.c.
Referenced by login_exec(), and PROVIDE_REQUIRING_SYMBOL().