Home | History | Annotate | Download | only in SpiFvbServices

Lines Matching defs:NumOfBlocks

333   OUT UINTN                               *NumOfBlocks,

350 NumOfBlocks - A pointer to a caller allocated UINTN in which the
415 if (NumOfBlocks) {
416 *NumOfBlocks = (UINTN) (NextLba - Lba);
1066 OUT UINTN *NumOfBlocks
1078 NumOfBlocks - a pointer to a caller allocated UINTN in which the
1099 NumOfBlocks,
1192 UINTN NumOfBlocks;
1204 NumOfBlocks = FwhInstance->NumOfBlocks;
1224 if ((StartingLba + NumOfLba) > NumOfBlocks) {
1648 UINTN NumOfBlocks;
1881 NumOfBlocks = 0;
1895 NumOfBlocks = NumOfBlocks + PtrBlockMapEntry->NumBlocks;
1922 FwhInstance->NumOfBlocks = NumOfBlocks;