/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/ |
H A D | Attribute.py | 22 class Attribute: class in inherits:
|
H A D | GuidSection.py | 194 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 D | Gcd.h | 40 UINT64 Attribute; member in struct:__anon10928
|
/vbox/src/VBox/Main/testcase/VBoxVBTest/ |
H A D | TestForm.frm | 67 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 D | Print.c | 73 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 D | FileInfo.h | 53 UINT64 Attribute; member in struct:__anon11345
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
H A D | UsbMass.h | 46 #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 D | UINetworkReply.h | 46 QVariant attribute(QNetworkRequest::Attribute code) const;
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
H A D | Ls.c | 23 @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 D | Attrib.c | 148 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 D | IsaIo.c | 148 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 D | dirent.h | 77 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 D | MemMap.c | 141 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 D | OEMBadging.h | 59 @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 D | Imem.h | 50 UINT64 Attribute; member in struct:__anon10939
|
H A D | Page.c | 160 @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 D | LoadPe32Image.h | 44 @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 D | TerminalConOut.c | 146 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 D | AmlOption.c | 88 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 D | AmlChild.c | 50 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 D | Image.h | 108 @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 D | LegacyRegion2.h | 183 /// 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 D | LegacyRegion.c | 406 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 D | GraphicsConsole.c | 866 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 D | VgaClass.c | 828 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;
|