Searched defs:LoadFile (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DLoadFile.h69 EFI_PEI_LOAD_FILE LoadFile; member in struct:_EFI_PEI_LOAD_FILE_PPI
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DLoadFile2.h6 Network boot is done via a LoadFile protocol.
8 UEFI 2.0 can boot from any device that produces a LoadFile protocol.
80 EFI_LOAD_FILE2 LoadFile; member in struct:_EFI_LOAD_FILE2_PROTOCOL
H A DLoadFile.h6 Network boot is done via a LoadFile protocol.
8 UEFI 2.0 can boot from any device that produces a LoadFile protocol.
83 EFI_LOAD_FILE LoadFile; member in struct:_EFI_LOAD_FILE_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c242 &Private->Ip4Nic->LoadFile,
402 &Private->Ip6Nic->LoadFile,
656 &Private->Ip4Nic->LoadFile,
663 // and install PxeBaseCode, LoadFile and DevicePath protocols.
670 &Private->Ip4Nic->LoadFile,
964 &Private->Ip6Nic->LoadFile,
971 // and install PxeBaseCode, LoadFile and DevicePath protocols.
978 &Private->Ip6Nic->LoadFile,
1361 EFI_LOAD_FILE_PROTOCOL *LoadFile; local
1370 LoadFile
[all...]
H A DPxeBcImpl.h36 #include <Protocol/LoadFile.h>
78 #define PXEBC_VIRTUAL_NIC_FROM_LOADFILE(a) CR (a, PXEBC_VIRTUAL_NIC, LoadFile, PXEBC_VIRTUAL_NIC_SIGNATURE)
92 EFI_LOAD_FILE_PROTOCOL LoadFile; member in struct:_PXEBC_VIRTUAL_NIC
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeLoad.c157 EFI_PEI_LOAD_FILE_PPI *LoadFile; local
239 Status = PeiServicesLocatePpi (&gEfiPeiLoadFilePpiGuid, Instance++, NULL, (VOID **) &LoadFile);
245 Status = LoadFile->LoadFile (
246 LoadFile,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c693 Routine to load image file for subsequent execution by LoadFile Ppi.
694 If any LoadFile Ppi is not found, the build-in support function for the PE32+/TE
720 EFI_PEI_LOAD_FILE_PPI *LoadFile; local
736 (VOID **)&LoadFile
739 Status = LoadFile->LoadFile (
740 LoadFile,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c26 #include <Protocol/LoadFile.h>
626 EFI_LOAD_FILE_PROTOCOL *LoadFile; local
848 Status = LoadFile2->LoadFile (
860 Status = LoadFile2->LoadFile (
877 // Attempt to access the file via LoadFile interface
882 Status = gBS->HandleProtocol (Handle, &gEfiLoadFileProtocolGuid, (VOID**)&LoadFile);
885 // Call LoadFile with the correct buffer size
889 Status = LoadFile->LoadFile (
890 LoadFile,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.h28 #include <Protocol/LoadFile.h>
72 EFI_LOAD_FILE_PROTOCOL LoadFile; member in struct:_PXEBC_PRIVATE_DATA
139 #define PXEBC_PRIVATE_DATA_FROM_LOADFILE(a) CR (a, PXEBC_PRIVATE_DATA, LoadFile, PXEBC_PRIVATE_DATA_SIGNATURE)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c1267 All valid handles in the system except those consume SimpleFs, LoadFile
1288 EFI_LOAD_FILE_PROTOCOL *LoadFile; local
1291 LoadFile = NULL;
1327 (VOID **) &LoadFile
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/
H A DUefiCapsule.c500 EFI_PEI_LOAD_FILE_PPI *LoadFile; local
516 Status = PeiServicesLocatePpi (&gEfiPeiLoadFilePpiGuid, 0, NULL, (VOID **) &LoadFile);
519 Status = LoadFile->LoadFile (
520 LoadFile,
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp438 xptiInterfaceInfoManager::LoadFile(const xptiTypelib& aTypelibRecord, function in class:xptiInterfaceInfoManager

Completed in 70 milliseconds