Searched defs:Attributes (Results 51 - 75 of 116) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAtaPassThru.h28 UINT32 Attributes; member in struct:__anon12023
H A DScsiPassThruExt.h76 UINT32 Attributes; member in struct:__anon12283
H A DPciIo.h111 /// Set the PCI controller's current attributes to Attributes.
115 /// Enable the attributes specified by the bits that are set in Attributes for this PCI controller.
119 /// Disable the attributes specified by the bits that are set in Attributes for this PCI controller.
343 @param Attributes The requested bit mask of attributes for the allocated range.
346 @retval EFI_UNSUPPORTED Attributes is unsupported. The only legal attribute bits are
360 IN UINT64 Attributes
430 @param Attributes The mask of attributes that are used for Set, Enable, and Disable
438 Attributes are not supported by this PCI controller or one of
447 IN UINT64 Attributes,
467 @retval EFI_INVALID_PARAMETER Both Supports and Attributes ar
536 EFI_PCI_IO_PROTOCOL_ATTRIBUTES Attributes; member in struct:_EFI_PCI_IO_PROTOCOL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.h205 @param[out] Attributes The pointer to attribte of root bridge, it is output parameter
217 OUT UINT64 *Attributes
293 did not combine resources according to Attributes that were returned by
441 UINT64 Attributes; member in struct:__anon12666
H A DPciRootBridgeIo.c412 @param Attributes The requested bit mask of attributes for the allocated range. Only
419 @retval EFI_UNSUPPORTED Attributes is unsupported. The only legal attribute bits are
432 IN UINT64 Attributes
492 @param Attributes A pointer to the mask of attributes that this PCI root bridge is
496 bridge supports is returned in Supports. If Attributes is
498 using is returned in Attributes.
499 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
507 OUT UINT64 *Attributes
513 The SetAttributes() function sets the attributes specified in Attributes for the PCI root
517 result, this function may set the attributes specified by Attributes o
2085 RootBridgeIoSetAttributes( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN UINT64 Attributes, IN OUT UINT64 *ResourceBase, IN OUT UINT64 *ResourceLength ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c596 Length from their current attributes to the attributes specified by Attributes.
601 @param Attributes The bit mask of attributes to set for the memory region.
607 Attributes specified an illegal combination of attributes that
623 IN UINT64 Attributes
644 switch (Attributes) {
802 @param Attributes Attributes to set
814 IN UINT64 Attributes
865 (MemorySpaceMap[Index].Attributes & ~EFI_MEMORY_CACHETYPE_MASK) | (MemorySpaceMap[Index].Capabilities & Attributes)
890 UINT64 Attributes; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/MtrrLib/
H A DMtrrLib.c473 @param Attributes The memory type to set.
486 IN UINT64 Attributes,
524 if (Attributes == VariableMtrr[Index].Type) {
562 if ((Attributes== MTRR_CACHE_WRITE_THROUGH &&
564 (Attributes == MTRR_CACHE_WRITE_BACK &&
566 (Attributes == MTRR_CACHE_UNCACHEABLE) ||
916 @param Attributes The bit mask of attributes to set for the
485 CombineMemoryAttribute( IN UINT64 Attributes, IN OUT UINT64 *Base, IN OUT UINT64 *Length, IN VARIABLE_MTRR *VariableMtrr, IN OUT UINT32 *UsedMtrr, OUT BOOLEAN *OverwriteExistingMtrr ) argument
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DEmuVariable.c82 @param[in] Attributes Attribues of the variable
98 IN UINT32 Attributes OPTIONAL,
731 UINT32 Attributes; local
831 Attributes = EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS;
858 Status = UpdateVariable (L"Lang", &gEfiGlobalVariableGuid, BestLang, ISO_639_2_ENTRY_SIZE + 1, Attributes, &Variable);
892 AsciiStrSize (BestPlatformLang), Attributes, &Variable);
913 @param[in] Attributes Attribues of the variable
929 IN UINT32 Attributes OPTIONAL,
962 if ((Variable->CurrPtr->Attributes & EFI_VARIABLE_NON_VOLATILE) == 0) {
972 if (DataSize == 0 || (Attributes
1401 EmuSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data, IN VARIABLE_GLOBAL *Global, IN UINTN *VolatileOffset, IN UINTN *NonVolatileOffset ) argument
1508 EmuQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize, IN VARIABLE_GLOBAL *Global ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiDxeCis.h136 UINT64 Attributes; member in struct:__anon15558
362 @param Attributes The bit mask of attributes to set for the memory region.
381 IN UINT64 Attributes
H A DPiFirmwareVolume.h41 // Attributes bit definitions
128 EFI_FVB_ATTRIBUTES_2 Attributes; member in struct:__anon15578
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkHii.h316 UINT32 Attributes; member in struct:__anon10724
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c509 UINT64 Attributes; local
513 Attributes = 0;
522 &Attributes
533 if ((Attributes & EFI_PCI_HOST_BRIDGE_COMBINE_MEM_PMEM) != 0) {
537 if ((Attributes & EFI_PCI_HOST_BRIDGE_MEM64_DECODE) != 0) {
H A DPciEnumeratorSupport.c937 UINT64 Attributes; local
939 Attributes = 0;
942 Attributes |= EFI_PCI_IO_ATTRIBUTE_IO;
946 Attributes |= EFI_PCI_IO_ATTRIBUTE_MEMORY;
950 Attributes |= EFI_PCI_IO_ATTRIBUTE_BUS_MASTER;
954 Attributes |= EFI_PCI_IO_ATTRIBUTE_VGA_PALETTE_IO;
958 Attributes |= EFI_PCI_IO_ATTRIBUTE_ISA_IO;
962 Attributes |= EFI_PCI_IO_ATTRIBUTE_VGA_IO;
963 Attributes |= EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY;
964 Attributes |
[all...]
H A DPciLib.c991 EFI_HPC_PADDING_ATTRIBUTES Attributes; local
1002 Attributes = (EFI_HPC_PADDING_ATTRIBUTES) 0;
1135 &Attributes
1224 if ((Attributes == EfiPaddingPciRootBridge) &&
H A DPciBus.h221 UINT64 Attributes; member in struct:_PCI_IO_DEVICE
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c156 DEBUG ((DEBUG_GCD, "GCDMemType Range Capabilities Attributes \n"));
164 MemorySpaceMap[Index].Attributes,
217 If Attributes includes some memory resource's settings, it should include
220 @param Attributes Resource descriptor HOB attributes.
225 IN UINT64 Attributes
228 ASSERT (((Attributes & EFI_RESOURCE_ATTRIBUTE_READ_PROTECTED) == 0) ||
229 ((Attributes & EFI_RESOURCE_ATTRIBUTE_READ_PROTECTABLE) != 0));
230 ASSERT (((Attributes & EFI_RESOURCE_ATTRIBUTE_WRITE_PROTECTED) == 0) ||
231 ((Attributes & EFI_RESOURCE_ATTRIBUTE_WRITE_PROTECTABLE) != 0));
232 ASSERT (((Attributes
1965 UINT64 Attributes; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c185 EFI_FV_FILE_ATTRIBUTES Attributes; local
278 &Attributes,
311 &Attributes,
344 &Attributes,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiFirmwareVolume.h39 // Attributes bit definitions
126 EFI_FVB_ATTRIBUTES_2 Attributes; member in struct:__anon11976
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DPiFirmwareFile.h65 // FFS File Attributes.
102 EFI_FFS_FILE_ATTRIBUTES Attributes; member in struct:__anon10037
185 // Attributes of EFI_GUID_DEFINED_SECTION
196 UINT16 Attributes; member in struct:__anon10041
H A DPiFirmwareVolume.h39 // Attributes bit definitions
104 EFI_FVB_ATTRIBUTES_2 Attributes; member in struct:__anon10046
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c44 // The serialization of the values of the VariableName, VendorGuid and Attributes
47 // i.e. (VariableName, VendorGuid, Attributes, TimeStamp, Data)
188 // Variable, i.e. (VariableName, VendorGuid, Attributes, TimeStamp, Data).
861 @param[in] Attributes Attribute value of the variable
877 IN UINT32 Attributes OPTIONAL,
886 if ((Attributes & EFI_VARIABLE_NON_VOLATILE) == 0 ||
887 (Attributes & EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS) == 0) {
906 Attributes,
936 Attributes,
970 @param[in] Attributes Attribut
1828 VerifyTimeBasedPayload( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN VOID *Data, IN UINTN DataSize, IN VARIABLE_POINTER_TRACK *Variable, IN UINT32 Attributes, IN AUTHVAR_TYPE AuthVarType, OUT BOOLEAN *VarDel ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi.c125 IN UINT64 Attributes);
560 IN UINT64 Attributes)
565 return fsw_efi_dir_open(File, NewHandle, FileName, OpenMode, Attributes);
828 IN UINT64 Attributes)
556 fsw_efi_FileHandle_Open(IN EFI_FILE *This, OUT EFI_FILE **NewHandle, IN CHAR16 *FileName, IN UINT64 OpenMode, IN UINT64 Attributes) argument
824 fsw_efi_dir_open(IN FSW_FILE_DATA *File, OUT EFI_FILE **NewHandle, IN CHAR16 *FileName, IN UINT64 OpenMode, IN UINT64 Attributes) argument
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DPciIo.h113 /// Set the PCI controller's current attributes to Attributes.
117 /// Enable the attributes specified by the bits that are set in Attributes for this PCI controller.
121 /// Disable the attributes specified by the bits that are set in Attributes for this PCI controller.
345 @param Attributes The requested bit mask of attributes for the allocated range.
348 @retval EFI_UNSUPPORTED Attributes is unsupported. The only legal attribute bits are
362 IN UINT64 Attributes
432 @param Attributes The mask of attributes that are used for Set, Enable, and Disable
440 Attributes are not supported by this PCI controller or one of
449 IN UINT64 Attributes,
469 @retval EFI_INVALID_PARAMETER Both Supports and Attributes ar
538 EFI_PCI_IO_PROTOCOL_ATTRIBUTES Attributes; member in struct:_EFI_PCI_IO_PROTOCOL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c1321 @param Attributes How to interpret the other input parameters
1336 IN UDC_ATTRIBUTES Attributes,
1354 mAttributes = Attributes;
1363 if ((Attributes.DirectoryServiceValidity == 0) &&
1364 (Attributes.RabcaUsedFlag == 0) &&
1365 (Attributes.ExecuteHddDiagnosticsFlag == 0)
1370 if (((Attributes.DirectoryServiceValidity != 0) && (ServiceAreaData == NULL)) ||
1371 (((Attributes.DirectoryServiceValidity | Attributes.RabcaUsedFlag) != 0) && (BeerData == NULL))
1384 UcdTable->Attributes
1334 LegacyBiosBootUnconventionalDevice( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UDC_ATTRIBUTES Attributes, IN UINTN BbsEntry, IN VOID *BeerData, IN VOID *ServiceAreaData ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c1633 EFI_FV_FILE_ATTRIBUTES Attributes; local
1936 &Attributes,
2818 EFI_FV_FILE_ATTRIBUTES Attributes; local
2885 &Attributes,
2918 &Attributes,
2952 &Attributes,

Completed in 88 milliseconds

12345