HomeSort by relevance Sort by last modified time
    Searched defs:HobStart (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
FindFv.c 34 IN VOID *HobStart
45 HobStart The first HOB in the HOB list.
49 HobStart There were no HOBs found with the requested type.
56 Hob.Raw = HobStart;
60 if (HobStart == NULL) {
61 return HobStart;
80 return HobStart;
120 EFI_PEI_HOB_POINTERS HobStart;
137 (VOID **) &HobStart.Raw
150 Hob.Raw = FindFvGetHob (EFI_HOB_TYPE_FV, HobStart.Raw);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c 56 EFI_PEI_HOB_POINTERS HobStart;
63 HobStart.Raw = GetHobList ();
68 GuidHob.Raw = GetNextGuidHob (gTableGuidArray[Index], HobStart.Raw);
    [all...]

Completed in 2699 milliseconds