HomeSort by relevance Sort by last modified time
    Searched refs:TableKey (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
AcpiTable.h 39 return EFI_ACCESS_DENIED. On successful output, TableKey is
56 @param TableKey Returns a key to refer to the ACPI table.
61 TableKey is NULL, or
80 OUT UINTN *TableKey
88 RSDT/XSDT. A table is referenced by the TableKey parameter
96 @param TableKey Specifies the table to uninstall. The key was
101 @retval EFI_NOT_FOUND TableKey does not refer to a valid key
112 IN UINTN TableKey
AcpiSystemDescriptionTable.h 57 IN UINTN TableKey ///< The table key for this ACPI table.
78 @param[out] TableKey On return, points to the table key for the specified ACPI system definition table.
80 The TableKey can be passed to EFI_ACPI_TABLE_PROTOCOL.UninstallAcpiTable()
92 OUT UINTN *TableKey
137 @param[in] TableKey The table key for the ACPI table, as returned by GetTable().
141 @retval EFI_NOT_FOUND TableKey does not refer to a valid ACPI table.
146 IN UINTN TableKey,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/AcpiTable/
AcpiTable.h 57 OUT UINTN *TableKey
68 TableKey - Reurns a key to refer to the ACPI table.
72 EFI_INVALID_PARAMETER - Either AcpiTableBuffer is NULL, TableKey is NULL, or AcpiTableBufferSize
84 IN UINTN TableKey
93 TableKey - Specifies the table to uninstall. The key was returned from InstallAcpiTable().
97 EFI_NOT_FOUND - TableKey does not refer to a valid key for a table entry.
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
AcpiPlatform.h 36 OUT UINTN *TableKey
50 OUT UINTN *TableKey
AcpiPlatform.c 23 OUT UINTN *TableKey
30 TableKey
Qemu.c 69 OUT UINTN *TableKey
183 Status = InstallAcpiTable (AcpiProtocol, Madt, NewBufferSize, TableKey);
407 OUT UINTN *TableKey
473 Status = InstallAcpiTable (AcpiProtocol, Ssdt, SsdtSize, TableKey);
494 OUT UINTN *TableKey
516 TableKey
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.c 225 UINTN TableKey;
263 TableKey = 0;
268 &TableKey
289 UINTN TableKey;
321 &TableKey
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
TrEESmm.c 349 UINTN TableKey;
387 TableKey = 0;
392 &TableKey
413 UINTN TableKey;
445 &TableKey
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.c 215 @param[out] TableKey On return, points to the table key for the specified ACPI system definition table.
217 The TableKey can be passed to EFI_ACPI_TABLE_PROTOCOL.UninstallAcpiTable()
228 OUT UINTN *TableKey
239 ASSERT (TableKey != NULL);
272 *TableKey = CurrentTable->Handle;
417 @param[in] TableKey The table key for the ACPI table, as returned by GetTable().
421 @retval EFI_NOT_FOUND TableKey does not refer to a valid ACPI table.
425 IN UINTN TableKey,
443 TableKey,
470 @param[in] TableKey The table key for the ACPI table, as returned by GetTable().
    [all...]
AcpiSdt.h 166 @param[out] TableKey On return, points to the table key for the specified ACPI system definition table.
168 The TableKey can be passed to EFI_ACPI_TABLE_PROTOCOL.UninstallAcpiTable()
180 OUT UINTN *TableKey
207 @param[in] TableKey The table key for the ACPI table, as returned by GetTable().
211 @retval EFI_NOT_FOUND TableKey does not refer to a valid ACPI table.
216 IN UINTN TableKey,
AcpiTableProtocol.c 188 @param TableKey Reurns a key to refer to the ACPI table.
191 @return EFI_INVALID_PARAMETER Either AcpiTableBuffer is NULL, TableKey is NULL, or AcpiTableBufferSize
206 OUT UINTN *TableKey
216 if ((AcpiTableBuffer == NULL) || (TableKey == NULL)
230 *TableKey = 0;
236 TableKey
254 *TableKey
267 @param TableKey Specifies the table to uninstall. The key was returned from InstallAcpiTable().
270 @return EFI_NOT_FOUND TableKey does not refer to a valid key for a table entry.
277 IN UINTN TableKey
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
TcgSmm.c 353 UINTN TableKey;
391 TableKey = 0;
396 &TableKey
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
PiSmmCommunicationSmm.c 204 UINTN TableKey;
257 &TableKey
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupportAcpiSupportProtocol.c 371 @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
389 OUT UINTN *TableKey
400 if ((AcpiTableBuffer == NULL) || (TableKey == NULL)
415 *TableKey = 0;
421 TableKey
437 @param TableKey Specifies the table to uninstall. The key was returned from InstallAcpiTable().
440 @return EFI_NOT_FOUND TableKey does not refer to a valid key for a table entry.
447 IN UINTN TableKey
466 TableKey
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TcgDxe.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c     [all...]

Completed in 719 milliseconds