Home | History | Annotate | Download | only in FvbRuntimeDxe

Lines Matching defs:NumOfBlocks

185   @param[out] NumOfBlocks            A pointer to a caller allocated UINTN in which the

201 OUT UINTN *NumOfBlocks
250 if (NumOfBlocks ) {
251 *NumOfBlocks = (UINTN)(NextLba - Lba);
645 @param[out] NumOfBlocks A pointer to a caller allocated UINTN in which the
659 OUT UINTN *NumOfBlocks
665 "FvbProtocolGetBlockSize: Lba: 0x%lx BlockSize: 0x%x NumOfBlocks: 0x%x\n",
668 NumOfBlocks)
678 NumOfBlocks
782 UINTN NumOfBlocks = 0;
794 NumOfBlocks = FwhInstance->NumOfBlocks;
815 if ( ( StartingLba + NumOfLba ) > NumOfBlocks ) {
1084 FwhInstance->NumOfBlocks = 0;
1092 FwhInstance->NumOfBlocks += PtrBlockMapEntry->NumBlocks;