HomeSort by relevance Sort by last modified time
    Searched refs:NumOfUpdates (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
ParseConfigProfile.c 77 ConfigHeader->NumOfUpdates = Num;
84 for (Index = 0 ; Index < ConfigHeader->NumOfUpdates ; Index++) {
SystemFirmwareDxe.h 96 UINTN NumOfUpdates;
SystemFirmwareUpdateDxe.c 163 DEBUG((DEBUG_INFO, "ConfigHeader.NumOfUpdates - 0x%x\n", ConfigHeader.NumOfUpdates));
168 while (Index < ConfigHeader.NumOfUpdates) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
UpdateDispatcher.c 616 UINTN NumOfUpdates;
744 NumOfUpdates = 0;
748 &NumOfUpdates,
812 while (Index < NumOfUpdates) {
UpdateDriver.h 91 @param NumOfUpdates Pointer to the number of update data.
103 IN OUT UINTN *NumOfUpdates,
FlashUpdate.c 821 UINTN NumOfUpdates;
867 NumOfUpdates = 0;
897 NumOfUpdates++;
    [all...]
ParseUpdateProfile.c 925 @param NumOfUpdates Pointer to the number of update data.
937 IN OUT UINTN *NumOfUpdates,
988 *NumOfUpdates = Num;
995 for ( Index = 0 ; Index < *NumOfUpdates ; Index++) {

Completed in 277 milliseconds