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

  /device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Guid/
EdkiiSystemFmpCapsule.h 116 UINT64 AttributesSetting;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 197 /// supported and the current setting value is indicated in AttributesSetting. A
199 /// AttributesSetting is meaningless.
206 UINT64 AttributesSetting;
252 /// supported and the current setting value is indicated in AttributesSetting. A
254 /// AttributesSetting is meaningless.
261 UINT64 AttributesSetting;
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleDump.c 561 Print(L" AttributesSetting - 0x%lx\n", CurrentImageInfo->AttributesSetting);
562 Print(L" IMAGE_UPDATABLE - 0x%lx\n", CurrentImageInfo->AttributesSetting & IMAGE_ATTRIBUTE_IMAGE_UPDATABLE);
563 Print(L" RESET_REQUIRED - 0x%lx\n", CurrentImageInfo->AttributesSetting & IMAGE_ATTRIBUTE_RESET_REQUIRED);
564 Print(L" AUTHENTICATION_REQUIRED - 0x%lx\n", CurrentImageInfo->AttributesSetting & IMAGE_ATTRIBUTE_AUTHENTICATION_REQUIRED);
565 Print(L" IN_USE - 0x%lx\n", CurrentImageInfo->AttributesSetting & IMAGE_ATTRIBUTE_IN_USE);
566 Print(L" UEFI_IMAGE - 0x%lx\n", CurrentImageInfo->AttributesSetting & IMAGE_ATTRIBUTE_UEFI_IMAGE);
591 @param[in] AttributesSetting Package attributes.
599 IN UINT64 AttributesSetting
609 Print(L" AttributesSetting - 0x%lx\n", AttributesSetting);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareManagement.h 74 /// supported and the current setting value is indicated in AttributesSetting. A
76 /// AttributesSetting is meaningless.
83 UINT64 AttributesSetting;
456 indicated in AttributesSetting. A value of 0 indicates the attribute is not
457 supported and the current setting value in AttributesSetting is meaningless.
458 @param[out] AttributesSetting Package attributes. See 'Package Attribute Definitions' for possible returned
473 OUT UINT64 *AttributesSetting

Completed in 334 milliseconds