Searched defs:CapsuleSize (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/Common/
H A DCommonHeader.h26 UINTN CapsuleSize; member in struct:__anon11128
H A DCapsuleCoalesce.c32 UINT32 CapsuleSize; member in struct:__anon11127
140 CapsuleSize - optional pointer to where to return the capsule size
142 @param CapsuleSize Optional pointer to where to return the capsule size
152 IN OUT UINTN *CapsuleSize OPTIONAL
260 UINT64 CapsuleSize; local
270 CapsuleSize = 0;
293 if (CapsuleSize == 0) {
302 CapsuleSize = CapsuleHeader->CapsuleImageSize;
305 if (CapsuleSize >= Ptr->Length) {
306 CapsuleSize
833 UINTN CapsuleSize; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/CdExpressPei/
H A DPeiCdExpress.h67 UINTN CapsuleSize; member in struct:__anon11161

Completed in 60 milliseconds