HomeSort by relevance Sort by last modified time
    Searched defs:AttributesSupported (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Guid/
EdkiiSystemFmpCapsule.h 115 UINT64 AttributesSupported;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 201 UINT64 AttributesSupported;
256 UINT64 AttributesSupported;
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleDump.c 555 Print(L" AttributesSupported - 0x%lx\n", CurrentImageInfo->AttributesSupported);
556 Print(L" IMAGE_UPDATABLE - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_IMAGE_UPDATABLE);
557 Print(L" RESET_REQUIRED - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_RESET_REQUIRED);
558 Print(L" AUTHENTICATION_REQUIRED - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_AUTHENTICATION_REQUIRED);
559 Print(L" IN_USE - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_IN_USE);
560 Print(L" UEFI_IMAGE - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_UEFI_IMAGE);
590 @param[in] AttributesSupported Package attributes that are supported by this device.
598 IN UINT64 AttributesSupported,
605 Print(L" AttributesSupported - 0x%lx\n", AttributesSupported);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareManagement.h 78 UINT64 AttributesSupported;
453 @param[out] AttributesSupported Package attributes that are supported by this device. See 'Package Attribute
472 OUT UINT64 *AttributesSupported,

Completed in 99 milliseconds