Searched refs:FvAttributes (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolRead.c120 EFI_FV_ATTRIBUTES FvAttributes; local
128 Status = This->GetVolumeAttributes (This, &FvAttributes);
139 if ((FvAttributes & EFI_FV2_READ_STATUS) == 0) {
321 EFI_FV_ATTRIBUTES FvAttributes; local
336 Status = This->GetVolumeAttributes (This, &FvAttributes);
343 if (0 == (FvAttributes & EFI_FV2_READ_STATUS)) {
513 EFI_FV_ATTRIBUTES FvAttributes; local
525 Status = This->GetVolumeAttributes (This, &FvAttributes);
532 if (0 == (FvAttributes & EFI_FV2_READ_STATUS)) {
H A DFwVolWrite.c1362 EFI_FV_ATTRIBUTES FvAttributes; local
1381 &FvAttributes
1389 if ((FvAttributes & EFI_FV2_WRITE_STATUS) == 0) {
1485 FvAlignmentValue = (UINT8) (((UINT32) (FvAttributes & EFI_FV2_ALIGNMENT)) >> 16);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DFirmwareVolume2.h102 @param FvAttributes Pointer to an EFI_FV_ATTRIBUTES in which
115 OUT EFI_FV_ATTRIBUTES *FvAttributes
126 other bits of FvAttributes are ignored on input. On successful
127 return, all bits of *FvAttributes are valid and it contains the
140 @param FvAttributes On input, FvAttributes is a pointer to
145 unsuccessful return, FvAttributes is not
152 FvAttributes.
154 @retval EFI_INVALID_PARAMETER FvAttributes:EFI_FV_READ_STATUS
158 (FvAttributes
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVolRead.c119 EFI_FV_ATTRIBUTES FvAttributes; local
127 Status = FvGetVolumeAttributes (This, &FvAttributes);
135 if ((FvAttributes & EFI_FV2_READ_STATUS) == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.h229 EFI_FVB_ATTRIBUTES_2 FvAttributes; member in struct:__anon9979
H A DGenFvInternalLib.c261 FvInfo->FvAttributes |= 1 << Index;
275 FvInfo->FvAttributes |= Index << 16;
2182 if (mFvDataInfo.FvAttributes == 0) {
2186 mFvDataInfo.FvAttributes = FV_DEFAULT_ATTRIBUTE;
2188 if (mFvDataInfo.FvAttributes & EFI_FVB2_ERASE_POLARITY) {
2211 FvHeader->Attributes = mFvDataInfo.FvAttributes;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiPeiCis.h643 EFI_FVB_ATTRIBUTES_2 FvAttributes; member in struct:__anon12000
655 /// set in FvAttributes.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c1430 VolumeInfo->FvAttributes = FwVolHeader.Attributes;

Completed in 72 milliseconds