Searched refs:Attributes (Results 1 - 25 of 267) sorted by relevance

1234567891011

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolAttrib.c25 @param Attributes output buffer which contains attributes
34 OUT EFI_FV_ATTRIBUTES *Attributes
46 // First get the Firmware Volume Block Attributes
51 *Attributes = FvbAttributes;
52 *Attributes |= EFI_FV2_WRITE_POLICY_RELIABLE;
60 @param Attributes On input, FvAttributes is a pointer to
81 IN OUT EFI_FV_ATTRIBUTES *Attributes
96 // First get the current Volume Attributes
110 NewStatus = (*Attributes) & EFI_FVB2_STATUS;
164 *Attributes
[all...]
/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/BaseTools/Source/C/VolInfo/
H A DVolInfo.c341 (((EFI_FIRMWARE_VOLUME_HEADER*)Fv)->Attributes & EFI_FVB2_ERASE_POLARITY) ?
638 printf ("Attributes: %X\n", (unsigned) VolumeHeader.Attributes);
640 if (VolumeHeader.Attributes & EFI_FVB2_READ_DISABLED_CAP) {
644 if (VolumeHeader.Attributes & EFI_FVB2_READ_ENABLED_CAP) {
648 if (VolumeHeader.Attributes & EFI_FVB2_READ_STATUS) {
652 if (VolumeHeader.Attributes & EFI_FVB2_WRITE_DISABLED_CAP) {
656 if (VolumeHeader.Attributes & EFI_FVB2_WRITE_ENABLED_CAP) {
660 if (VolumeHeader.Attributes & EFI_FVB2_WRITE_STATUS) {
664 if (VolumeHeader.Attributes
[all...]
/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/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...]
H A DEmuVariable.c43 @param[in] Attributes Attribues of the variable
59 IN UINT32 Attributes OPTIONAL,
692 UINT32 Attributes; local
792 Attributes = EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS;
819 Status = UpdateVariable (L"Lang", &gEfiGlobalVariableGuid, BestLang, ISO_639_2_ENTRY_SIZE + 1, Attributes, &Variable);
853 AsciiStrSize (BestPlatformLang), Attributes, &Variable);
874 @param[in] Attributes Attribues of the variable
890 IN UINT32 Attributes OPTIONAL,
923 if ((Variable->CurrPtr->Attributes & EFI_VARIABLE_NON_VOLATILE) == 0) {
933 if (DataSize == 0 || (Attributes
1362 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
1469 EmuQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize, IN VARIABLE_GLOBAL *Global ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciIo.c981 if ((PciIoDevice->Attributes & EFI_PCI_IO_ATTRIBUTE_DUAL_ADDRESS_CYCLE) != 0) {
1054 @param Attributes The requested bit mask of attributes for the allocated range.
1057 @retval EFI_UNSUPPORTED Attributes is unsupported. The only legal attribute bits are
1071 IN UINT64 Attributes
1077 if ((Attributes &
1084 if ((PciIoDevice->Attributes & EFI_PCI_IO_ATTRIBUTE_DUAL_ADDRESS_CYCLE) != 0) {
1085 Attributes |= EFI_PCI_ATTRIBUTE_DUAL_ADDRESS_CYCLE;
1094 Attributes
1276 @param Attributes New attribute want to be set.
1286 IN UINT64 Attributes,
1284 ModifyRootBridgeAttributes( IN PCI_IO_DEVICE *PciIoDevice, IN UINT64 Attributes, IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation ) argument
1482 PciIoAttributes( IN EFI_PCI_IO_PROTOCOL * This, IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation, IN UINT64 Attributes, OUT UINT64 *Result OPTIONAL ) argument
1937 PciIoSetBarAttributes( IN EFI_PCI_IO_PROTOCOL *This, IN UINT64 Attributes, IN UINT8 BarIndex, IN OUT UINT64 *Offset, IN OUT UINT64 *Length ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
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/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/MdePkg/Include/Uefi/
H A DUefiGpt.h131 UINT64 Attributes; member in struct:__anon12399
/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/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVolAttrib.c24 @param Attributes output buffer which contains attributes
33 OUT EFI_FV_ATTRIBUTES *Attributes
45 // First get the Firmware Volume Block Attributes
54 *Attributes = (EFI_FV_ATTRIBUTES)FvbAttributes;
65 @param Attributes At input, contains attributes to be set. At output
75 IN OUT EFI_FV_ATTRIBUTES *Attributes
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.h41 @param[in] Attributes The attribute value of the variable.
61 IN UINT32 Attributes OPTIONAL,
98 @param[in] Attributes The attribute value of the variable.
116 IN UINT32 Attributes OPTIONAL,
131 @param[in] Attributes The attribute value of the variable.
148 IN UINT32 Attributes OPTIONAL
/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/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariable.c353 Variable->Attributes == (UINT32) (-1)) {
376 Variable->Attributes == (UINT32) (-1)) {
616 if ((!IsVolatile) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
618 } else if ((!IsVolatile) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
632 if ((!IsVolatile) && ((UpdatingVariable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
634 } else if ((!IsVolatile) && ((UpdatingVariable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
678 if ((!IsVolatile) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
680 } else if ((!IsVolatile) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
753 if (IgnoreRtCheck || !AtRuntime () || ((PtrTrack->CurrPtr->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) != 0)) {
1178 UINT32 Attributes; local
2129 VariableServiceSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
2291 VariableServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
2728 EFI_FVB_ATTRIBUTES_2 Attributes; local
[all...]
H A DAuthService.h86 @param[in] Attributes Attribute value of the variable.
104 IN UINT32 Attributes
171 @param[in] Attributes Attribute value of the variable.
187 IN UINT32 Attributes OPTIONAL,
200 @param[in] Attributes Attribute value of the variable.
215 IN UINT32 Attributes OPTIONAL
266 @param[in] Attributes Attribute value of the variable.
285 IN UINT32 Attributes,
H A DVariableSmmRuntimeDxe.c124 @param[out] Attributes Attribute value of the variable found.
140 OUT UINT32 *Attributes OPTIONAL,
171 if (Attributes == NULL) {
172 SmmVariableHeader->Attributes = 0;
174 SmmVariableHeader->Attributes = *Attributes;
187 if (Attributes != NULL) {
188 *Attributes = SmmVariableHeader->Attributes;
269 @param[in] Attributes Attribut
283 RuntimeServiceSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
352 RuntimeServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
[all...]
/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/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
H A DDxeCrc32GuidedSectionExtractLib.c76 *SectionAttribute = ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->Attributes;
91 *SectionAttribute = ((EFI_GUID_DEFINED_SECTION *) InputSection)->Attributes;
151 ASSERT (((EFI_GUID_DEFINED_SECTION2 *) InputSection)->Attributes & EFI_GUIDED_SECTION_AUTH_STATUS_VALID);
173 ASSERT (((EFI_GUID_DEFINED_SECTION *) InputSection)->Attributes & EFI_GUIDED_SECTION_AUTH_STATUS_VALID);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DEdidOverride.h37 @param Attributes The attributes associated with ChildHandle video output device.
52 OUT UINT32 *Attributes,
/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/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmmRuntimeDxe.c124 @param[out] Attributes Attribute value of the variable found.
140 OUT UINT32 *Attributes OPTIONAL,
171 if (Attributes == NULL) {
172 SmmVariableHeader->Attributes = 0;
174 SmmVariableHeader->Attributes = *Attributes;
187 if (Attributes != NULL) {
188 *Attributes = SmmVariableHeader->Attributes;
269 @param[in] Attributes Attribut
283 RuntimeServiceSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
352 RuntimeServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
[all...]
H A DVariable.c351 Variable->Attributes == (UINT32) (-1)) {
374 Variable->Attributes == (UINT32) (-1)) {
614 if ((!IsVolatile) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
616 } else if ((!IsVolatile) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
630 if ((!IsVolatile) && ((UpdatingVariable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
632 } else if ((!IsVolatile) && ((UpdatingVariable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
676 if ((!IsVolatile) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
678 } else if ((!IsVolatile) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
751 if (IgnoreRtCheck || !AtRuntime () || ((PtrTrack->CurrPtr->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) != 0)) {
1174 UINT32 Attributes; local
2005 VariableServiceSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
2131 VariableServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
2566 EFI_FVB_ATTRIBUTES_2 Attributes; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/SerializeVariablesLib/
H A DSerializeVariablesLib.c47 @param[out] Attributes - Attributes of variable
63 OUT UINT32 *Attributes,
94 *Attributes = *(UINT32*) (BytePtr + Offset);
148 UINT32 Attributes; local
157 Attributes = 0;
171 &Attributes,
204 Attributes,
239 IN UINT32 Attributes,
255 IN UINT32 Attributes,
57 UnpackVariableFromBuffer( IN VOID *Buffer, IN UINTN MaxSize, OUT CHAR16 **Name, OUT UINT32 *NameSize, OUT EFI_GUID **Guid, OUT UINT32 *Attributes, OUT UINT32 *DataSize, OUT VOID **Data, OUT UINTN *SizeUsed ) argument
235 IterateVariablesCallbackNop( IN VOID *Context, IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
251 IterateVariablesCallbackSetInInstance( IN VOID *Context, IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
278 IterateVariablesCallbackSetSystemVariable( IN VOID *Context, IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
730 SerializeVariablesAddVariable( IN EFI_HANDLE Handle, IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkFirmwareVolumeBlock.h36 @param Attributes Pointer to EFI_FVB_ATTRIBUTES in which the
48 OUT EFI_FVB_ATTRIBUTES *Attributes
58 @param Attributes On input, Attributes is a pointer to
76 IN OUT EFI_FVB_ATTRIBUTES *Attributes

Completed in 90 milliseconds

1234567891011