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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/
Fv2OnFvThunk.c 50 @param FvAttributes Pointer to an EFI_FV_ATTRIBUTES in which
63 OUT EFI_FV_ATTRIBUTES *FvAttributes
72 other bits of FvAttributes are ignored on input. On successful
73 return, all bits of *FvAttributes are valid and it contains the
89 @param FvAttributes On input, FvAttributes is a pointer to
94 unsuccessful return, FvAttributes is not
101 FvAttributes.
103 @retval EFI_INVALID_PARAMETER FvAttributes:EFI_FV_READ_STATUS
107 (FvAttributes:EFI_FV_READ_ENABLE
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
GenFvImageLib.c 235 FvInfo->FvAttributes |= EFI_FVB_READ_DISABLED_CAP;
254 FvInfo->FvAttributes |= EFI_FVB_READ_ENABLED_CAP;
273 FvInfo->FvAttributes |= EFI_FVB_READ_STATUS;
292 FvInfo->FvAttributes |= EFI_FVB_WRITE_DISABLED_CAP;
311 FvInfo->FvAttributes |= EFI_FVB_WRITE_ENABLED_CAP;
330 FvInfo->FvAttributes |= EFI_FVB_WRITE_STATUS;
349 FvInfo->FvAttributes |= EFI_FVB_LOCK_CAP;
368 FvInfo->FvAttributes |= EFI_FVB_LOCK_STATUS;
387 FvInfo->FvAttributes |= EFI_FVB_STICKY_WRITE;
406 FvInfo->FvAttributes |= EFI_FVB_MEMORY_MAPPED;
    [all...]
GenFvImageLibInternal.h 200 EFI_FVB_ATTRIBUTES FvAttributes;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolRead.c 120 EFI_FV_ATTRIBUTES FvAttributes;
128 Status = This->GetVolumeAttributes (This, &FvAttributes);
139 if ((FvAttributes & EFI_FV2_READ_STATUS) == 0) {
321 EFI_FV_ATTRIBUTES FvAttributes;
336 Status = This->GetVolumeAttributes (This, &FvAttributes);
343 if (0 == (FvAttributes & EFI_FV2_READ_STATUS)) {
514 EFI_FV_ATTRIBUTES FvAttributes;
528 Status = This->GetVolumeAttributes (This, &FvAttributes);
535 if (0 == (FvAttributes & EFI_FV2_READ_STATUS)) {
FwVolWrite.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolume2.h 102 @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:EFI_FV_READ_ENABLE
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/
FirmwareVolume.h 47 EFI_FVB_ATTRIBUTES FvAttributes;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVolRead.c 119 EFI_FV_ATTRIBUTES FvAttributes;
127 Status = FvGetVolumeAttributes (This, &FvAttributes);
135 if ((FvAttributes & EFI_FV2_READ_STATUS) == 0) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EfiFileLib.h 87 EFI_FV_FILE_ATTRIBUTES FvAttributes;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.h 225 EFI_FVB_ATTRIBUTES_2 FvAttributes;
GenFvInternalLib.c 264 FvInfo->FvAttributes |= 1 << Index;
278 FvInfo->FvAttributes |= Index << 16;
291 FvInfo->FvAttributes |= EFI_FVB2_WEAK_ALIGNMENT;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
FwVol.c 684 VolumeInfo->FvAttributes = FwVolHeader.Attributes;
805 FvAlignment = 1 << ((FvImageInfo.FvAttributes & EFI_FVB2_ALIGNMENT) >> 16);
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiPeiCis.h 755 EFI_FVB_ATTRIBUTES_2 FvAttributes;
767 /// set in FvAttributes.
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 571 &File->FvAttributes,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
FwVol.c     [all...]

Completed in 1963 milliseconds