TianoCore EDK2 master
|
#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) |
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.
EFI_STATUS EFIAPI TftpAppInitialize | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Entry point of Tftp standalone application.
ImageHandle | The image handle of the process. |
SystemTable | The EFI System Table pointer. |
EFI_SUCCESS | Tftp command is executed successfully. |
EFI_ABORTED | HII package was failed to initialize. |
others | Other errors when executing tftp command. |
GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_TFTP) |