Searched defs:Attribute (Results 1 - 25 of 54) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DAttribute.py22 class Attribute: class in inherits:
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.h40 UINT64 Attribute; member in struct:__anon10928
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DImem.h50 UINT64 Attribute; member in struct:__anon10939
H A DPage.c160 @param Attribute The attributes of the memory range to add
168 IN UINT64 Attribute
202 // and the same Attribute
214 if (Entry->Attribute != Attribute) {
240 mMapStack[mMapDepth].Attribute = Attribute;
506 @param Attribute Attributes of the memory to add
516 IN UINT64 Attribute
533 CoreAddRange (Type, Start, End, Attribute);
687 UINT64 Attribute; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DFileInfo.h53 UINT64 Attribute; member in struct:__anon11345
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DConsole.c300 @param[in] Attribute Specifies the foreground and background color of the popup.
312 IN UINTN Attribute,
370 // Disable cursor and set the foreground and background colors specified by Attribute
373 ConOut->SetAttribute (ConOut, Attribute);
454 ConOut->SetAttribute (ConOut, SavedConsoleMode.Attribute);
311 CreatePopUp( IN UINTN Attribute, OUT EFI_INPUT_KEY *Key, OPTIONAL ... ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DLegacyRegion2.h183 /// Attribute of the Legacy Region Descriptor that
186 EFI_LEGACY_REGION_ATTRIBUTE Attribute; member in struct:__anon12207
190 /// Attribute setting.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DConsole.c300 @param[in] Attribute Specifies the foreground and background color of the popup.
312 IN UINTN Attribute,
370 // Disable cursor and set the foreground and background colors specified by Attribute
373 ConOut->SetAttribute (ConOut, Attribute);
454 ConOut->SetAttribute (ConOut, SavedConsoleMode.Attribute);
311 CreatePopUp( IN UINTN Attribute, OUT EFI_INPUT_KEY *Key, OPTIONAL ... ) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Ddirent.h77 UINT64 Attribute; // (d_type) The attribute bits for the file. See below. member in struct:dirent
83 #define d_type Attribute
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Protocol/
H A DIsaAcpi.h89 UINT32 Attribute; ///< Bit mask of attributes associated with this resource. See EFI_ISA_ACPI_xxx macros for valid combinations. member in struct:__anon10450
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiSdt.h141 AML_OP_ATTRIBUTE Attribute; member in struct:_AML_BYTE_ENCODING
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppyCtrl.c848 UINT32 Attribute; local
880 Attribute = IsaIo->ResourceList->ResourceItem[Index].Attribute;
886 Attribute,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c148 Convert the IO Information in ACPI descriptor to IO ISA Attribute.
152 @return UINT32 The IO ISA Attribute
159 UINT32 Attribute; local
161 Attribute = 0;
165 Attribute |= EFI_ISA_ACPI_IO_DECODE_16_BITS;
169 Attribute |= EFI_ISA_ACPI_IO_DECODE_10_BITS;
173 return Attribute;
177 Convert the IRQ Information in ACPI descriptor to IRQ ISA Attribute.
181 @return UINT32 The IRQ ISA Attribute
188 UINT32 Attribute; local
220 UINT32 Attribute; local
245 UINT32 Attribute; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Library/
H A DGenericBdsLib.h85 UINT32 Attribute; member in struct:__anon10443
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c852 EFI_BADGING_DISPLAY_ATTRIBUTE Attribute; local
943 &Attribute,
972 Attribute = EfiBadgingDisplayAttributeCenter;
974 Attribute = EfiBadgingDisplayAttributeCustomized;
1001 // Calculate the display position according to Attribute.
1003 switch (Attribute) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DVariable.c1095 UINT32 *Attribute; local
1229 // Update BootOrder and Boot####.Attribute
1279 Attribute = (UINT32 *) BootOptionVar;
1280 *Attribute &= ~LOAD_OPTION_ACTIVE;
1302 Attribute = (UINT32 *) BootOptionVar;
1303 *Attribute |= LOAD_OPTION_ACTIVE;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Dxe/
H A DService.c1014 UINT32 Attribute; local
1046 &Attribute,
1058 Attribute,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.h124 UINT8 Attribute; member in struct:__anon12486
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A DvgaHW.h86 unsigned char *Attribute; /* Video Atribute */ member in struct:__anon6871
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A DvgaHW.h86 unsigned char *Attribute; /* Video Atribute */ member in struct:__anon7186
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DvgaHW.h88 unsigned char *Attribute; /* Video Atribute */ member in struct:__anon7495
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DvgaHW.h88 unsigned char *Attribute; /* Video Atribute */ member in struct:__anon7864
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DvgaHW.h88 unsigned char *Attribute; /* Video Atribute */ member in struct:__anon8220
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DvgaHW.h88 unsigned char *Attribute; /* Video Atribute */ member in struct:__anon8537
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DvgaHW.h87 unsigned char *Attribute; /* Video Atribute */ member in struct:__anon8860

Completed in 132 milliseconds

123