Searched defs:GetHobList (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DPeiCis.h155 EFI_PEI_GET_HOB_LIST GetHobList; member in struct:_FRAMEWORK_EFI_PEI_SERVICES
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiHobLibFramework/
H A DHobLib.c32 For PEI phase, the PEI service GetHobList() can be used to retrieve the pointer
46 GetHobList ( function
122 HobList = GetHobList ();
193 HobList = GetHobList ();
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeCoreHobLib/
H A DHobLib.c26 For PEI phase, the PEI service GetHobList() can be used to retrieve the pointer
40 GetHobList ( function
110 HobList = GetHobList ();
181 HobList = GetHobList ();
206 HandOffHob = (EFI_HOB_HANDOFF_INFO_TABLE *) GetHobList ();
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeHobLib/
H A DHobLib.c59 For PEI phase, the PEI service GetHobList() can be used to retrieve the pointer
73 GetHobList ( function
143 HobList = GetHobList ();
214 HobList = GetHobList ();
239 HandOffHob = (EFI_HOB_HANDOFF_INFO_TABLE *) GetHobList ();
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiHobLib/
H A DHobLib.c28 For PEI phase, the PEI service GetHobList() can be used to retrieve the pointer
42 GetHobList ( function
118 HobList = GetHobList ();
189 HobList = GetHobList ();
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiPeiCis.h773 EFI_PEI_GET_HOB_LIST GetHobList; member in struct:_EFI_PEI_SERVICES
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/
H A DModuleObject.py193 def GetHobList(self): member in class:ModuleHeaderObject

Completed in 52 milliseconds