Searched defs:Attributes (Results 1 - 25 of 116) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
H A DSetIdtEntry.c27 UINT16 Attributes; member in struct:__anon11119
58 IdtEntry->Attributes = (UINT16)INTERRUPT_GATE_ATTRIBUTE;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmLockBoxLib/
H A DSmmLockBoxLibPrivate.h46 UINT64 Attributes; member in struct:__anon11110
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
H A DSetIdtEntry.c27 UINT16 Attributes; member in struct:__anon11120
60 IdtEntry->Attributes = (UINT16)INTERRUPT_GATE_ATTRIBUTE;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DInitVariable.c27 @param Attributes Attribute value of the variable found.
43 OUT UINT32 *Attributes OPTIONAL,
51 Attributes OPTIONAL,
94 @param Attributes Attribute value of the variable found
111 IN UINT32 Attributes,
119 Attributes,
132 @param Attributes Attributes bitmask to specify the type of variables
149 IN UINT32 Attributes,
156 Attributes,
108 RuntimeServiceSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
148 RuntimeServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DVariableFormat.h44 UINT32 Attributes; member in struct:__anon10085
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DSetVar.c46 UINT32 Attributes; local
58 Attributes = 0;
106 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
109 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
125 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, 0, NULL);
140 Attributes |= EFI_VARIABLE_BOOTSERVICE_ACCESS;
143 Attributes |= EFI_VARIABLE_RUNTIME_ACCESS;
146 Attributes |= EFI_VARIABLE_NON_VOLATILE;
164 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, StrLen(Data) / 2, Buffer);
181 Attributes
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfBootSupport.c52 @param Attributes How to interpret the other input parameters
66 IN UDC_ATTRIBUTES Attributes,
64 LegacyBiosBootUnconventionalDevice( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UDC_ATTRIBUTES Attributes, IN UINTN BbsEntry, IN VOID *BeerData, IN VOID *ServiceAreaData ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DSmmLockBox.h64 UINT64 Attributes; member in struct:__anon11014
H A DSmmVariableCommon.h81 UINT32 Attributes; member in struct:__anon11017
101 UINT32 Attributes; member in struct:__anon11019
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/
H A DAcpiPlatform.c49 EFI_FV_FILE_ATTRIBUTES Attributes; local
100 &Attributes,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAbsolutePointer.h47 UINT32 Attributes; ///< The following bits are set as needed (or'd together) to indicate the member in struct:__anon12018
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiGpt.h131 UINT64 Attributes; member in struct:__anon12399
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleLogger.h49 INT32 *Attributes; ///< Buffer for Attribute to be saved for each character member in struct:_CONSOLE_LOGGER_PRIVATE_DATA
50 UINTN AttribSize; ///< Size of Attributes in bytes
252 and must be zero. The valid Attributes are defined in this file.
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellInterface.h46 /// Attributes for an argument.
49 UINT32 Attributes; member in struct:_EFI_SHELL_ARG_INFO
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiGpt.h132 UINT64 Attributes; member in struct:__anon15675
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFfs.c271 EFI_FV_FILE_ATTRIBUTES Attributes; local
273 Attributes = FfsHeader->Attributes;
275 if ((Attributes & FFS_ATTRIB_CHECKSUM) != 0) {
H A DFwVolRead.c21 (bytes) Attributes Field Firmware Volume Interfaces
34 Convert the FFS File Attributes to FV File Attributes.
90 @param Attributes Attributes is a pointer to a caller
93 in *Attributes. *Attributes is not modified
114 OUT EFI_FV_FILE_ATTRIBUTES *Attributes,
224 *Attributes = FfsAttributes2FvFileAttributes (FfsFileHeader->Attributes);
109 FvGetNextFile( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN OUT VOID *Key, IN OUT EFI_FV_FILETYPE *FileType, OUT EFI_GUID *NameGuid, OUT EFI_FV_FILE_ATTRIBUTES *Attributes, OUT UINTN *Size ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c333 EFI_HPC_PADDING_ATTRIBUTES Attributes; local
347 &Attributes
356 PciIoDevice->PaddingAttributes = Attributes;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVolRead.c20 (bytes) Attributes Field Firmware Volume Interfaces
33 Convert the FFS File Attributes to FV File Attributes
89 @param Attributes Attributes is a pointer to a caller
92 in *Attributes. *Attributes is not modified
113 OUT EFI_FV_FILE_ATTRIBUTES *Attributes,
199 // Return FileType, NameGuid, and Attributes
203 *Attributes
108 FvGetNextFile( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN OUT VOID *Key, IN OUT EFI_FV_FILETYPE *FileType, OUT EFI_GUID *NameGuid, OUT EFI_FV_FILE_ATTRIBUTES *Attributes, OUT UINTN *Size ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.h90 UINT32 Attributes; member in struct:__anon10932
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteSmm.c187 @param[in] Attributes The attributes of the SMM FVB protocol.
197 IN EFI_FVB_ATTRIBUTES_2 Attributes,
243 if (Attributes != FvbAttributes) {
195 GetFvbByAddressAndAttribute( IN EFI_PHYSICAL_ADDRESS Address, IN EFI_FVB_ATTRIBUTES_2 Attributes, OUT EFI_HANDLE *SmmFvbHandle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.h87 UINT32 Attributes; member in struct:__anon11310
128 @param[in] Attributes Attribues of the variable.
143 IN UINT32 Attributes OPTIONAL,
341 @param Attributes Attribute value of the variable found.
357 OUT UINT32 *Attributes OPTIONAL,
390 @param Attributes Attribute value of the variable found
407 IN UINT32 Attributes,
416 @param Attributes Attributes bitmask to specify the type of variables
433 IN UINT32 Attributes,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/NvVarsFileLib/
H A DFsAccess.c364 IN UINT32 Attributes,
376 if ((Attributes & EFI_VARIABLE_NON_VOLATILE) == 0) {
384 Attributes,
360 IterateVariablesCallbackAddAllNvVariables( IN VOID *Context, IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariable.h89 UINT32 Attributes; member in struct:__anon12727
188 @param[in] Attributes Attributes of the variable.
205 IN UINT32 Attributes OPTIONAL,
406 @param Attributes Attribute value of the variable found.
422 OUT UINT32 *Attributes OPTIONAL,
455 @param Attributes Attribute value of the variable found
472 IN UINT32 Attributes,
481 @param Attributes Attributes bitmas
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PlatformPei/
H A DPlatform.c127 STATIC EFI_RESOURCE_ATTRIBUTE_TYPE Attributes = local
138 Attributes,

Completed in 88 milliseconds

12345