Searched defs:Attributes (Results 26 - 50 of 116) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DUpdateDispatcher.c52 EFI_FVB_ATTRIBUTES_2 Attributes; local
90 Status = FvbProtocol->GetAttributes (FvbProtocol, &Attributes);
91 if (EFI_ERROR (Status) || ((Attributes & EFI_FVB2_WRITE_STATUS) == 0)) {
184 EFI_FVB_ATTRIBUTES_2 Attributes; local
243 Status = FvbProtocol->GetAttributes (FvbProtocol, &Attributes);
244 if (EFI_ERROR (Status) || ((Attributes & EFI_FVB2_WRITE_STATUS) == 0)) {
540 FvAlignment = 1 << ((FwVolHeader->Attributes & EFI_FVB2_ALIGNMENT) >> 16);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h182 UINT64 Attributes; member in struct:__anon10919
246 @param Attribute Attributes of the memory to add
790 @param Attributes The open mode of the protocol interface
805 IN UINT32 Attributes
1714 @param Attributes Specified attributes
1735 IN UINT64 Attributes
2287 GuidedSectionHeader.Attributes field
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DVariableFormat.h122 /// Attributes of variable defined in UEFI specification.
124 UINT32 Attributes; member in struct:__anon11024
152 UINT32 Attributes; ///< Attributes of variable defined in UEFI specification. member in struct:_VARIABLE_INFO_ENTRY
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFtwMisc.c1015 EFI_FVB_ATTRIBUTES_2 Attributes; local
1041 Status = Fvb->GetAttributes (Fvb, &Attributes);
1042 if (EFI_ERROR (Status) || ((Attributes & EFI_FVB2_WRITE_STATUS) == 0)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c135 Variable->Attributes == (UINT32) (-1)) {
158 Variable->Attributes == (UINT32) (-1)) {
590 @param Attributes If non-NULL, on return, points to the variable's attributes.
610 OUT UINT32 *Attributes,
641 if (Attributes != NULL) {
642 *Attributes = Variable.CurrPtr->Attributes;
606 PeiGetVariable( IN CONST EFI_PEI_READ_ONLY_VARIABLE2_PPI *This, IN CONST CHAR16 *VariableName, IN CONST EFI_GUID *VariableGuid, OUT UINT32 *Attributes, IN OUT UINTN *DataSize, OUT VOID *Data ) argument
/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...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DScsiPassThru.h144 UINT32 Attributes; member in struct:__anon12282
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c242 EFI_FV_FILE_ATTRIBUTES Attributes; local
279 Status = Fv->GetNextFile (Fv, &Key, &FileType, &NameGuid, &Attributes, Size);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c381 using a unique VendorGuid. When a variable is set its Attributes are supplied to indicate
390 @param Attributes Point to memory location to return the attributes of variable. If the point
412 OUT UINT32 *Attributes OPTIONAL,
417 return mInternalRT->GetVariable (VariableName, VendorGuid, Attributes, DataSize, Data);
472 @param Attributes Points to a memory location to return the attributes of variable. If the point
478 defined by the Attributes.
497 IN UINT32 Attributes,
502 return mInternalRT->SetVariable (VariableName, VendorGuid, Attributes, DataSize, Data);
806 @param Attributes Attributes bitmas
494 EfiSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
830 EfiQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
[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/SecurityPkg/Include/Guid/
H A DAuthenticatedVariableFormat.h159 /// Attributes of variable defined in UEFI specification.
161 UINT32 Attributes; member in struct:__anon12676
201 UINT32 Attributes; ///< Attributes of variable defined in UEFI spec. member in struct:_VARIABLE_INFO_ENTRY
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.h120 UINT32 Attributes; member in struct:__anon12718
198 @param[out] Attributes If not NULL, a pointer to the memory location to return the
224 OUT UINT32 *Attributes OPTIONAL,
277 @param[in] Attributes Attributes bitmask to set for the variable.
285 defined by the Attributes.
302 IN UINT32 Attributes,
315 @param[in] Attributes Attributes bitmask to specify the type of variables
335 IN UINT32 Attributes,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/Pei/
H A DVariable.c133 Variable->Attributes == (UINT32) (-1)) {
156 Variable->Attributes == (UINT32) (-1)) {
588 @param Attributes If non-NULL, on return, points to the variable's attributes.
608 OUT UINT32 *Attributes,
639 if (Attributes != NULL) {
640 *Attributes = Variable.CurrPtr->Attributes;
604 PeiGetVariable( IN CONST EFI_PEI_READ_ONLY_VARIABLE2_PPI *This, IN CONST CHAR16 *VariableName, IN CONST EFI_GUID *VariableGuid, OUT UINT32 *Attributes, IN OUT UINTN *DataSize, OUT VOID *Data ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/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...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleLogger.c56 (*ConsoleInfo)->Attributes = NULL;
87 SHELL_FREE_NON_NULL((*ConsoleInfo)->Attributes);
122 if (ConsoleInfo->Attributes != NULL) {
123 FreePool(ConsoleInfo->Attributes);
124 DEBUG_CODE(ConsoleInfo->Attributes = NULL;);
252 INT32 *Attributes; local
275 Attributes = &ConsoleInfo->Attributes[ConsoleInfo->ColsPerScreen * ConsoleInfo->CurrentStartRow];
280 , Attributes += ConsoleInfo->ColsPerScreen
295 CurrentAttrib = Attributes[Colum
1011 INT32 *Attributes; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c332 UINT64 Attributes; local
348 Attributes = FileInfo->Attribute;
349 newmode = (mode_t)(Attributes << S_EFISHIFT) | S_ACC_READ;
350 if((Attributes & EFI_FILE_DIRECTORY) == 0) {
352 if((Attributes & EFI_FILE_READ_ONLY) == 0) {
468 UINT64 Attributes; local
479 //Attributes = Omode2EFI(mode);
480 Attributes = 0;
482 // Convert oflags to Attributes
545 Status = ShellOpenFileByName( WPath, &FileHandle, OpenMode, Attributes);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/AcpiPlatformDxe/
H A DAcpiPlatform.c77 EFI_FV_FILE_ATTRIBUTES Attributes; local
128 &Attributes,
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DInitVariable.c120 @param Attributes Attribute value of the variable found.
136 OUT UINT32 *Attributes OPTIONAL,
145 Attributes OPTIONAL,
182 if (Attributes)
185 *Attributes = ASMInU32(EFI_PORT_VARIABLE_OP);
186 VBoxLogFlowFuncMarkVar(Attributes, "%x");
310 @param Attributes Attribute value of the variable found
327 IN UINT32 Attributes,
336 Attributes,
354 VBoxWriteNVRAMU32Param(EFI_VM_VARIABLE_OP_ATTRIBUTE, Attributes);
324 RuntimeServiceSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
395 RuntimeServiceQueryVariableInfo( IN UINT32 Attributes, OUT UINT64 *MaximumVariableStorageSize, OUT UINT64 *RemainingVariableStorageSize, OUT UINT64 *MaximumVariableSize ) argument
[all...]
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp82 RTSTRSPACE Attributes; member in struct:RTMANIFESTENTRY
205 pThis->SelfEntry.Attributes = NULL;
253 RTStrSpaceDestroy(&pEntry->Attributes, rtManifestDestroyAttribute, pvUser);
281 RTStrSpaceDestroy(&pThis->SelfEntry.Attributes, rtManifestDestroyAttribute, pThis);
328 RTStrSpaceEnumerate(&pEntry->Attributes, rtManifestAttributeClearVisited, NULL);
503 pEquals->pAttributes2 = &pEntry2->Attributes;
504 int rc = RTStrSpaceEnumerate(&pEntry1->Attributes, rtManifestAttributeCompare, pEquals);
513 rc = RTStrSpaceEnumerate(&pEntry2->Attributes, rtManifestAttributeFindMissing2, pEquals);
609 RTStrSpaceEnumerate(&pThis1->SelfEntry.Attributes, rtManifestAttributeClearVisited, NULL);
610 RTStrSpaceEnumerate(&pThis2->SelfEntry.Attributes, rtManifestAttributeClearVisite
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c205 UINT32 Attributes; local
281 Attributes = EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_NON_VOLATILE;
287 Attributes = EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS;
299 Attributes,
/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/Core/Dxe/Dispatcher/
H A DDispatcher.c1015 FvAlignment = 1 << ((FvHeader->Attributes & EFI_FVB2_ALIGNMENT) >> 16);
1098 EFI_FV_FILE_ATTRIBUTES Attributes; local
1198 &Attributes,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c1183 EFI_FV_FILE_ATTRIBUTES Attributes; local
1278 &Attributes,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
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/MdePkg/Include/Pi/
H A DPiDxeCis.h134 UINT64 Attributes; member in struct:__anon11956
360 @param Attributes The bit mask of attributes to set for the memory region.
380 IN UINT64 Attributes

Completed in 98 milliseconds

12345