Searched refs:NumOfUpdates (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DUpdateDispatcher.c616 UINTN NumOfUpdates; local
744 NumOfUpdates = 0;
748 &NumOfUpdates,
811 while (Index < NumOfUpdates) {
H A DUpdateDriver.h91 @param NumOfUpdates Pointer to the number of update data.
103 IN OUT UINTN *NumOfUpdates,
H A DFlashUpdate.c821 UINTN NumOfUpdates; local
867 NumOfUpdates = 0;
897 NumOfUpdates++;
990 NumOfUpdates
H A DParseUpdateProfile.c926 @param NumOfUpdates Pointer to the number of update data.
938 IN OUT UINTN *NumOfUpdates,
989 *NumOfUpdates = Num;
996 for ( Index = 0 ; Index < *NumOfUpdates ; Index++) {
935 ParseUpdateDataFile( IN UINT8 *DataBuffer, IN UINTN BufferSize, IN OUT UINTN *NumOfUpdates, IN OUT UPDATE_CONFIG_DATA **UpdateArray ) argument

Completed in 99 milliseconds