|
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) | |
| static int | login_exec (int argc, char **argv) |
| "login" command More... | |
| COMMAND (login, login_exec) | |
| Login commands. More... | |
Variables | |
| static struct option_descriptor | login_opts [] = {} |
| "login" option list More... | |
| static struct command_descriptor | login_cmd |
| "login" command descriptor More... | |
Login commands.
Definition in file login_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
"login" command
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 55 of file login_cmd.c.
References login_cmd, login_ui(), opts, parse_options(), printf(), rc, and strerror().
| COMMAND | ( | login | , |
| login_exec | |||
| ) |
Login commands.
|
static |
"login" option list
Definition at line 42 of file login_cmd.c.
|
static |
"login" command descriptor
Definition at line 45 of file login_cmd.c.
Referenced by login_exec().
1.8.15