TianoCore EDK2 master
|
#include "UefiShellNetwork1CommandsLib.h"
Go to the source code of this file.
Functions | |
CONST CHAR16 *EFIAPI | ShellCommandGetManFileNameNetwork1 (VOID) |
EFI_STATUS EFIAPI | ShellNetwork1CommandsLibConstructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
EFI_STATUS EFIAPI | ShellNetwork1CommandsLibDestructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
CONST CHAR16 | gShellNetwork1FileName [] = L"ShellCommands" |
EFI_HII_HANDLE | gShellNetwork1HiiHandle = NULL |
Main file for NULL named library for network1 shell command functions.
Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file UefiShellNetwork1CommandsLib.c.
CONST CHAR16 *EFIAPI ShellCommandGetManFileNameNetwork1 | ( | VOID | ) |
return the file name of the help text file if not using HII.
Definition at line 20 of file UefiShellNetwork1CommandsLib.c.
EFI_STATUS EFIAPI ShellNetwork1CommandsLibConstructor | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Constructor for the Shell Network1 Commands library.
Install the handlers for Network1 UEFI Shell 2.0 profile commands.
ImageHandle | The image handle of the process. |
SystemTable | The EFI System Table pointer. |
EFI_SUCCESS | The shell command handlers were installed successfully. |
EFI_UNSUPPORTED | The shell level required was not found. |
Definition at line 40 of file UefiShellNetwork1CommandsLib.c.
EFI_STATUS EFIAPI ShellNetwork1CommandsLibDestructor | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Destructor for the library. free any resources.
ImageHandle | The image handle of the process. |
SystemTable | The EFI System Table pointer. |
Definition at line 76 of file UefiShellNetwork1CommandsLib.c.
CONST CHAR16 gShellNetwork1FileName[] = L"ShellCommands" |
Definition at line 10 of file UefiShellNetwork1CommandsLib.c.
EFI_HII_HANDLE gShellNetwork1HiiHandle = NULL |
Definition at line 11 of file UefiShellNetwork1CommandsLib.c.