Searched defs:PpiList (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/PeiMain/
H A DPeiMain.c124 @param PpiList Points to a list of one or more PPI descriptors to be installed initially by the PEI core.
139 IN CONST EFI_PEI_PPI_DESCRIPTOR *PpiList,
239 OldCoreData->ShadowedPeiCore (SecCoreData, PpiList, OldCoreData);
324 if (PpiList != NULL) {
325 Status = PeiServicesInstallPpi (PpiList);
137 PeiCore( IN CONST EFI_SEC_PEI_HAND_OFF *SecCoreData, IN CONST EFI_PEI_PPI_DESCRIPTOR *PpiList, IN VOID *Data ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/
H A DPeiMain.h65 /// PPI database structure which contains two link: PpiList and NotifyList. PpiList
70 /// index of end of PpiList link list.
82 /// index of last installed Ppi description in PpiList link list.
141 @param PpiList Points to a list of one or more PPI descriptors to be installed initially by the PEI core.
154 IN CONST EFI_PEI_PPI_DESCRIPTOR *PpiList,
247 EFI_PEI_PPI_DESCRIPTOR *PpiList; member in struct:__anon10966
263 @param PpiList Points to a list of one or more PPI descriptors to be installed initially by the PEI core.
277 IN CONST EFI_PEI_PPI_DESCRIPTOR *PpiList,
399 @param PpiList Pointe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py2907 PpiList = property(_GetPpiList) variable in class:ModuleAutoGen

Completed in 1300 milliseconds