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

  /device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
FwBlockService.h 28 UINTN NumOfBlocks;
146 OUT UINTN *NumOfBlocks,
185 OUT UINTN *NumOfBlocks
FWBlockService.c 265 OUT UINTN *NumOfBlocks,
280 NumOfBlocks - A pointer to a caller allocated UINTN in which the
339 if (NumOfBlocks != NULL) {
340 *NumOfBlocks = (UINTN) (NextLba - Lba);
763 OUT UINTN *NumOfBlocks
775 NumOfBlocks - a pointer to a caller allocated UINTN in which the
795 NumOfBlocks,
888 UINTN NumOfBlocks;
899 NumOfBlocks = FwhInstance->NumOfBlocks;
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FwBlockService.h 34 UINTN NumOfBlocks;
149 OUT UINTN *NumOfBlocks,
184 OUT UINTN *NumOfBlocks
FWBlockService.c 306 OUT UINTN *NumOfBlocks,
321 NumOfBlocks - A pointer to a caller allocated UINTN in which the
380 if (NumOfBlocks != NULL) {
381 *NumOfBlocks = (UINTN) (NextLba - Lba);
802 OUT UINTN *NumOfBlocks
814 NumOfBlocks - a pointer to a caller allocated UINTN in which the
834 NumOfBlocks,
927 UINTN NumOfBlocks;
938 NumOfBlocks = FwhInstance->NumOfBlocks;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockService.h 28 UINTN NumOfBlocks;
115 OUT UINTN *NumOfBlocks,
149 OUT UINTN *NumOfBlocks
FwBlockService.c 242 OUT UINTN *NumOfBlocks,
256 NumOfBlocks - A pointer to a caller allocated UINTN in which the
314 if (NumOfBlocks != NULL) {
315 *NumOfBlocks = (UINTN) (NextLba - Lba);
499 OUT UINTN *NumOfBlocks
511 NumOfBlocks - a pointer to a caller allocated UINTN in which the
531 NumOfBlocks,
626 UINTN NumOfBlocks;
638 NumOfBlocks = FwhInstance->NumOfBlocks;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbService.h 64 UINTN NumOfBlocks;
137 OUT UINTN *NumOfBlocks
FvbSmmCommon.h 71 UINTN NumOfBlocks;
FvbService.c 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;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FwBlockService.h 96 UINTN NumOfBlocks;
233 OUT UINTN *NumOfBlocks,
268 OUT UINTN *NumOfBlocks
FWBlockService.c 348 OUT UINTN *NumOfBlocks OPTIONAL,
363 NumOfBlocks - A pointer to a caller allocated UINTN in which the
423 if (NumOfBlocks) {
424 *NumOfBlocks = (UINTN) (NextLba - Lba);
848 OUT UINTN *NumOfBlocks
860 NumOfBlocks - a pointer to a caller allocated UINTN in which the
880 NumOfBlocks,
973 UINTN NumOfBlocks;
984 NumOfBlocks = FwhInstance->NumOfBlocks;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
FlashUpdate.c 48 1, // NumOfBlocks
341 UINTN NumOfBlocks;
364 // NumOfBlocks will be the NumOfUdpates.
367 NumOfBlocks = 0;
376 NumOfBlocks = NumOfBlocks + PtrMap->NumBlocks;
437 NumOfBlocks
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.c 333 OUT UINTN *NumOfBlocks,
350 NumOfBlocks - A pointer to a caller allocated UINTN in which the
415 if (NumOfBlocks) {
416 *NumOfBlocks = (UINTN) (NextLba - Lba);
    [all...]
FwBlockService.h 70 UINTN NumOfBlocks;
237 OUT UINTN *NumOfBlocks,
282 OUT UINTN *NumOfBlocks

Completed in 818 milliseconds