Home
last modified time | relevance | path

Searched refs:UnchangedAttributes (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
DFwBlockService.c365 EFI_FVB_ATTRIBUTES_2 UnchangedAttributes; in FvbSetVolumeAttributes() local
385 UnchangedAttributes = EFI_FVB2_READ_DISABLED_CAP | \ in FvbSetVolumeAttributes()
400 if ((OldAttributes & UnchangedAttributes) ^ in FvbSetVolumeAttributes()
401 (*Attributes & UnchangedAttributes)) { in FvbSetVolumeAttributes()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
DFvbService.c514 EFI_FVB_ATTRIBUTES_2 UnchangedAttributes; in FvbSetVolumeAttributes()
534 UnchangedAttributes = EFI_FVB2_READ_DISABLED_CAP | \ in FvbSetVolumeAttributes()
549 if ((OldAttributes & UnchangedAttributes) ^ (*Attributes & UnchangedAttributes)) { in FvbSetVolumeAttributes()
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
DFWBlockService.c629 EFI_FVB_ATTRIBUTES_2 UnchangedAttributes; in FvbSetVolumeAttributes() local
649 UnchangedAttributes = EFI_FVB2_READ_DISABLED_CAP | \ in FvbSetVolumeAttributes()
664 if ((OldAttributes & UnchangedAttributes) ^ (*Attributes & UnchangedAttributes)) { in FvbSetVolumeAttributes()
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
DFWBlockService.c670 EFI_FVB_ATTRIBUTES_2 UnchangedAttributes; in FvbSetVolumeAttributes() local
689 UnchangedAttributes = EFI_FVB2_READ_DISABLED_CAP | \ in FvbSetVolumeAttributes()
704 if ((OldAttributes & UnchangedAttributes) ^ (*Attributes & UnchangedAttributes)) { in FvbSetVolumeAttributes()