/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/ |
H A D | PwdCredentialProviderData.h | 18 #include <Guid/PwdCredentialProviderHii.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | CommonLib.c | 449 IN EFI_GUID *Guid 459 Guid Pointer to a GUID to print. 468 if (Guid == NULL) { 475 (unsigned) Guid->Data1, 476 Guid->Data2, 477 Guid->Data3, 478 Guid->Data4[0], 479 Guid->Data4[1], 480 Guid->Data4[2], 481 Guid 491 PrintGuidToBuffer( IN EFI_GUID *Guid, IN OUT UINT8 *Buffer, IN UINT32 BufferLen, IN BOOLEAN Uppercase ) argument [all...] |
H A D | ParseGuidedSectionTools.c | 39 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/SecurityPkg/Tcg/TcgConfigDxe/ |
H A D | TcgConfigNvData.h | 18 #include <Guid/HiiPlatformSetupFormset.h> 19 #include <Guid/PhysicalPresenceData.h> 20 #include <Guid/TcgConfigHii.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | PcdLib.h | 538 Returns the 8-bit value for the token specified by Guid and TokenName. 539 If TokenName is not a valid token in the token space specified by Guid, 542 If Guid is NULL, then ASSERT(). 544 @param Guid Pointer to a 128-bit unique value that designates 551 #define PcdGetEx8(Guid, TokenName) LibPcdGetEx8 ((Guid), _PCD_TOKEN_##TokenName) 557 Returns the 16-bit value for the token specified by Guid and TokenName. 558 If TokenName is not a valid token in the token space specified by Guid, 561 If Guid is NULL, then ASSERT(). 563 @param Guid Pointe [all...] |
/vbox/include/VBox/com/ |
H A D | Guid.h | 3 * MS COM / XPCOM Abstraction Layer - Guid class declaration. 57 class Guid class in namespace:com 61 Guid() function in class:com::Guid 68 Guid(const Guid &that) function in class:com::Guid 75 Guid(const RTUUID &that) function in class:com::Guid 84 Guid(const GUID &that) function in class:com::Guid 103 Guid(const char *that) function in class:com::Guid 117 Guid(CBSTR that) function in class:com::Guid 130 Guid(cons function in class:com::Guid 143 Guid(const RTCString &that) function in class:com::Guid 156 Guid(const Bstr &that) function in class:com::Guid [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/ |
H A D | PiPcd.h | 63 @param[in] Guid The 128-bit unique value that designates which namespace to extract the value from. 71 IN CONST EFI_GUID *Guid, 79 @param[in] Guid The 128-bit unique value that designates which namespace to extract the value from. 87 IN CONST EFI_GUID *Guid, 95 @param[in] Guid The 128-bit unique value that designates which namespace to extract the value from. 103 IN CONST EFI_GUID *Guid, 111 @param[in] Guid The 128-bit unique value that designates which namespace to extract the value from. 119 IN CONST EFI_GUID *Guid, 128 @param[in] Guid The 128-bit unique value that designates which namespace to extract the value from. 134 IN CONST EFI_GUID *Guid, [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | PiPcd.h | 63 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value. 71 IN CONST EFI_GUID *Guid, 79 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value. 87 IN CONST EFI_GUID *Guid, 95 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value. 103 IN CONST EFI_GUID *Guid, 111 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value. 120 IN CONST EFI_GUID *Guid, 129 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value. 137 IN CONST EFI_GUID *Guid, [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePcdLib/ |
H A D | DxePcdLib.c | 252 Returns the 8-bit value for the token specified by TokenNumber and Guid. 254 If Guid is NULL, then ASSERT(). 256 @param[in] Guid The pointer to a 128-bit unique value that designates 266 IN CONST GUID *Guid, 270 ASSERT (Guid != NULL); 272 return GetPiPcdProtocol()->Get8 (Guid, TokenNumber); 279 Returns the 16-bit value for the token specified by TokenNumber and Guid. 281 If Guid is NULL, then ASSERT(). 283 @param[in] Guid The pointer to a 128-bit unique value that designates 293 IN CONST GUID *Guid, 265 LibPcdGetEx8( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 292 LibPcdGetEx16( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 316 LibPcdGetEx32( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 344 LibPcdGetEx64( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 372 LibPcdGetExPtr( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 400 LibPcdGetExBool( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 428 LibPcdGetExSize( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 651 LibPcdSetEx8( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT8 Value ) argument 687 LibPcdSetEx16( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT16 Value ) argument 723 LibPcdSetEx32( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT32 Value ) argument 758 LibPcdSetEx64( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT64 Value ) argument 800 LibPcdSetExPtr( IN CONST GUID *Guid, IN UINTN TokenNumber, IN OUT UINTN *SizeOfBuffer, IN VOID *Buffer ) argument 845 LibPcdSetExBool( IN CONST GUID *Guid, IN UINTN TokenNumber, IN BOOLEAN Value ) argument 881 LibPcdCallbackOnSet( IN CONST GUID *Guid, OPTIONAL IN UINTN TokenNumber, IN PCD_CALLBACK NotificationFunction ) argument 914 LibPcdCancelCallback( IN CONST GUID *Guid, OPTIONAL IN UINTN TokenNumber, IN PCD_CALLBACK NotificationFunction ) argument 953 LibPcdGetNextToken( IN CONST GUID *Guid, OPTIONAL IN UINTN TokenNumber ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPcdLib/ |
H A D | PeiPcdLib.c | 251 Returns the 8-bit value for the token specified by TokenNumber and Guid. 253 If Guid is NULL, then ASSERT(). 255 @param[in] Guid The pointer to a 128-bit unique value that designates 265 IN CONST GUID *Guid, 269 ASSERT (Guid != NULL); 271 return (GetPiPcdPpiPointer ())->Get8 (Guid, TokenNumber); 279 Returns the 16-bit value for the token specified by TokenNumber and Guid. 281 If Guid is NULL, then ASSERT(). 283 @param[in] Guid The pointer to a 128-bit unique value that designates 293 IN CONST GUID *Guid, 264 LibPcdGetEx8( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 292 LibPcdGetEx16( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 318 LibPcdGetEx32( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 347 LibPcdGetEx64( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 374 LibPcdGetExPtr( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 402 LibPcdGetExBool( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 429 LibPcdGetExSize( IN CONST GUID *Guid, IN UINTN TokenNumber ) argument 657 LibPcdSetEx8( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT8 Value ) argument 694 LibPcdSetEx16( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT16 Value ) argument 729 LibPcdSetEx32( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT32 Value ) argument 765 LibPcdSetEx64( IN CONST GUID *Guid, IN UINTN TokenNumber, IN UINT64 Value ) argument 807 LibPcdSetExPtr( IN CONST GUID *Guid, IN UINTN TokenNumber, IN OUT UINTN *SizeOfBuffer, IN VOID *Buffer ) argument 850 LibPcdSetExBool( IN CONST GUID *Guid, IN UINTN TokenNumber, IN BOOLEAN Value ) argument 886 LibPcdCallbackOnSet( IN CONST GUID *Guid, OPTIONAL IN UINTN TokenNumber, IN PCD_CALLBACK NotificationFunction ) argument 920 LibPcdCancelCallback( IN CONST GUID *Guid, OPTIONAL IN UINTN TokenNumber, IN PCD_CALLBACK NotificationFunction ) argument 960 LibPcdGetNextToken( IN CONST GUID *Guid, OPTIONAL IN UINTN TokenNumber ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/ |
H A D | SmmLockBox.h | 41 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 D | MdeModuleHii.h | 53 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_LABEL 76 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_BANNER 94 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_TIMEOUT 118 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_CLASS 139 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_SUBCLASS 169 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_OPTIONKEY 196 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_VAREQNAME
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/ |
H A D | LockBoxLib.h | 24 @param Guid the guid to identify the confidential information 29 @retval RETURN_INVALID_PARAMETER the Guid is NULL, or Buffer is NULL, or Length is 0 39 IN GUID *Guid, 47 @param Guid the guid to identify the confidential information 60 IN GUID *Guid, 72 @param Guid the guid to identify the original confidential information 78 @retval RETURN_INVALID_PARAMETER the Guid is NULL, or Buffer is NULL, or Length is 0. 88 IN GUID *Guid, 97 @param Guid the guid to identify the confidential information 103 @retval RETURN_INVALID_PARAMETER the Guid i [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/LockBoxNullLib/ |
H A D | LockBoxNullLib.c | 22 @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/SecurityPkg/Tcg/MemoryOverwriteControl/ |
H A D | TcgMor.h | 20 #include <Guid/MemoryOverwriteControl.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
H A D | UserIdentifyManagerData.h | 18 #include <Guid/UserIdentifyManagerHii.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/ |
H A D | VlanConfigNvData.h | 19 #include <Guid/HiiPlatformSetupFormset.h> 20 #include <Guid/VlanConfigHii.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/ |
H A D | InstallConfigurationTable.c | 25 @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/Universal/PCD/Dxe/ |
H A D | Pcd.c | 370 specified by Guid does not exist, the results are 373 @param[in] Guid The token space for the token number. 382 IN CONST EFI_GUID *Guid, 386 return *((UINT8 *) ExGetWorker (Guid, ExTokenNumber, sizeof(UINT8))); 394 specified by Guid does not exist, the results are 397 @param[in] Guid The token space for the token number. 406 IN CONST EFI_GUID *Guid, 410 return ReadUnaligned16 (ExGetWorker (Guid, ExTokenNumber, sizeof(UINT16))); 418 specified by Guid does not exist, the results are 421 @param[in] Guid Th 381 DxePcdGet8Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 405 DxePcdGet16Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 429 DxePcdGet32Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 453 DxePcdGet64Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 477 DxePcdGetPtrEx( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 501 DxePcdGetBoolEx( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 523 DxePcdGetSizeEx( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 718 DxePcdSet8Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN UINT8 Value ) argument 747 DxePcdSet16Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN UINT16 Value ) argument 776 DxePcdSet32Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN UINT32 Value ) argument 805 DxePcdSet64Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN UINT64 Value ) argument 838 DxePcdSetPtrEx( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN OUT UINTN *SizeOfBuffer, IN VOID *Buffer ) argument 868 DxePcdSetBoolEx( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN BOOLEAN Value ) argument 891 DxeRegisterCallBackOnSet( IN CONST EFI_GUID *Guid, OPTIONAL IN UINTN TokenNumber, IN PCD_PROTOCOL_CALLBACK CallBackFunction ) argument 928 DxeUnRegisterCallBackOnSet( IN CONST EFI_GUID *Guid, OPTIONAL IN UINTN TokenNumber, IN PCD_PROTOCOL_CALLBACK CallBackFunction ) argument 982 DxePcdGetNextToken( IN CONST EFI_GUID *Guid, OPTIONAL IN OUT UINTN *TokenNumber ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Pei/ |
H A D | Pcd.c | 339 specified by Guid does not exist, the results are 342 @param[in] Guid The token space for the token number. 351 IN CONST EFI_GUID *Guid, 355 return *((UINT8 *) ExGetWorker (Guid, ExTokenNumber, sizeof (UINT8))); 363 specified by Guid does not exist, the results are 366 @param[in] Guid The token space for the token number. 375 IN CONST EFI_GUID *Guid, 379 return ReadUnaligned16 (ExGetWorker (Guid, ExTokenNumber, sizeof (UINT16))); 387 specified by Guid does not exist, the results are 390 @param[in] Guid Th 350 PeiPcdGet8Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 374 PeiPcdGet16Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 398 PeiPcdGet32Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 422 PeiPcdGet64Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 446 PeiPcdGetPtrEx( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 470 PeiPcdGetBoolEx( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 492 PeiPcdGetSizeEx( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber ) argument 687 PeiPcdSet8Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN UINT8 Value ) argument 716 PeiPcdSet16Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN UINT16 Value ) argument 745 PeiPcdSet32Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN UINT32 Value ) argument 774 PeiPcdSet64Ex( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN UINT64 Value ) argument 807 PeiPcdSetPtrEx( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN OUT UINTN *SizeOfBuffer, IN VOID *Value ) argument 837 PeiPcdSetBoolEx( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN BOOLEAN Value ) argument 860 PeiRegisterCallBackOnSet( IN CONST EFI_GUID *Guid, OPTIONAL IN UINTN ExTokenNumber, IN PCD_PPI_CALLBACK CallBackFunction ) argument 891 PcdUnRegisterCallBackOnSet( IN CONST EFI_GUID *Guid, OPTIONAL IN UINTN ExTokenNumber, IN PCD_PPI_CALLBACK CallBackFunction ) argument 937 PeiPcdGetNextToken( IN CONST EFI_GUID *Guid, OPTIONAL IN OUT UINTN *TokenNumber ) argument [all...] |
H A D | Service.h | 22 #include <Guid/PcdDataBaseHobGuid.h> 205 specified by Guid does not exist, the results are 208 @param[in] Guid The token space for the token number. 217 IN CONST EFI_GUID *Guid, 226 specified by Guid does not exist, the results are 229 @param[in] Guid The token space for the token number. 238 IN CONST EFI_GUID *Guid, 247 specified by Guid does not exist, the results are 250 @param[in] Guid The token space for the token number. 259 IN CONST EFI_GUID *Guid, [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/ |
H A D | MdeModuleHii.h | 56 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_LABEL 79 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_BANNER 97 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_TIMEOUT 121 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_CLASS 142 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_SUBCLASS 172 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_OPTIONKEY 199 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_VAREQNAME
|
/vbox/src/VBox/Main/testcase/ |
H A D | tstGuid.cpp | 3 * API Glue Testcase - Guid. 21 #include <VBox/com/Guid.h> 57 com::Guid zero; 60 com::Guid copyZero(zero); 63 com::Guid assignZero(zero); 66 com::Guid random; 70 com::Guid copyRandom(random); 73 com::Guid assignRandom(random);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Guid/ |
H A D | MdeModuleHii.h | 55 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_LABEL 78 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_BANNER 96 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_TIMEOUT 120 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_CLASS 141 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_SUBCLASS 171 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_OPTIONKEY 198 EFI_GUID Guid; member in struct:_EFI_IFR_GUID_VAREQNAME
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/ |
H A D | Bds.h | 20 #include <Guid/MdeModuleHii.h> 21 #include <Guid/FileSystemVolumeLabelInfo.h> 22 #include <Guid/HiiPlatformSetupFormset.h> 26 #include <Guid/FileInfo.h> 32 #include <Guid/GlobalVariable.h> 33 #include <Guid/CapsuleVendor.h> 34 #include <Guid/StatusCodeDataTypeId.h> 35 #include <Guid/LegacyDevOrder.h> 36 #include <Guid/BdsHii.h>
|