Home | History | Annotate | Download | only in FvbRuntimeDxe

Lines Matching refs:OldAttributes

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 ) {