TianoCore EDK2 master
Loading...
Searching...
No Matches
DpApp.c File Reference
#include "Dp.h"

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI DpAppInitialize (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Variables

GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_DP)
 

Detailed Description

Entrypoint of "dp" shell standalone application.

Copyright (c) 2017, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file DpApp.c.

Function Documentation

◆ DpAppInitialize()

EFI_STATUS EFIAPI DpAppInitialize ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

Entry point of Tftp standalone application.

Parameters
ImageHandleThe image handle of the process.
SystemTableThe EFI System Table pointer.
Return values
EFI_SUCCESSTftp command is executed successfully.
EFI_ABORTEDHII package was failed to initialize.
othersOther errors when executing tftp command.

Definition at line 33 of file DpApp.c.

Variable Documentation

◆ mStringHelpTokenId

GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_DP)

Definition at line 19 of file DpApp.c.