Searched refs:UpdateCapsule (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsuleRuntimeDxe/
H A DCapsuleService.c3 (UpdateCapsule, QueryCapsuleCapabilities)
39 // The times of calling UpdateCapsule ()
80 UpdateCapsule ( function
183 // if user calls UpdateCapsule multiple times.
221 Returns if the capsule can be supported via UpdateCapsule().
227 @param MaxiumCapsuleSize On output the maximum size that UpdateCapsule() can
228 support as an argument to UpdateCapsule() via
357 gRT->UpdateCapsule = UpdateCapsule;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Druntime_service_table.h53 TBL_ENTRY(EFI_UPDATE_CAPSULE, UpdateCapsule, NVOID, EFI_STATUS, 3, (PTR2(EFI_CAPSULE_HEADER), SCL(UINTN), SCL(EFI_PHYSICAL_ADDRESS)))
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DRuntimeServicesTable.c185 "UpdateCapsule",
186 (VOID *)gRT->UpdateCapsule,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DRuntime.c335 RuntimeDriverConvertInternalPointer ((VOID **) &gRT->UpdateCapsule);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c693 This service is a wrapper for the UEFI Runtime Service UpdateCapsule().
734 return mInternalRT->UpdateCapsule (
746 capsules can be updated via UpdateCapsule(). The Flags values in the capsule header and
763 @param MaximumCapsuleSize On output the maximum size that UpdateCapsule() can
764 support as an argument to UpdateCapsule() via
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1665 Returns if the capsule can be supported via UpdateCapsule().
1671 @param MaxiumCapsuleSize On output the maximum size that UpdateCapsule() can
1672 support as an argument to UpdateCapsule() via
1779 EFI_UPDATE_CAPSULE UpdateCapsule; member in struct:__anon12445
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h1665 Returns if the capsule can be supported via UpdateCapsule().
1671 @param MaxiumCapsuleSize On output the maximum size that UpdateCapsule() can
1672 support as an argument to UpdateCapsule() via
1778 EFI_UPDATE_CAPSULE UpdateCapsule; member in struct:__anon15719

Completed in 61 milliseconds