Home
last modified time | relevance | path

Searched refs:gShellTftpHiiHandle (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DUefiShellTftpCommandLib.c19 EFI_HANDLE gShellTftpHiiHandle = NULL; variable
53 gShellTftpHiiHandle = NULL; in ShellTftpCommandLibConstructor()
62 gShellTftpHiiHandle = HiiAddPackages ( in ShellTftpCommandLibConstructor()
66 if (gShellTftpHiiHandle == NULL) { in ShellTftpCommandLibConstructor()
74 L"tftp", TRUE , gShellTftpHiiHandle, STRING_TOKEN (STR_GET_HELP_TFTP) in ShellTftpCommandLibConstructor()
93 if (gShellTftpHiiHandle != NULL) { in ShellTftpCommandLibDestructor()
94 HiiRemovePackages (gShellTftpHiiHandle); in ShellTftpCommandLibDestructor()
DTftp.c316 -1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellTftpHiiHandle, in ShellCommandRunTftp()
333 gShellTftpHiiHandle, L"tftp" in ShellCommandRunTftp()
340 gShellTftpHiiHandle, L"tftp" in ShellCommandRunTftp()
355 gShellTftpHiiHandle, L"tftp", ValueStr in ShellCommandRunTftp()
417 gShellTftpHiiHandle, L"tftp", ValueStr in ShellCommandRunTftp()
431 gShellTftpHiiHandle, L"tftp", ValueStr in ShellCommandRunTftp()
451 gShellTftpHiiHandle in ShellCommandRunTftp()
466 gShellTftpHiiHandle, NicNumber, Status in ShellCommandRunTftp()
488 gShellTftpHiiHandle, NicName, Status in ShellCommandRunTftp()
497 gShellTftpHiiHandle, NicName, Status in ShellCommandRunTftp()
[all …]
DUefiShellTftpCommandLib.h40 extern EFI_HANDLE gShellTftpHiiHandle;