Searched refs:TableKey (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAcpiTable.h34 format. On successful output, TableKey is
51 @param TableKey Returns a key to refer to the ACPI table.
56 TableKey is NULL, or
72 OUT UINTN *TableKey
80 RSDT/XSDT. A table is referenced by the TableKey parameter
88 @param TableKey Specifies the table to uninstall. The key was
93 @retval EFI_NOT_FOUND TableKey does not refer to a valid key
104 IN UINTN TableKey
H A DAcpiSystemDescriptionTable.h56 IN UINTN TableKey ///< The table key for this ACPI table.
76 @param[out] TableKey On return, points to the table key for the specified ACPI system definition table. This
88 OUT UINTN *TableKey
133 @param[in] TableKey The table key for the ACPI table, as returned by GetTable().
137 @retval EFI_NOT_FOUND TableKey does not refer to a valid ACPI table.
142 IN UINTN TableKey,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTcgSmm.c285 UINTN TableKey; local
308 TableKey = 0;
313 &TableKey
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiSdt.c214 @param[out] TableKey On return, points to the table key for the specified ACPI system definition table. This
226 OUT UINTN *TableKey
237 ASSERT (TableKey != NULL);
270 *TableKey = CurrentTable->Handle;
415 @param[in] TableKey The table key for the ACPI table, as returned by GetTable().
419 @retval EFI_NOT_FOUND TableKey does not refer to a valid ACPI table.
423 IN UINTN TableKey,
441 TableKey,
468 @param[in] TableKey The table key for the ACPI table, as returned by GetTable().
472 @retval EFI_NOT_FOUND TableKey doe
422 SdtOpenSdtTable( IN UINTN TableKey, OUT EFI_ACPI_HANDLE *Handle ) argument
476 OpenSdt( IN UINTN TableKey, OUT EFI_ACPI_HANDLE *Handle ) argument
[all...]
H A DAcpiSdt.h165 @param[out] TableKey On return, points to the table key for the specified ACPI system definition table. This
177 OUT UINTN *TableKey
204 @param[in] TableKey The table key for the ACPI table, as returned by GetTable().
208 @retval EFI_NOT_FOUND TableKey does not refer to a valid ACPI table.
213 IN UINTN TableKey,
H A DAcpiTableProtocol.c299 @param TableKey Reurns a key to refer to the ACPI table.
302 @return EFI_INVALID_PARAMETER Either AcpiTableBuffer is NULL, TableKey is NULL, or AcpiTableBufferSize
314 OUT UINTN *TableKey
324 if ((AcpiTableBuffer == NULL) || (TableKey == NULL)
338 *TableKey = 0;
344 TableKey
362 *TableKey
375 @param TableKey Specifies the table to uninstall. The key was returned from InstallAcpiTable().
378 @return EFI_NOT_FOUND TableKey does not refer to a valid key for a table entry.
385 IN UINTN TableKey
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupportAcpiSupportProtocol.c371 @param TableKey Reurns a key to refer to the ACPI table.
374 @return EFI_INVALID_PARAMETER Either AcpiTableBuffer is NULL, TableKey is NULL, or AcpiTableBufferSize
386 OUT UINTN *TableKey
397 if ((AcpiTableBuffer == NULL) || (TableKey == NULL)
412 *TableKey = 0;
418 TableKey
434 @param TableKey Specifies the table to uninstall. The key was returned from InstallAcpiTable().
437 @return EFI_NOT_FOUND TableKey does not refer to a valid key for a table entry.
444 IN UINTN TableKey
465 &TableKey
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTcgDxe.c1023 UINTN TableKey; local
1046 &TableKey
1061 &TableKey

Completed in 63 milliseconds