TianoCore EDK2 master
Loading...
Searching...
No Matches
TftpApp.c File Reference
#include "Tftp.h"

Go to the source code of this file.

Functions

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

Variables

GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_TFTP)
 

Detailed Description

Entrypoint of "tftp" shell standalone application.

Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.
Copyright (c) 2015, ARM Ltd. All rights reserved.

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

Definition in file TftpApp.c.

Function Documentation

◆ TftpAppInitialize()

EFI_STATUS EFIAPI TftpAppInitialize ( 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 34 of file TftpApp.c.

Variable Documentation

◆ mStringHelpTokenId

GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_TFTP)

Definition at line 20 of file TftpApp.c.