Searched defs:TableGuid (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxSysTables/
H A DTableConversion.c300 IN EFI_GUID *TableGuid,
313 TableGuid - Guid of the table
330 if (CompareGuid(TableGuid, &gEfiAcpiTableGuid) || CompareGuid(TableGuid, &gEfiAcpi20TableGuid)){
356 if (CompareGuid(TableGuid, &gEfiSmbiosTableGuid)){
364 if (CompareGuid(TableGuid, &gEfiMpsTableGuid)){
299 ConvertSystemTable( IN EFI_GUID *TableGuid, IN OUT VOID **Table ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c52 for a table with a GUID that matches TableGuid. If a match is found, then a pointer to
55 If TableGuid is NULL, then ASSERT().
58 @param TableGuid Pointer to table's GUID type..
59 @param Table Pointer to the table associated with TableGuid in the EFI System Table.
61 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
62 @retval EFI_NOT_FOUND A configuration table matching TableGuid could not be found.
68 IN EFI_GUID *TableGuid,
75 ASSERT (TableGuid != NULL);
81 if (CompareGuid (TableGuid, &(SystemTable->ConfigurationTable[Index].VendorGuid))) {
67 EfiGetSystemConfigurationTable( IN EFI_GUID *TableGuid, OUT VOID **Table ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLib.c74 for a table with a GUID that matches TableGuid. If a match is found, then a pointer to
77 If TableGuid is NULL, then ASSERT().
80 @param TableGuid The pointer to table's GUID type.
81 @param Table The pointer to the table associated with TableGuid in the EFI System Table.
83 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
84 @retval EFI_NOT_FOUND A configuration table matching TableGuid could not be found.
90 IN EFI_GUID *TableGuid,
97 ASSERT (TableGuid != NULL);
103 if (CompareGuid (TableGuid, &(SystemTable->ConfigurationTable[Index].VendorGuid))) {
89 EfiGetSystemConfigurationTable( IN EFI_GUID *TableGuid, OUT VOID **Table ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DUefiShellDebug1CommandsLib.c225 @param[in] TableGuid A pointer to the table's GUID type.
228 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
229 @retval EFI_NOT_FOUND A configuration table matching TableGuid was not found.
234 IN EFI_GUID *TableGuid,
242 if (CompareGuid (TableGuid, &(gST->ConfigurationTable[Index].VendorGuid))) {
233 GetSystemConfigurationTable( IN EFI_GUID *TableGuid, IN OUT VOID **Table ) argument

Completed in 99 milliseconds