Home | History | Annotate | Download | only in Common

Lines Matching defs:BlockList

43   @param BlockList   Pointer to head of capsule block descriptors

51 by the BlockList.
56 EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
72 @param BlockList pointer to the capsule block descriptors
84 IN EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
151 @param BlockList Pointer to head of capsule block descriptors
159 by the BlockList.
164 EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
181 CurrDesc = BlockList;
202 CurrDesc = BlockList;
219 CurrDesc = BlockList;
297 @param BlockList Pointer to the capsule descriptors
300 @retval NULL BlockList is not valid.
301 @retval LastBlockDesc Last one Block in BlockList
306 IN EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
330 Ptr = BlockList;
344 DEBUG ((EFI_D_ERROR, "ERROR: BlockList address failed alignment check\n"));
420 // No any capsule is found in BlockList
447 @param BlockList pointer to the capsule block descriptors
459 IN EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList,
491 TempBlockDesc = BlockList;
512 RelocBuffer = FindFreeMem (BlockList, MemBase, MemSize, (UINTN) TempBlockDesc->Length);
528 CurrBlockDescHead = BlockList;
550 RelocBuffer = FindFreeMem (BlockList, MemBase, MemSize, BlockListSize);
561 BlockList = (EFI_CAPSULE_BLOCK_DESCRIPTOR *) RelocBuffer;
575 TempBlockDesc = BlockList;
899 // Combine the different BlockList into single BlockList.
965 MemBase ---->+---------------------------+<----- BlockList
1020 EFI_CAPSULE_BLOCK_DESCRIPTOR *BlockList;
1040 Status = BuildCapsuleDescriptors (BlockListBuffer, MemoryResource, &BlockList);
1046 CapsuleTestPatternPreCoalesce (PeiServices, BlockList);
1054 Status = GetCapsuleInfo (BlockList, &NumDescriptors, &CapsuleSize, &CapsuleNumber);
1085 PrivateDataDesc[1].Union.DataBlock = (EFI_PHYSICAL_ADDRESS) (UINTN) BlockList;
1103 BlockList = PrivateDataDesc;
1148 BlockList = RelocateBlockDescriptors (PeiServices, BlockList, NumDescriptors, FreeMemBase, FreeMemSize);
1149 if (BlockList == NULL) {
1161 FreeMemBase = (UINT8 *) BlockList + DescriptorsSize;
1173 CurrentBlockDesc = BlockList;
1202 RelocPtr = FindFreeMem (BlockList, FreeMemBase, FreeMemSize, (UINTN) TempBlockDesc->Length);