Home | History | Annotate | Download | only in BdsLib

Lines Matching defs:Mtftp4

26 #include <Protocol/Mtftp4.h>

856 @param[in] Mtftp4 MTFTP4 protocol interface
868 IN EFI_MTFTP4_PROTOCOL *Mtftp4,
887 Status = Mtftp4->GetInfo (
888 Mtftp4,
902 Status = Mtftp4->ParseOptions (
903 Mtftp4,
937 @param[in] This MTFTP4 protocol interface
1055 EFI_MTFTP4_PROTOCOL *Mtftp4;
1076 Mtftp4 = NULL;
1108 // Using the MTFTP4 Service Binding Protocol, create a child handle of the MTFTP4 service and
1109 // install the MTFTP4 protocol on it. Then, open the MTFTP4 protocol.
1121 (VOID **) &Mtftp4,
1128 Print (L"Unable to open MTFTP4 protocol\n");
1203 Status = Mtftp4->Configure (Mtftp4, &Mtftp4CfgData);
1205 Print (L"Error while configuring the MTFTP4 protocol\n");
1219 if (Mtftp4GetFileSize (Mtftp4, AsciiFilePath, &FileSize) == EFI_SUCCESS) {
1259 Status = Mtftp4->ReadFile (Mtftp4, &Mtftp4Token);
1297 if (Mtftp4 != NULL) {