Lines Matching defs:LoadFile2
26 #include <Protocol/LoadFile2.h>
627 EFI_LOAD_FILE2_PROTOCOL *LoadFile2;
837 // Attempt to access the file via LoadFile2 interface
843 Status = gBS->HandleProtocol (Handle, &gEfiLoadFile2ProtocolGuid, (VOID**)&LoadFile2);
846 // Call LoadFile2 with the correct buffer size
850 Status = LoadFile2->LoadFile (
851 LoadFile2,
862 Status = LoadFile2->LoadFile (
863 LoadFile2,