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

  /device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
FWBlockService.c 623 EFI_FVB_ATTRIBUTES_2 OldAttributes;
639 OldAttributes = *AttribPtr;
640 Capabilities = OldAttributes & (EFI_FVB2_READ_DISABLED_CAP | \
647 OldStatus = OldAttributes & EFI_FVB2_STATUS;
664 if ((OldAttributes & UnchangedAttributes) ^ (*Attributes & UnchangedAttributes)) {
671 if (OldAttributes & EFI_FVB2_LOCK_STATUS) {
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FWBlockService.c 664 EFI_FVB_ATTRIBUTES_2 OldAttributes;
679 OldAttributes = *AttribPtr;
680 Capabilities = OldAttributes & (EFI_FVB2_READ_DISABLED_CAP | \
686 OldStatus = OldAttributes & EFI_FVB2_STATUS;
704 if ((OldAttributes & UnchangedAttributes) ^ (*Attributes & UnchangedAttributes)) {
710 if (OldAttributes & EFI_FVB2_LOCK_STATUS) {
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockService.c 359 EFI_FVB_ATTRIBUTES_2 OldAttributes;
375 OldAttributes = *AttribPtr;
376 Capabilities = OldAttributes & (EFI_FVB2_READ_DISABLED_CAP | \
382 OldStatus = OldAttributes & EFI_FVB2_STATUS;
400 if ((OldAttributes & UnchangedAttributes) ^
407 if (OldAttributes & EFI_FVB2_LOCK_STATUS) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbService.c 512 EFI_FVB_ATTRIBUTES_2 OldAttributes = 0;
527 OldAttributes = *AttribPtr;
530 Capabilities = OldAttributes & EFI_FVB2_CAPABILITIES;
531 OldStatus = OldAttributes & EFI_FVB2_STATUS;
549 if ((OldAttributes & UnchangedAttributes) ^ (*Attributes & UnchangedAttributes)) {
556 if ( OldAttributes & EFI_FVB2_LOCK_STATUS ) {
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FWBlockService.c 734 EFI_FVB_ATTRIBUTES_2 OldAttributes;
748 OldAttributes = *AttribPtr;
749 Capabilities = OldAttributes & EFI_FVB2_CAPABILITIES;
750 OldStatus = OldAttributes & EFI_FVB2_STATUS;
756 if (OldAttributes & EFI_FVB2_LOCK_STATUS) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.c 954 EFI_FVB_ATTRIBUTES_2 OldAttributes;
970 OldAttributes = *AttribPtr;
971 Capabilities = OldAttributes & EFI_FVB2_CAPABILITIES;
972 OldStatus = OldAttributes & EFI_FVB2_STATUS;
978 if (OldAttributes & EFI_FVB2_LOCK_STATUS) {
    [all...]

Completed in 3517 milliseconds