Searched defs:Guid (Results 1 - 25 of 80) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DInstallConfigurationTable.c25 @param Guid Pointer to the GUID for the entry to add, update, or
30 @return EFI_SUCCESS Guid, Table pair added, updated, or removed.
39 IN EFI_GUID *Guid,
47 // If Guid is NULL, then this operation cannot be performed
49 if (Guid == NULL) {
56 // Search all the table for an entry that matches Guid
59 if (CompareGuid (Guid, &(gDxeCoreST->ConfigurationTable[Index].VendorGuid))) {
78 CoreNotifySignalList (Guid);
151 CopyGuid ((VOID *)&EfiConfigurationTable[Index].VendorGuid, Guid);
168 CoreNotifySignalList (Guid);
38 CoreInstallConfigurationTable( IN EFI_GUID *Guid, IN VOID *Table ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DInstallConfigurationTable.c28 @param Guid A pointer to the GUID for the entry to add, update, or remove.
32 @retval EFI_SUCCESS The (Guid, Table) pair was added, updated, or removed.
33 @retval EFI_INVALID_PARAMETER Guid is not valid.
42 IN CONST EFI_GUID *Guid,
51 // If Guid is NULL, then this operation cannot be performed
53 if (Guid == NULL) {
60 // Search all the table for an entry that matches Guid
63 if (CompareGuid (Guid, &(ConfigurationTable[Index].VendorGuid))) {
147 CopyGuid ((VOID *)&ConfigurationTable[Index].VendorGuid, Guid);
40 SmmInstallConfigurationTable( IN CONST EFI_SMM_SYSTEM_TABLE2 *SystemTable, IN CONST EFI_GUID *Guid, IN VOID *Table, IN UINTN TableSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/LockBoxNullLib/
H A DLockBoxNullLib.c22 @param Guid the guid to identify the confidential information
27 @retval RETURN_INVALID_PARAMETER the Guid is NULL, or Buffer is NULL, or Length is 0
37 IN GUID *Guid,
48 @param Guid the guid to identify the confidential information
61 IN GUID *Guid,
71 @param Guid the guid to identify the original confidential information
77 @retval RETURN_INVALID_PARAMETER the Guid is NULL, or Buffer is NULL, or Length is 0.
87 IN GUID *Guid,
99 @param Guid the guid to identify the confidential information
105 @retval RETURN_INVALID_PARAMETER the Guid i
36 SaveLockBox( IN GUID *Guid, IN VOID *Buffer, IN UINTN Length ) argument
60 SetLockBoxAttributes( IN GUID *Guid, IN UINT64 Attributes ) argument
86 UpdateLockBox( IN GUID *Guid, IN UINTN Offset, IN VOID *Buffer, IN UINTN Length ) argument
116 RestoreLockBox( IN GUID *Guid, IN VOID *Buffer, OPTIONAL IN OUT UINTN *Length OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmLockBoxLib/
H A DSmmLockBoxLibPrivate.h43 EFI_GUID Guid; member in struct:__anon11110
H A DSmmLockBoxDxeLib.c24 #include <Guid/SmmLockBox.h>
31 @param Guid the guid to identify the confidential information
36 @retval RETURN_INVALID_PARAMETER the Guid is NULL, or Buffer is NULL, or Length is 0
46 IN GUID *Guid,
63 if ((Guid == NULL) || (Buffer == NULL) || (Length == 0)) {
90 CopyMem (&LockBoxParameterSave->Guid, Guid, sizeof(*Guid));
118 @param Guid the guid to identify the confidential information
131 IN GUID *Guid,
45 SaveLockBox( IN GUID *Guid, IN VOID *Buffer, IN UINTN Length ) argument
130 SetLockBoxAttributes( IN GUID *Guid, IN UINT64 Attributes ) argument
217 UpdateLockBox( IN GUID *Guid, IN UINTN Offset, IN VOID *Buffer, IN UINTN Length ) argument
309 RestoreLockBox( IN GUID *Guid, IN VOID *Buffer, OPTIONAL IN OUT UINTN *Length OPTIONAL ) argument
[all...]
H A DSmmLockBoxSmmLib.c22 #include <Guid/SmmLockBox.h>
148 @param Guid The guid to indentify the LockBox
154 IN EFI_GUID *Guid
172 if (CompareGuid (&LockBox->Guid, Guid)) {
182 @param Guid the guid to identify the confidential information
187 @retval RETURN_INVALID_PARAMETER the Guid is NULL, or Buffer is NULL, or Length is 0
197 IN GUID *Guid,
212 if ((Guid == NULL) || (Buffer == NULL) || (Length == 0)) {
220 LockBox = InternalFindLockBoxByGuid (Guid);
196 SaveLockBox( IN GUID *Guid, IN VOID *Buffer, IN UINTN Length ) argument
297 SetLockBoxAttributes( IN GUID *Guid, IN UINT64 Attributes ) argument
354 UpdateLockBox( IN GUID *Guid, IN UINTN Offset, IN VOID *Buffer, IN UINTN Length ) argument
418 RestoreLockBox( IN GUID *Guid, IN VOID *Buffer, OPTIONAL IN OUT UINTN *Length OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxSysTables/
H A DVBoxSysTables.c42 #include <Guid/SmBios.h>
43 #include <Guid/Acpi.h>
44 #include <Guid/Mps.h>
115 ConvertAndInstallTable(EFI_GUID* Guid, VOID* Ptr) argument
119 rc = ConvertSystemTable(Guid, &Ptr);
122 rc = gBS->InstallConfigurationTable(Guid, Ptr);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.h43 EFI_GUID Guid; member in struct:__anon10887
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugPort.h141 EFI_GUID Guid; member in struct:__anon12037
H A DAuthenticationInfo.h42 EFI_GUID Guid; member in struct:__anon12025
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseGuidedSectionTools.c39 EFI_GUID Guid; member in struct:_GUID_SEC_TOOL_ENTRY
119 EFI_GUID Guid; local
146 Status = StringToGuid (Tool->Strings[0], &Guid);
150 memcpy (&(NewGuidTool->Guid), &Guid, sizeof (Guid));
203 if (CompareGuid (&(GuidTool->Guid), SectionGuid) == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DSetVar.c44 EFI_GUID Guid; local
93 CopyGuid(&Guid, &gEfiGlobalVariableGuid);
96 Status = ConvertStringToGuid(StringGuid, &Guid);
106 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
109 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
112 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SETVAR_PRINT), gShellDebug1HiiHandle, &Guid, VariableName, Size);
118 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SETVAR_ERROR_GET), gShellDebug1HiiHandle, &Guid, VariableName, Status);
125 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, 0, NULL);
127 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SETVAR_ERROR_SET), gShellDebug1HiiHandle, &Guid, VariableName, Status);
164 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attribute
[all...]
H A DDmpStore.c32 @param[in] Guid The GUID of the variable set (or NULL).
39 @retval SHELL_NOT_FOUND the Name/Guid pair could not be found.
45 IN CONST EFI_GUID *Guid OPTIONAL,
110 if (Guid != NULL) {
111 if (!CompareGuid(&FoundVarGuid, Guid)) {
158 if (VariableName != NULL && Guid == NULL) {
160 } else if (VariableName != NULL && Guid != NULL) {
161 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_DMPSTORE_NO_VAR_FOUND_GN), gShellDebug1HiiHandle, Guid, VariableName);
162 } else if (VariableName == NULL && Guid == NULL) {
164 } else if (VariableName == NULL && Guid !
199 EFI_GUID *Guid; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DSmmLockBox.h41 GUID Guid; member in struct:__anon11011
48 GUID Guid; member in struct:__anon11012
56 GUID Guid; member in struct:__anon11013
63 GUID Guid; member in struct:__anon11014
H A DSmmVariableCommon.h78 EFI_GUID Guid; member in struct:__anon11017
89 EFI_GUID Guid; member in struct:__anon11018
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigMisc.c158 Convert a String to Guid Value.
162 @param[out] Guid Return the result Guid value.
172 OUT EFI_GUID *Guid
207 Guid->Data1 = (UINT32)Data;
226 Guid->Data2 = (UINT16)Data;
245 Guid->Data3 = (UINT16)Data;
261 Guid->Data4[Index] = (UINT8)Data;
286 Guid->Data4[Index] = (UINT8)Data;
297 @param[in] Guid Pointe
305 GuidToString( IN EFI_GUID *Guid, IN CHAR16 *Buffer, IN UINTN BufferSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellEnvVar.c18 #include <Guid/ShellVariableGuid.h>
124 Creates a list of all Shell-Guid-based environment variables.
143 EFI_GUID Guid; local
170 Status = gRT->GetNextVariableName(&NameSize, VariableName, &Guid);
175 if (!EFI_ERROR(Status) && CompareGuid(&Guid, &gShellVariableGuid)){
215 Sets a list of all Shell-Guid-based environment variables. this will
278 sets a list of all Shell-Guid-based environment variables.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwmistr.h64 GUID Guid; member in struct:_WNODE_HEADER
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwmistr.h64 GUID Guid; member in struct:_WNODE_HEADER
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiHobLibFramework/
H A DHobLib.c21 #include <Guid/MemoryAllocationHob.h>
131 its HOB type is EFI_HOB_TYPE_GUID_EXTENSION and its GUID Name equals to the input Guid.
139 If Guid is NULL, then ASSERT().
142 @param Guid The GUID to match with in the HOB list.
143 @param HobStart A pointer to a Guid.
151 IN CONST EFI_GUID *Guid,
159 if (CompareGuid (Guid, &GuidHob.Guid->Name)) {
172 its HOB type is EFI_HOB_TYPE_GUID_EXTENSION and its GUID Name equals to the input Guid.
178 If Guid i
150 GetNextGuidHob( IN CONST EFI_GUID *Guid, IN CONST VOID *HobStart ) argument
367 BuildGuidHob( IN CONST EFI_GUID *Guid, IN UINTN DataLength ) argument
418 BuildGuidDataHob( IN CONST EFI_GUID *Guid, IN VOID *Data, IN UINTN DataLength ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Ppi/
H A DPpi.c88 if (((UINTN)PpiPointer->Ppi->Guid < OldHeapTop) &&
89 ((UINTN)PpiPointer->Ppi->Guid >= OldHeapBottom)) {
95 PpiPointer->Ppi->Guid = (VOID *) ((UINTN)PpiPointer->Ppi->Guid + PrivateData->HeapOffset);
97 PpiPointer->Ppi->Guid = (VOID *) ((UINTN)PpiPointer->Ppi->Guid - PrivateData->HeapOffset);
133 if (((UINTN)PpiPointer->Ppi->Guid < OldStackTop) &&
134 ((UINTN)PpiPointer->Ppi->Guid >= OldStackBottom)) {
140 PpiPointer->Ppi->Guid = (VOID *) ((UINTN)PpiPointer->Ppi->Guid
354 PeiLocatePpi( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_GUID *Guid, IN UINTN Instance, IN OUT EFI_PEI_PPI_DESCRIPTOR **PpiDescriptor, IN OUT VOID **Ppi ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.h37 #include <Guid/GlobalVariable.h>
38 #include <Guid/EventGroup.h>
39 #include <Guid/VariableFormat.h>
40 #include <Guid/SystemNvDataGuid.h>
85 EFI_GUID *Guid; member in struct:__anon11310
122 @param[in] VendorGuid Guid of variable.
368 @param VendorGuid Variable Vendor Guid.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePcdLibNull/
H A DPcdLib.c208 Returns the 8-bit value for the token specified by TokenNumber and Guid.
210 If Guid is NULL, then ASSERT().
212 @param[in] Guid The pointer to a 128-bit unique value that designates
222 IN CONST GUID *Guid,
236 Returns the 16-bit value for the token specified by TokenNumber and Guid.
238 If Guid is NULL, then ASSERT().
240 @param[in] Guid The pointer to a 128-bit unique value that designates
250 IN CONST GUID *Guid,
262 Returns the 32-bit value for the token specified by TokenNumber and Guid.
263 If Guid i
221 LibPcdGetEx8( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument
249 LibPcdGetEx16( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument
274 LibPcdGetEx32( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument
302 LibPcdGetEx64( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument
330 LibPcdGetExPtr( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument
358 LibPcdGetExBool( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument
386 LibPcdGetExSize( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument
583 LibPcdSetEx8( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT8 Value ) argument
614 LibPcdSetEx16( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT16 Value ) argument
645 LibPcdSetEx32( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT32 Value ) argument
675 LibPcdSetEx64( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT64 Value ) argument
712 LibPcdSetExPtr( IN CONST GUID *Guid, IN UINTN TokenNumber, IN OUT UINTN *SizeOfBuffer, IN VOID *Buffer ) argument
744 LibPcdSetExBool( IN CONST GUID *Guid, IN UINTN TokenNumber, IN BOOLEAN Value ) argument
776 LibPcdCallbackOnSet( IN CONST GUID *Guid, OPTIONAL IN UINTN TokenNumber, IN PCD_CALLBACK NotificationFunction ) argument
803 LibPcdCancelCallback( IN CONST GUID *Guid, OPTIONAL IN UINTN TokenNumber, IN PCD_CALLBACK NotificationFunction ) argument
835 LibPcdGetNextToken( IN CONST GUID *Guid, OPTIONAL IN UINTN TokenNumber ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeCoreHobLib/
H A DHobLib.c119 its HOB type is EFI_HOB_TYPE_GUID_EXTENSION, and its GUID Name equals to the input Guid.
127 If Guid is NULL, then ASSERT().
130 @param Guid The GUID to match with in the HOB list.
131 @param HobStart A pointer to a Guid.
139 IN CONST EFI_GUID *Guid,
147 if (CompareGuid (Guid, &GuidHob.Guid->Name)) {
160 its HOB type is EFI_HOB_TYPE_GUID_EXTENSION and its GUID Name equals to the input Guid.
166 If Guid is NULL, then ASSERT().
168 @param Guid Th
138 GetNextGuidHob( IN CONST EFI_GUID *Guid, IN CONST VOID *HobStart ) argument
295 BuildGuidHob( IN CONST EFI_GUID *Guid, IN UINTN DataLength ) argument
333 BuildGuidDataHob( IN CONST EFI_GUID *Guid, IN VOID *Data, IN UINTN DataLength ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeHobLib/
H A DHobLib.c17 #include <Guid/HobList.h>
152 its HOB type is EFI_HOB_TYPE_GUID_EXTENSION and its GUID Name equals to the input Guid.
160 If Guid is NULL, then ASSERT().
163 @param Guid The GUID to match with in the HOB list.
164 @param HobStart A pointer to a Guid.
172 IN CONST EFI_GUID *Guid,
180 if (CompareGuid (Guid, &GuidHob.Guid->Name)) {
193 its HOB type is EFI_HOB_TYPE_GUID_EXTENSION and its GUID Name equals to the input Guid.
199 If Guid i
171 GetNextGuidHob( IN CONST EFI_GUID *Guid, IN CONST VOID *HobStart ) argument
328 BuildGuidHob( IN CONST EFI_GUID *Guid, IN UINTN DataLength ) argument
366 BuildGuidDataHob( IN CONST EFI_GUID *Guid, IN VOID *Data, IN UINTN DataLength ) argument
[all...]

Completed in 89 milliseconds

1234