Searched refs:Attribute (Results 1 - 25 of 128) sorted by relevance

123456

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DAttribute.py22 class Attribute: class in inherits:
H A DGuidSection.py194 Attribute = []
209 Attribute.append('PROCESSING_REQUIRED')
214 if FirstCall and 'PROCESSING_REQUIRED' in Attribute:
222 if 'PROCESSING_REQUIRED' not in Attribute:
223 Attribute.append('PROCESSING_REQUIRED')
226 Attribute.append('AUTH_STATUS_VALID')
228 Guid=self.NameGuid, GuidAttr=Attribute, GuidHdrLen=HeaderLength)
231 if 'PROCESSING_REQUIRED' in Attribute:
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.h40 UINT64 Attribute; member in struct:__anon10928
/vbox/src/VBox/Main/testcase/VBoxVBTest/
H A DTestForm.frm67 Attribute VB_Name = "TestForm"
68 Attribute VB_GlobalNameSpace = False
69 Attribute VB_Creatable = False
70 Attribute VB_PredeclaredId = True
71 Attribute VB_Exposed = False
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPrint.c73 Out->Mode->Attribute = Out->Mode->Attribute & 0x7f;
75 Out->SetAttribute (Out, Out->Mode->Attribute);
112 Out->Mode->Attribute = Out->Mode->Attribute & 0x7f;
113 Out->SetAttribute (Out, Out->Mode->Attribute);
118 Out->Mode->Attribute = Out->Mode->Attribute | EFI_WIDE_ATTRIBUTE;
119 Out->SetAttribute (Out, Out->Mode->Attribute);
/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/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMass.h46 #define USB_IS_BULK_ENDPOINT(Attribute) (((Attribute) & (BIT0 | BIT1)) == USB_ENDPOINT_BULK)
47 #define USB_IS_INTERRUPT_ENDPOINT(Attribute) (((Attribute) & (BIT0 | BIT1)) == USB_ENDPOINT_INTERRUPT)
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkReply.h46 QVariant attribute(QNetworkRequest::Attribute code) const;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DLs.c23 @param[in] Attribs List of required Attribute for display.
215 ASSERT((Node->Info->Attribute & EFI_FILE_VALID_ATTR) == Node->Info->Attribute);
220 if ( (Node->Info->Attribute & EFI_FILE_SYSTEM)
221 || (Node->Info->Attribute & EFI_FILE_HIDDEN)
230 if ( (Node->Info->Attribute & Attribs) != Attribs) {
237 if ( (Node->Info->Attribute|EFI_FILE_ARCHIVE) != (Attribs|EFI_FILE_ARCHIVE)) {
256 (Node->Info->Attribute & EFI_FILE_ARCHIVE) != 0?L"a":L"",
257 (Node->Info->Attribute & EFI_FILE_DIRECTORY) != 0?L"d":L"",
258 (Node->Info->Attribute
[all...]
H A DAttrib.c148 FileNode->Info->Attribute&EFI_FILE_DIRECTORY? L'D':L' ',
149 FileNode->Info->Attribute&EFI_FILE_ARCHIVE? L'A':L' ',
150 FileNode->Info->Attribute&EFI_FILE_SYSTEM? L'S':L' ',
151 FileNode->Info->Attribute&EFI_FILE_HIDDEN? L'H':L' ',
152 FileNode->Info->Attribute&EFI_FILE_READ_ONLY? L'R':L' ',
222 FileInfo->Attribute &= ~EFI_FILE_READ_ONLY;
236 FileInfo->Attribute &= ~FileAttributesToRemove;
237 FileInfo->Attribute |= FileAttributesToAdd;
/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/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/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DMemMap.c141 ShellPrintHiiEx(-1, -1, NULL, (EFI_STRING_ID)(!Sfo?STRING_TOKEN (STR_MEMMAP_LIST_ITEM):STRING_TOKEN (STR_MEMMAP_LIST_ITEM_SFO)), gShellDebug1HiiHandle, NameEfiReservedMemoryType, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart+MultU64x64(SIZE_4KB,((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute);
146 ShellPrintHiiEx(-1, -1, NULL, (EFI_STRING_ID)(!Sfo?STRING_TOKEN (STR_MEMMAP_LIST_ITEM):STRING_TOKEN (STR_MEMMAP_LIST_ITEM_SFO)), gShellDebug1HiiHandle, NameEfiLoaderCode, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart+MultU64x64(SIZE_4KB,((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute);
151 ShellPrintHiiEx(-1, -1, NULL, (EFI_STRING_ID)(!Sfo?STRING_TOKEN (STR_MEMMAP_LIST_ITEM):STRING_TOKEN (STR_MEMMAP_LIST_ITEM_SFO)), gShellDebug1HiiHandle, NameEfiLoaderData, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart+MultU64x64(SIZE_4KB,((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute);
156 ShellPrintHiiEx(-1, -1, NULL, (EFI_STRING_ID)(!Sfo?STRING_TOKEN (STR_MEMMAP_LIST_ITEM):STRING_TOKEN (STR_MEMMAP_LIST_ITEM_SFO)), gShellDebug1HiiHandle, NameEfiBootServicesCode, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart+MultU64x64(SIZE_4KB,((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute);
161 ShellPrintHiiEx(-1, -1, NULL, (EFI_STRING_ID)(!Sfo?STRING_TOKEN (STR_MEMMAP_LIST_ITEM):STRING_TOKEN (STR_MEMMAP_LIST_ITEM_SFO)), gShellDebug1HiiHandle, NameEfiBootServicesData, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart+MultU64x64(SIZE_4KB,((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute);
166 ShellPrintHiiEx(-1, -1, NULL, (EFI_STRING_ID)(!Sfo?STRING_TOKEN (STR_MEMMAP_LIST_ITEM):STRING_TOKEN (STR_MEMMAP_LIST_ITEM_SFO)), gShellDebug1HiiHandle, NameEfiRuntimeServicesCode, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart+MultU64x64(SIZE_4KB,((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute);
171 ShellPrintHiiEx(-1, -1, NULL, (EFI_STRING_ID)(!Sfo?STRING_TOKEN (STR_MEMMAP_LIST_ITEM):STRING_TOKEN (STR_MEMMAP_LIST_ITEM_SFO)), gShellDebug1HiiHandle, NameEfiRuntimeServicesData, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart+MultU64x64(SIZE_4KB,((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute);
176 ShellPrintHiiEx(-1, -1, NULL, (EFI_STRING_ID)(!Sfo?STRING_TOKEN (STR_MEMMAP_LIST_ITEM):STRING_TOKEN (STR_MEMMAP_LIST_ITEM_SFO)), gShellDebug1HiiHandle, NameEfiConventionalMemory, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart+MultU64x64(SIZE_4KB,((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute);
181 ShellPrintHiiEx(-1, -1, NULL, (EFI_STRING_ID)(!Sfo?STRING_TOKEN (STR_MEMMAP_LIST_ITEM):STRING_TOKEN (STR_MEMMAP_LIST_ITEM_SFO)), gShellDebug1HiiHandle, NameEfiUnusableMemory, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart+MultU64x64(SIZE_4KB,((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute);
185 ShellPrintHiiEx(-1, -1, NULL, (EFI_STRING_ID)(!Sfo?STRING_TOKEN (STR_MEMMAP_LIST_ITEM):STRING_TOKEN (STR_MEMMAP_LIST_ITEM_SFO)), gShellDebug1HiiHandle, NameEfiACPIReclaimMemory, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart, ((EFI_MEMORY_DESCRIPTOR*)Walker)->PhysicalStart+MultU64x64(SIZE_4KB,((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Protocol/
H A DOEMBadging.h59 @param Attribute The display attributes of the image returned.
75 OUT EFI_BADGING_DISPLAY_ATTRIBUTE *Attribute,
/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/MdeModulePkg/Include/Protocol/
H A DLoadPe32Image.h44 @param Attribute The bit mask of attributes to set for the load PE image.
73 IN UINT32 Attribute
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConOut.c146 This->SetAttribute (This, EFI_TEXT_ATTR (This->Mode->Attribute & 0x0F, EFI_BLACK));
496 @param Attribute The attribute to set. Only bit0..6 are valid, all other bits
508 IN UINTN Attribute
528 // only the bit0..6 of the Attribute is valid
530 if ((Attribute | 0x7f) != 0x7f) {
538 if (This->Mode->Attribute == (INT32) Attribute) {
543 // convert Attribute value to terminal emulator
546 switch (Attribute & 0x07) {
584 // bit4 of the Attribute indicate
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAmlOption.c88 if ((ChildAmlByteEncoding->Attribute & AML_IS_NAME_CHAR) != 0) {
165 if ((AmlByteEncoding->Attribute & AML_IS_NAME_CHAR) != 0) {
214 if ((AmlByteEncoding->Attribute & AML_HAS_PKG_LENGTH) != 0) {
278 if ((AmlByteEncoding->Attribute & AML_HAS_PKG_LENGTH) != 0) {
343 ASSERT ((AmlByteEncoding->Attribute & AML_IN_NAMESPACE) != 0);
H A DAmlChild.c50 if ((AmlByteEncoding->Attribute & AML_IS_NAME_CHAR) == 0) {
192 if ((AmlParentHandle->AmlByteEncoding->Attribute & AML_HAS_CHILD_OBJ) == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.h108 @param Attribute The bit mask of attributes to set for the load
141 IN UINT32 Attribute
/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/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyRegion.c406 DescriptorArray[DescriptorIndex].Attribute = LegacyRegionDecoded;
408 DescriptorArray[DescriptorIndex].Attribute = LegacyRegionNotDecoded;
419 DescriptorArray[DescriptorIndex].Attribute = LegacyRegionWriteEnabled;
421 DescriptorArray[DescriptorIndex].Attribute = LegacyRegionWriteDisabled;
431 DescriptorArray[DescriptorIndex].Attribute = LegacyRegionNotLocked;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c866 This->SetAttribute (This, EFI_TEXT_ATTR (This->Mode->Attribute & 0x0F, EFI_BACKGROUND_BLACK));
951 OriginAttribute = This->Mode->Attribute;
1067 This->Mode->Attribute |= EFI_WIDE_ATTRIBUTE;
1072 This->Mode->Attribute &= (~ (UINT32) EFI_WIDE_ATTRIBUTE);
1101 if ((This->Mode->Attribute & EFI_WIDE_ATTRIBUTE) != 0) {
1140 This->Mode->Attribute = OriginAttribute;
1464 @param Attribute The attribute to set. Bits 0..3 are the foreground
1477 IN UINTN Attribute
1482 if ((Attribute | 0xFF) != 0xFF) {
1486 if ((INT32) Attribute
1694 INTN Attribute; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
H A DVgaClass.c828 This->SetAttribute (This, EFI_TEXT_ATTR (This->Mode->Attribute & 0x0F, EFI_BACKGROUND_BLACK));
914 VideoChar = (Mode->Attribute << 8) | ' ';
949 VideoChar = (Mode->Attribute << 8) | GraphicChar;
1048 VideoChar = (This->Mode->Attribute << 8) | ' ';
1074 @param Attribute The attribute to set.
1086 IN UINTN Attribute
1089 if (Attribute <= EFI_MAX_ATTRIBUTE) {
1090 This->Mode->Attribute = (INT32) Attribute;

Completed in 2442 milliseconds

123456