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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/
CapsuleService.c 3 (UpdateCapsule, QueryCapsuleCapabilities)
40 // The times of calling UpdateCapsule ()
89 UpdateCapsule (
203 // if user calls UpdateCapsule multiple times.
241 Returns if the capsule can be supported via UpdateCapsule().
247 @param MaxiumCapsuleSize On output the maximum size that UpdateCapsule() can
248 support as an argument to UpdateCapsule() via
392 gRT->UpdateCapsule = UpdateCapsule;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
RuntimeServicesTable.c 175 "UpdateCapsule",
176 (VOID *)gRT->UpdateCapsule,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/
RuntimeService.c 420 return mRTEdkDxeRuntimeDriverLib->UpdateCapsule (
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
Runtime.c 340 RuntimeDriverConvertInternalPointer ((VOID **) &gRT->UpdateCapsule);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiRuntimeLib/
RuntimeLib.c 693 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
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleApp.c 849 // Inquire platform capability of UpdateCapsule.
869 Status = gRT->UpdateCapsule(CapsuleHeaderArray,CapsuleNum,(UINTN) BlockDescriptors);
875 // For capsule who has reset flag, after calling UpdateCapsule service,triger a
881 // For capsule who has no reset flag, only call UpdateCapsule Service without a
884 Status = gRT->UpdateCapsule (CapsuleHeaderArray,CapsuleNum,(UINTN) BlockDescriptors);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h 950 EFI_UPDATE_CAPSULE UpdateCapsule;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h     [all...]

Completed in 127 milliseconds